Cantera  3.2.0a4
Loading...
Searching...
No Matches
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#pragma message("warning: kinetics.h is deprecated and will be removed after " \
13 "Cantera 3.2. Use core.h and/or kinetics/KineticsFactory.h instead.")
14
15#include "kinetics/Kinetics.h"
16#include "kinetics/Reaction.h"
18
19#endif
Base class for kinetics managers and also contains the kineticsmgr module documentation (see Kinetics...