Cantera  3.1.0a1
onedim.h
Go to the documentation of this file.
1 //! @file onedim.h
2 
3 /**
4  * @defgroup onedGroup One-Dimensional Reacting Flows
5  *
6  * @details These classes comprise %Cantera's ability to solve steady-state
7  * one-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 // Cantera core
15 #include "cantera/core.h"
16 
17 #include "oneD/Sim1D.h"
18 #include "oneD/Domain1D.h"
19 #include "oneD/Boundary1D.h"
20 #include "oneD/StFlow.h"
21 #include "oneD/refine.h"
22 
23 #endif
Boundary objects for one-dimensional simulations.
Support for Cantera core calculations from C++ application programs.