MaterialStreamGetSinglePhasePropDefaultUnits Method

Returns the default SI unit string for the given single-phase property and basis.

Definition

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public string GetSinglePhasePropDefaultUnits(
	string property,
	string basis
)

Parameters

property  String
CAPE-OPEN property identifier.
basis  String
Basis (Mole or Mass).

Return Value

String
Unit string (e.g. "J/mol", "kg/m3").

See Also