MaterialStreamGetPropertyValue Method

Returns the value of a named stream property converted to the specified unit system.

Definition

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public override Object GetPropertyValue(
	string prop,
	IUnitsOfMeasure su = null
)

Parameters

prop  String
Property identifier string.
su  IUnitsOfMeasure  (Optional)
Unit system to convert the result to; defaults to SI if Nothing.

Return Value

Object
Property value as an Object.

See Also