antioch-0.4.0
|
Enumerations | |
enum | KineticsModel { CONSTANT = 0, HERCOURT_ESSEN, BERTHELOT, ARRHENIUS, BHE, KOOIJ, VANTHOFF, PHOTOCHEM } |
enum | Parameters { NOT_FOUND = 0, A, B, E, D, T_REF, R_SCALE, SIGMA, LAMBDA, LOW_PRESSURE, HIGH_PRESSURE } |
Functions | |
template<typename CoeffType > | |
CoeffType | Tref () |
Enumerator | |
---|---|
CONSTANT | |
HERCOURT_ESSEN | |
BERTHELOT | |
ARRHENIUS | |
BHE | |
KOOIJ | |
VANTHOFF | |
PHOTOCHEM |
Definition at line 57 of file kinetics_enum.h.
Enumerator | |
---|---|
NOT_FOUND | |
A | |
B | |
E | |
D | |
T_REF | |
R_SCALE | |
SIGMA | |
LAMBDA | |
LOW_PRESSURE | |
HIGH_PRESSURE |
Definition at line 72 of file kinetics_enum.h.
CoeffType Antioch::KineticsModel::Tref | ( | ) |
Definition at line 67 of file kinetics_enum.h.
Referenced by Antioch::XMLParser< NumericType >::rate_constant_Tref_parameter(), and tester().