MaterialStreamGetNumPhases Method |
Returns the number of Phases.
Namespace: DWSIM.Thermodynamics.StreamsAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public int GetNumPhases()
Public Function GetNumPhases As Integer
Request Example
View SourceReturn Value
Int32The number of Phases supported.
Implements
ICapeThermoPhases.GetNumPhasesRemarks 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.
See Also