Cantera  2.5.1
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 // reactor network
11 
12 // reactors
14 #include "cantera/zeroD/Reactor.h"
18 #include "cantera/zeroD/IdealGasConstPressureReactor.h"
19 
20 // flow devices
22 
23 // walls
24 #include "cantera/zeroD/Wall.h"
25 
26 // surface
28 
29 // factories
33 
34 // func1
35 #include "cantera/numerics/Func1.h"
36 
37 #endif
Header file for class ReactorSurface.
Header file for base class WallBase.
Some flow devices derived from class FlowDevice.