ReactorComponentConversions Property

Gets the dictionary of calculated component conversions, keyed by compound name.

Definition

Namespace: DWSIM.UnitOperations.Reactors
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
[XmlIgnoreAttribute]
public Dictionary<string, double> ComponentConversions { get; }

Property Value

DictionaryString, Double

Implements

IReactorComponentConversions

See Also