Form FlowsheetAdd Reaction Method
Registers an existing reaction with this flowsheet's reaction 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 AddReaction(
IReaction reaction
)VB
Public Sub AddReaction (
reaction As IReaction
)Parameters
- reaction IReaction
- The reaction to add.