Material StreamGet Prop(String, String, Object, String, String) Method
This method is responsible for retrieving the results from calculations from the Material Object.
Definition
Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
Results vector containing property values in SI units arranged by the defined qualifiers.
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public Object GetProp(
string property,
string phase,
Object compIds,
string calcType,
string basis
)VB
Public Function GetProp (
property As String,
phase As String,
compIds As Object,
calcType As String,
basis As String
) As ObjectParameters
- 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
ObjectResults vector containing property values in SI units arranged by the defined qualifiers.