FormFlowsheetReactions Property

Gets the dictionary of chemical reactions defined for this flowsheet, keyed by unique ID.

Definition

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

Property Value

DictionaryString, IReaction

Implements

IFlowsheetReactions
IFlowsheetBagReactions

See Also