Material StreamCalc Prop Method
This method is responsible for doing all property calculations or delegating these calculations to the
associated Property Package.
Definition
Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public void CalcProp(
Object props,
Object phases,
string calcType
)VB
Public Sub CalcProp (
props As Object,
phases As Object,
calcType As String
)Parameters
- props Object
- The List of Properties to be calculated.
- phases Object
- List of phases for which the Properties are to be calculated.
- calcType String
- Type of calculation: Mixture Property or Pure Compound Property. For partial property, such as fugacity coefficients of compounds in a mixture, use “Mixture” CalcType. For pure compound fugacity coefficients, use “Pure” CalcType.
Implements
ICapeThermoMaterialObjectCalcProp(Object, Object, String)Remarks
"Pure" calctype is not implemented in DWSIM.