FormFlowsheetAddReaction Method

Registers an existing reaction with this flowsheet's reaction dictionary.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public void AddReaction(
	IReaction reaction
)

Parameters

reaction  IReaction
The reaction to add.

Implements

IFlowsheetAddReaction(IReaction)

See Also