ReactionSetDisableReaction Method

Disables a reaction so it is inactive 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 DisableReaction(
	string reactionID
)

Parameters

reactionID  String
The unique identifier of the reaction to disable.

Implements

IReactionSetDisableReaction(String)

See Also