MaterialStreamGetSinglePhaseProp2 Method

Helper that calls GetSinglePhaseProp(String, String, String, Object) and returns the result as a typed list.

Definition

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public List<double> GetSinglePhaseProp2(
	string prop,
	string basis,
	string phaseLabel
)

Parameters

prop  String
Property identifier.
basis  String
Basis (Mole or Mass).
phaseLabel  String
Phase label.

Return Value

ListDouble
List of Double values for the requested property.

See Also