MaterialStreamGetPropUnits Method

Returns the display unit string for a given CAPE-OPEN property and basis in the specified unit system.

Definition

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public static string GetPropUnits(
	string prop,
	string basis,
	IUnitsOfMeasure su
)

Parameters

prop  String
Property identifier.
basis  String
Basis (Mole or Mass).
su  IUnitsOfMeasure
Unit system.

Return Value

String
Unit string for the property.

See Also