Cantera  3.1.0a1
core.h
Go to the documentation of this file.
1 /**
2  * @file core.h
3  *
4  * Support for %Cantera core calculations from C++ application programs. This
5  * header file includes a minimal set of headers needed to create and use objects
6  * that evaluate thermo properties, chemical kinetics and transport properties.
7  */
8 
9 #ifndef CT_INCL_CORE_H
10 #define CT_INCL_CORE_H
11 
12 #include "cantera/base/Solution.h"
13 #include "cantera/base/Interface.h"
17 
18 #endif
Base class for kinetics managers and also contains the kineticsmgr module documentation (see Kinetics...
Header file for class ThermoPhase, the base class for phases with thermodynamic properties,...
Headers for the Transport object, which is the virtual base class for all transport property evaluato...