Cantera
2.4.0
|
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 |
modification to the pre-exponential factor [m, kmol, s units] More... | |
double | E |
modification to the activation energy [K] More... | |
double | m |
modification to the temperature exponent More... | |
Modifications to an InterfaceReaction rate based on a surface species coverage.
Definition at line 192 of file Reaction.h.
|
inline |
Constructor.
a_ | modification to the pre-exponential factor [m, kmol, s units] |
E_ | modification to the activation energy [K] |
m_ | modification to the temperature exponent |
Definition at line 198 of file Reaction.h.
double a |
modification to the pre-exponential factor [m, kmol, s units]
Definition at line 200 of file Reaction.h.
double E |
modification to the activation energy [K]
Definition at line 201 of file Reaction.h.
double m |
modification to the temperature exponent
Definition at line 202 of file Reaction.h.