Click or drag to resize

MaterialStreamGetProp(String, String, Object, String, String) Method

This method is responsible for retrieving the results from calculations from the Material Object.

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public Object GetProp(
	string property,
	string phase,
	Object compIds,
	string calcType,
	string basis
)
Request Example View Source

Parameters

property  String
The Property for which results are requested from the Material Object.
phase  String
The qualified phase for the results.
compIds  Object
The qualified compounds for the results. UNDEFINED to specify all compounds in the Material Object. For scalar mixture properties such as liquid enthalpy, this qualifier must not be specified. Use UNDEFINED as place holder.
calcType  String
The qualified type of calculation for the results. (valid Calculation Types: Pure and Mixture)
basis  String
Qualifies the basis of the result (i.e., mass /mole). Use UNDEFINED for default or as place holder for property for which basis does not apply (see also 3.3.1).

Return Value

Object
Results vector containing property values in SI units arranged by the defined qualifiers.

Implements

ICapeThermoMaterialObject.GetProp(String, String, Object, String, String)
See Also