91 const int ARRHENIUS_REACTION_RATECOEFF_TYPE = 1;
92 const int LANDAUTELLER_REACTION_RATECOEFF_TYPE = 2;
93 const int TSTRATE_REACTION_RATECOEFF_TYPE = 3;
94 const int SURF_ARRHENIUS_REACTION_RATECOEFF_TYPE = 4;
95 const int ARRHENIUS_SUM_REACTION_RATECOEFF_TYPE = 5;
96 const int EXCHANGE_CURRENT_REACTION_RATECOEFF_TYPE = 6;
97 const int PLOG_REACTION_RATECOEFF_TYPE = 7;
98 const int CHEBYSHEV_REACTION_RATECOEFF_TYPE = 8;
105 const int SIMPLE_FALLOFF = 100;
106 const int TROE3_FALLOFF = 110;
107 const int TROE4_FALLOFF = 111;
108 const int SRI3_FALLOFF = 112;
109 const int SRI5_FALLOFF = 113;
110 const int WF_FALLOFF = 114;
const int PLOG_RXN
A pressure-dependent rate expression consisting of several Arrhenius rate expressions evaluated at di...
const int EDGE_RXN
A reaction occurring at a one-dimensional interface between two surface phases.
const int CHEBYSHEV_RXN
A general pressure-dependent reaction where k(T,P) is defined in terms of a bivariate Chebyshev polyn...
This file contains definitions of terms that are used in internal routines and are unlikely to need m...
const int CHEMACT_RXN
A chemical activation reaction.
const int FALLOFF_RXN
The general form for an association or dissociation reaction, with a pressure-dependent rate...
const int SURFACE_RXN
A reaction occurring on a surface.
const int THREE_BODY_RXN
A reaction that requires a third-body collision partner.
const int GLOBAL_RXN
A global reaction.
const int ELEMENTARY_RXN
A reaction with a rate coefficient that depends only on temperature.