ICape Reaction ChemistryGet Reaction Conc Basis Method
Get the concentration basis the reaction package will use to calculate the
specified reaction rate.
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
The concentration basis the reaction package will use to calculate the specified reaction rate.
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[DispIdAttribute(9)]
string GetReactionConcBasis(
string reacId
)VB
<DispIdAttribute(9)>
Function GetReactionConcBasis (
reacId As String
) As StringParameters
- reacId String
- The name of the reaction obtained from the GetReactionsIds method.
Return Value
StringThe concentration basis the reaction package will use to calculate the specified reaction rate.
Remarks
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).
Exceptions
| ECapeUnknown | The error to be raised when other error(s), specified for this operation, are not suitable. |
| ECapeInvalidArgument | The error to be raised when other error(s), specified for this operation, are not suitable. |
| ECapeFailedInitialisation | The error to be raised when other error(s), specified for this operation, are not suitable. |
| ECapeNoImpl | The error to be raised when other error(s), specified for this operation, are not suitable. |