Go to the source code of this file.
|
enum | Antioch::ReactionType::ReactionType {
Antioch::ReactionType::ELEMENTARY = 0,
Antioch::ReactionType::DUPLICATE,
Antioch::ReactionType::THREE_BODY,
Antioch::ReactionType::LINDEMANN_FALLOFF,
Antioch::ReactionType::TROE_FALLOFF,
Antioch::ReactionType::LINDEMANN_FALLOFF_THREE_BODY,
Antioch::ReactionType::TROE_FALLOFF_THREE_BODY
} |
|
enum | Antioch::ReactionType::Parameters {
Antioch::ReactionType::NOT_FOUND = 0,
Antioch::ReactionType::EFFICIENCIES,
Antioch::ReactionType::TROE_ALPHA,
Antioch::ReactionType::TROE_T1,
Antioch::ReactionType::TROE_T2,
Antioch::ReactionType::TROE_T3
} |
|