ReactionComponents Property

Gets the dictionary of stoichiometric components participating in this reaction, keyed by compound name.

Definition

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

Return Value

DictionaryString, IReactionStoichBase
A dictionary of reaction stoichiometry bases.

Implements

IReactionComponents

See Also