|
Cantera
2.5.1
|
Modifications to an InterfaceReaction rate based on a surface species coverage. More...
#include <Reaction.h>
Public Member Functions | |
| CoverageDependency (double a_, double E_, double m_) | |
| Constructor. More... | |
Public Attributes | |
| double | a |
| coefficient for exponential dependence on coverage [dimensionless] More... | |
| double | E |
| modification to the activation energy [K] More... | |
| double | m |
| exponent for power law dependence on coverage [dimensionless] More... | |
Modifications to an InterfaceReaction rate based on a surface species coverage.
Definition at line 198 of file Reaction.h.
|
inline |
Constructor.
| a_ | coefficient for exponential dependence on coverage [dimensionless] |
| E_ | modification to the activation energy [K] |
| m_ | exponent for power law dependence on coverage [dimensionless] |
Definition at line 204 of file Reaction.h.
| double a |
coefficient for exponential dependence on coverage [dimensionless]
Definition at line 206 of file Reaction.h.
| double E |
modification to the activation energy [K]
Definition at line 207 of file Reaction.h.
| double m |
exponent for power law dependence on coverage [dimensionless]
Definition at line 208 of file Reaction.h.