ICapeReactionChemistryGetReactionRateBasis 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)
[DispIdAttribute(8)]
CapeReactionRateBasis GetReactionRateBasis(
	string reacId
)

Parameters

reacId  String
The name of the reaction obtained from the GetReactionsIds method.

Return Value

CapeReactionRateBasis
A 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

ECapeUnknownThe error to be raised when other error(s), specified for this operation, are not suitable.
ECapeInvalidArgumentThe error to be raised when other error(s), specified for this operation, are not suitable.
ECapeFailedInitialisationThe error to be raised when other error(s), specified for this operation, are not suitable.
ECapeNoImplThe error to be raised when other error(s), specified for this operation, are not suitable.

See Also