Obtains the unit of measure for the specified property. The unit of measure may depend on the current basis.
uom=capeOpenSetBasis(prop)
prop: string; name of the property
uom: string; unit of measure of the property
» 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