CapeOpenUnitOfMeasure returns the unit of measure of any CAPE-OPEN property. All units of measure are pure SI, but some properties can be represented in mole (default) or mass basis.
Syntax:
=CapeOpenUnitOfMeasure(propertyName,basis)
Arguments:
propertyName | Name of the property for which to obtain the unit of measure. Can be "temperature", "pressure", "fraction", "phaseFraction", or any of the supported compound constants, temperature dependent properties, mixture properties or two-phase properties. |
basis | Optional. Can be "mole" (default) or "mass". |
Examples:
=CapeOpenUnitOfMeasure("temperature")
=CapeOpenUnitOfMeasure("density")
=CapeOpenUnitOfMeasure("density","mole")
=CapeOpenUnitOfMeasure("density","mass")