Cantera  3.1.0a1
zerodim.h
Go to the documentation of this file.
1 //! @file zerodim.h
2 
3 // This file is part of Cantera. See License.txt in the top-level directory or
4 // at https://cantera.org/license.txt for license and copyright information.
5 
6 #ifndef CT_INCL_ZERODIM_H
7 #define CT_INCL_ZERODIM_H
8 
9 // Cantera core
10 #include "cantera/core.h"
11 
12 // reactor network
14 
15 // reactors
17 #include "cantera/zeroD/Reactor.h"
21 #include "cantera/zeroD/IdealGasConstPressureReactor.h"
24 
25 // flow devices
27 
28 // walls
29 #include "cantera/zeroD/Wall.h"
30 
31 // surface
33 
34 // factories
38 
39 // func1
40 #include "cantera/numerics/Func1.h"
41 
42 #endif
Header file for class ReactorSurface.
Header file for base class WallBase.
Support for Cantera core calculations from C++ application programs.
Some flow devices derived from class FlowDevice.