FormFlowsheetReactionSets Property

Gets the dictionary of reaction sets grouping individual reactions for use in reactor unit operations, keyed by unique ID.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public Dictionary<string, IReactionSet> ReactionSets { get; set; }

Property Value

DictionaryString, IReactionSet

Implements

IFlowsheetReactionSets
IFlowsheetBagReactionSets

See Also