ReactionSetEnableReaction Method

Enables a reaction so it is active in calculations within this reaction set.

Definition

Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public void EnableReaction(
	string reactionID
)

Parameters

reactionID  String
The unique identifier of the reaction to enable.

Implements

IReactionSetEnableReaction(String)

See Also