Reaction SetGet Reaction Rate Basis 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
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public CapeReactionRateBasis GetReactionRateBasis(
string reacId
)VB
Public Function GetReactionRateBasis (
reacId As String
) As CapeReactionRateBasisParameters
- reacId String
- The reaction identifier
Return Value
CapeReactionRateBasisImplements
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,