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.BaseClassesAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public string GetReactionConcBasis(
string reacId
)
Public Function GetReactionConcBasis (
reacId As String
) As String
Request Example
View SourceParameters
- reacId String
- The reaction identifier
Return Value
StringImplements
ICapeReactionChemistry.GetReactionConcBasis(String)See Also