PropertyPackageDW_CalcProp 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
public abstract void DW_CalcProp(
	string property,
	Phase phase
)

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