Click or drag to resize

PropertyPackageGetTwoPhasePropList Method

Returns the list of supported non-constant two-phase properties.

Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.4.5.0
Syntax
public virtual Object GetTwoPhasePropList()
Request Example View Source

Return Value

Object
List of all supported non-constant two-phase property identifiers. The standard two-phase property identifiers are listed in section 7.5.7.

Implements

ICapeThermoPropertyRoutine.GetTwoPhasePropList
Remarks
A non-constant property depends on the state of the Material Object. Two-phase properties are those that depend on more than one co-existing phase, e.g. K-values. GetTwoPhasePropList must return all the properties that can be calculated by CalcTwoPhaseProp. If derivatives can be calculated, these must also be returned. If no two-phase properties are supported this method should return UNDEFINED. To check whether a property can be evaluated for a particular set of phase labels use the CheckTwoPhasePropSpec method. A component that implements this method may return non-constant two-phase property identifiers which do not belong to the list defined in section 7.5.7. However, these proprietary identifiers may not be understood by most of the clients of this component. To get the list of supported single-phase properties, use GetSinglePhasePropList.
See Also