MaterialStreamCalcProp Method |
This method is responsible for doing all property calculations or delegating these calculations to the
associated Property Package.
Namespace: DWSIM.Thermodynamics.StreamsAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public void CalcProp(
Object props,
Object phases,
string calcType
)
Public Sub CalcProp (
props As Object,
phases As Object,
calcType As String
)
Request Example
View SourceParameters
- 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
ICapeThermoMaterialObject.CalcProp(Object, Object, String)Remarks "Pure" calctype is not implemented in DWSIM.
See Also