Click or drag to resize

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)

Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public string GetReactionConcBasis(
	string reacId
)
Request Example View Source

Parameters

reacId  String
The reaction identifier

Return Value

String

Implements

ICapeReactionChemistry.GetReactionConcBasis(String)
See Also