Property PackageDW_ Calc Prop Method
Provides a wrapper function for CAPE-OPEN CalcProp/CalcSingleProp functions.
Definition
Namespace: DWSIM.Thermodynamics.PropertyPackages
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 abstract void DW_CalcProp(
string property,
Phase phase
)VB
Public MustOverride Sub DW_CalcProp (
property As String,
phase As Phase
)Parameters
Remarks
This function is necessary since DWSIM's internal property calculation function calculates all properties at once,
while the CAPE-OPEN standards require that only the property that was asked for to be calculated, leaving the others unchanged.