MaterialStreamPhases Property

Gets the collection of phases in this stream.

Definition

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public override Dictionary<int, IPhase> Phases { get; }

Property Value

DictionaryInt32, IPhase

Return Value

DictionaryInt32, IPhase

Implements

IMaterialStreamPhases

See Also