MaterialStreamGetNumPhases Method

Returns the number of Phases.

Definition

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public int GetNumPhases()

Return Value

Int32
The number of Phases supported.

Implements

ICapeThermoPhasesGetNumPhases

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