121 const int ARRHENIUS_REACTION_RATECOEFF_TYPE = 1;
122 const int LANDAUTELLER_REACTION_RATECOEFF_TYPE = 2;
123 const int TSTRATE_REACTION_RATECOEFF_TYPE = 3;
124 const int SURF_ARRHENIUS_REACTION_RATECOEFF_TYPE = 4;
125 const int ARRHENIUS_SUM_REACTION_RATECOEFF_TYPE = 5;
126 const int EXCHANGE_CURRENT_REACTION_RATECOEFF_TYPE = 6;
127 const int PLOG_REACTION_RATECOEFF_TYPE = 7;
128 const int CHEBYSHEV_REACTION_RATECOEFF_TYPE = 8;
135 const int SIMPLE_FALLOFF = 100;
136 const int TROE_FALLOFF = 110;
137 const int SRI_FALLOFF = 112;
const int PLOG_RXN
A pressure-dependent rate expression consisting of several Arrhenius rate expressions evaluated at di...
const int INTERFACE_RXN
A reaction occurring on an interface, e.g a surface or edge.
const int EDGE_RXN
A reaction occurring at a one-dimensional interface between two surface phases.
const int CHEBYSHEV_RXN
A general gas-phase pressure-dependent reaction where k(T,P) is defined in terms of a bivariate Cheby...
const int SURFACEAFFINITY_RXN
This is a surface reaction that is formulated using the affinity representation, common in the geoche...
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 a gas-phase 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 gas-phase 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 and voltage that also obeys mass-...
const int BUTLERVOLMER_NOACTIVITYCOEFFS_RXN
This is a surface reaction that is formulated using the Butler-Volmer formulation and using concentra...
const int BUTLERVOLMER_RXN
This is a surface reaction that is formulated using the Butler-Volmer formulation.
Namespace for the Cantera kernel.