Material StreamGet Num Phases Method
Returns the number of Phases.
Definition
Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
The number of Phases supported.
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public int GetNumPhases()VB
Public Function GetNumPhases As IntegerReturn Value
Int32The number of Phases supported.
Implements
ICapeThermoPhasesGetNumPhasesRemarks
The number of Phases returned by this method must be equal to the number of Phase labels
that are returned by the GetPhaseList method of this interface. It must be zero, or a positive
number.