ReactionSetGetReactionRateBasis Method

Gets the phase on which the reactions contained in the package will take place.

Definition

Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public CapeReactionRateBasis GetReactionRateBasis(
	string reacId
)

Parameters

reacId  String
The reaction identifier

Return Value

CapeReactionRateBasis

Implements

ICapeReactionChemistryGetReactionRateBasis(String)

Remarks

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. CapeReactionRateBasis: CAPE_HOMOGENEOUS = 0, CAPE_HETEROGENEOUS = 1,

See Also