SplitterGetPropertyUnit Method

Returns the unit string for a named splitter property under the supplied unit system. Flow specification properties return mass or molar flow units depending on the active operation mode.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public override string GetPropertyUnit(
	string prop,
	IUnitsOfMeasure su = null
)

Parameters

prop  String
The property identifier string.
su  IUnitsOfMeasure  (Optional)
The unit system to use. Defaults to SI if not provided.

Return Value

String
A unit string, or an empty string for dimensionless properties such as split ratios.

See Also