Cantera
2.4.0
include
cantera
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/Domain1D.h
"
16
#include "
oneD/Inlet1D.h
"
17
#include "
oneD/StFlow.h
"
18
19
#endif
Sim1D.h
StFlow.h
Inlet1D.h
Boundary objects for one-dimensional simulations.
Domain1D.h
Generated by
1.8.14