Click or drag to resize

MaterialStreamPhases Property

Gets the collection of phases in this stream.

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public override Dictionary<int, IPhase> Phases { get; }
Request Example View Source

Property Value

DictionaryInt32, IPhase

Return Value

DictionaryInt32, IPhase

Implements

IMaterialStreamPhases
See Also