MaterialStreamInputComposition Property

Gets or sets the user-specified input composition dictionary, keyed by compound name.

Definition

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public Dictionary<string, double> InputComposition { get; set; }

Property Value

DictionaryString, Double

Implements

IMaterialStreamInputComposition

See Also