Click or drag to resize

PropertyPackageDW_CalcProp Method

Provides a wrapper function for CAPE-OPEN CalcProp/CalcSingleProp functions.

Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.4.5.0
Syntax
public abstract void DW_CalcProp(
	string property,
	Phase phase
)
Request Example View Source

Parameters

property  String
The property to be calculated.
phase  Phase
The phase where the property must be calculated for.
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.
See Also