MaterialStreamGetProp(String, String) Method

Returns a single property value for the given property and phase, using Mass basis.

Definition

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public double GetProp(
	string prop,
	string phase
)

Parameters

prop  String
Property identifier.
phase  String
Phase label.

Return Value

Double
Property value as Double.

See Also