ReactionSetGetBaseReactant Method

Returns the name of the base reactant for a particular reaction.

Definition

Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public string GetBaseReactant(
	string reacId
)

Parameters

reacId  String
The reaction identifier

Return Value

String

Implements

ICapeReactionChemistryGetBaseReactant(String)

See Also