|
Cantera
2.0
|
#include <string>#include <vector>#include <map>#include <ostream>#include "ckr_defs.h"#include "ckr_utils.h"#include "RxnSpecies.h"Go to the source code of this file.
Classes | |
| class | RateCoeff |
| Reaction rate coefficient class. More... | |
| class | ReactionUnits |
| Specifies the Units for all reactions. More... | |
| class | Reaction |
| A class for reactions. More... | |
Namespaces | |
| namespace | ckr |
| the namespace for the CKReader packaage | |
Typedefs | |
| typedef std::vector< Reaction > | reactionList |
| a list of Reaction objects | |
Functions | |
| Reaction | forwardReaction (const Reaction &rxn) |
| Reaction | reverseReaction (const Reaction &rxn) |
Variables | |
Reaction Types | |
| const int | Elementary = 2000 |
| elementary, pressure-independent reaction | |
| const int | ThreeBody = 2001 |
| three-body reaction | |
| const int | Falloff = 2002 |
| falloff reaction | |
| const int | ChemAct = 2003 |
| chemical activation reaction | |
1.8.2