Cantera  2.1.2
kinetics.h
1 #ifndef CXX_INCL_KINETICS
2 #define CXX_INCL_KINETICS
3 
4 #include "thermo.h"
5 
6 #include "kinetics/Kinetics.h"
8 #include "kinetics/GasKinetics.h"
11 
12 #endif
Support for thermo property calculation from C++ application programs.
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)...