mission

CAPE-OPEN
COCO
Excel Unit Operation
Matlab Unit Operation
Matlab Thermo Import
» 
Help
OO Calc Thermo Import
REFPROP PPM
SciLab Unit Operation
SciLab Thermo Import

ScanIt
WinVI

downloads

services

links

about us

contact us

capeOpenPropUnit

Obtains the unit of measure for the specified property. The unit of measure may depend on the current basis.

Syntax

uom=capeOpenSetBasis(prop)

Arguments

prop: string; name of the property

Returns

uom: string; unit of measure of the property

Example


» capeOpenPropUnit('fraction')

ans =

mole fraction

» capeOpenPropUnit('density')

ans =

mol / m3

» capeOpenPropUnit('enthalpy')

ans =

J / mol

» capeOpenSetBasis('mass')
» capeOpenPropUnit('fraction')

ans =

mass fraction

» capeOpenPropUnit('density')

ans =

kg / m3

» capeOpenPropUnit('enthalpy')

ans =

J / kg

» capeOpenPropUnit('temperature')

ans =

K

» capeOpenPropUnit('criticalTemperature')

ans =

K

» capeOpenPropUnit('viscosity')

ans =

Pa s

INDEX
CONTENT