Cantera  2.4.0
kinetics.h
Go to the documentation of this file.
1 /**
2  * @file kinetics.h
3  *
4  * Support for chemical kinetics calculation from C++ application programs.
5  * This header file includes headers needed to create and use objects for
6  * evaluating chemical kinetic mechanisms.
7  */
8 
9 #ifndef CXX_INCL_KINETICS
10 #define CXX_INCL_KINETICS
11 
12 #include "kinetics/Kinetics.h"
13 #include "kinetics/Reaction.h"
16 
17 #endif
Base class for kinetics managers and also contains the kineticsmgr module documentation (see Kinetics...
Definitions of global routines for the importing of data from XML files (see Input File Handling)...