ICapeReactionChemistryGetReactionConcBasis 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)
[DispIdAttribute(9)]
string GetReactionConcBasis(
	string reacId
)

Parameters

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

Return Value

String
The 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

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