Form FlowsheetAdd Reaction Set Method
Registers an existing reaction set with this flowsheet's reaction-set dictionary.
Definition
Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public void AddReactionSet(
IReactionSet reactionSet
)VB
Public Sub AddReactionSet (
reactionSet As IReactionSet
)Parameters
- reactionSet IReactionSet
- The reaction set to add.