ReactionSetGetReactionConcBasis Method

Gets the concentration basis required that will be used by a particular reaction in its rate equation. Qualifiers defined in the THRM spec can be used here (i.e. “fugacity”, “moleFraction”, etc)

Definition

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

Parameters

reacId  String
The reaction identifier

Return Value

String

Implements

ICapeReactionChemistryGetReactionConcBasis(String)

See Also