ICape Reaction ChemistryGet Reaction Rate Basis Method
Get the basis for the reaction rate will be expressed in (i.e. homogeneous
or heterogeneous).
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
A CapeReactionRateBasis for the rate basis.
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[DispIdAttribute(8)]
CapeReactionRateBasis GetReactionRateBasis(
string reacId
)VB
<DispIdAttribute(8)>
Function GetReactionRateBasis (
reacId As String
) As CapeReactionRateBasisParameters
- reacId String
- The name of the reaction obtained from the GetReactionsIds method.
Return Value
CapeReactionRateBasisA CapeReactionRateBasis for the rate basis.
Remarks
Gets the phase on which the reactions contained in the package will take place. The
reaction rate basis (i.e. “Homogeneous” or “Heterogeneous”). Homogeneous reactions
will be provided in kgmole/h/m3 and heterogeneous will be provided in
kgmole/h/kg-cat.
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. |