ReactionSetGetReactionRateBasis Method |
Gets the phase on which the reactions contained in the package will take place.
Namespace: DWSIM.Thermodynamics.BaseClassesAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public CapeReactionRateBasis GetReactionRateBasis(
string reacId
)
Public Function GetReactionRateBasis (
reacId As String
) As CapeReactionRateBasis
Request Example
View SourceParameters
- reacId String
- The reaction identifier
Return Value
CapeReactionRateBasisImplements
ICapeReactionChemistry.GetReactionRateBasis(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