Click or drag to resize

ReactionSetGetReactionRateBasis Method

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

Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public CapeReactionRateBasis GetReactionRateBasis(
	string reacId
)
Request Example View Source

Parameters

reacId  String
The reaction identifier

Return Value

CapeReactionRateBasis

Implements

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