Cantera 2.6.0
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/Boundary1D.h"
17#include "oneD/StFlow.h"
18#include "oneD/refine.h"
19
20#endif
Boundary objects for one-dimensional simulations.