Cantera  2.2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
onedim.h
Go to the documentation of this file.
1 //! @file onedim.h
2 
3 /*!
4  * @defgroup onedim One-Dimensional Reacting Flows
5  *
6  * These classes comprise Cantera's ability to solve steady-state one-
7  * dimensional reacting flow problems, such as laminar flames, opposed flow
8  * diffusion flames, and stagnation flow chemical vapor deposition.
9  */
10 
11 #ifndef CT_INCL_ONEDIM_H
12 #define CT_INCL_ONEDIM_H
13 
14 #include "oneD/Sim1D.h"
15 #include "oneD/OneDim.h"
16 #include "oneD/Domain1D.h"
17 #include "oneD/Inlet1D.h"
18 #include "oneD/MultiNewton.h"
19 #include "oneD/MultiJac.h"
20 #include "oneD/StFlow.h"
21 #endif
22 
Boundary objects for one-dimensional simulations.