PhaseCompounds Property

Gets or sets the dictionary of compounds present in this phase, keyed by compound name.

Definition

Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public Dictionary<string, ICompound> Compounds { get; set; }

Property Value

DictionaryString, ICompound

Implements

IPhaseCompounds

See Also