MaterialStreamGetTwoPhasePropList Method |
Returns the list of supported non-constant two-phase properties.
Namespace: DWSIM.Thermodynamics.StreamsAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public Object GetTwoPhasePropList()
Public Function GetTwoPhasePropList As Object
Request Example
View SourceReturn Value
ObjectList of all supported non-constant two-phase property identifiers. The standard two-phase
property identifiers are listed in section 7.5.7.
Implements
ICapeThermoPropertyRoutine.GetTwoPhasePropListRemarks 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