FormFlowsheetAddReactionSet 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
public void AddReactionSet(
	IReactionSet reactionSet
)

Parameters

reactionSet  IReactionSet
The reaction set to add.

Implements

IFlowsheetAddReactionSet(IReactionSet)

See Also