Click or drag to resize

MaterialStreamGetNumPhases Method

Returns the number of Phases.

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public int GetNumPhases()
Request Example View Source

Return Value

Int32
The number of Phases supported.

Implements

ICapeThermoPhases.GetNumPhases
Remarks
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