17 const int INVALID_RXN = 0;
129 const int ARRHENIUS_REACTION_RATECOEFF_TYPE = 1;
130 const int LANDAUTELLER_REACTION_RATECOEFF_TYPE = 2;
131 const int TSTRATE_REACTION_RATECOEFF_TYPE = 3;
132 const int SURF_ARRHENIUS_REACTION_RATECOEFF_TYPE = 4;
133 const int ARRHENIUS_SUM_REACTION_RATECOEFF_TYPE = 5;
134 const int EXCHANGE_CURRENT_REACTION_RATECOEFF_TYPE = 6;
135 const int PLOG_REACTION_RATECOEFF_TYPE = 7;
136 const int CHEBYSHEV_REACTION_RATECOEFF_TYPE = 8;
146 const int SIMPLE_FALLOFF = 100;
147 const int TROE_FALLOFF = 110;
148 const int SRI_FALLOFF = 112;
This file contains definitions of terms that are used in internal routines and are unlikely to need m...
Namespace for the Cantera kernel.
const int BUTLERVOLMER_NOACTIVITYCOEFFS_RXN
This is a surface reaction that is formulated using the Butler-Volmer formulation and using concentra...
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 PLOG_RXN
A pressure-dependent rate expression consisting of several Arrhenius rate expressions evaluated at di...
const int SURFACE_RXN
A reaction occurring on a surface.
const int BUTLERVOLMER_RXN
This is a surface reaction that is formulated using the Butler-Volmer formulation.
const int GLOBAL_RXN
A global reaction.
const int EDGE_RXN
A reaction occurring at a one-dimensional interface between two surface phases.
const int THREE_BODY_RXN
A gas-phase reaction that requires a third-body collision partner.
const int ELEMENTARY_RXN
A reaction with a rate coefficient that depends only on temperature and voltage that also obeys mass-...
const int INTERFACE_RXN
A reaction occurring on an interface, e.g a surface or edge.
const int SURFACEAFFINITY_RXN
This is a surface reaction that is formulated using the affinity representation, common in the geoche...
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...