Cantera  2.5.1
Inlet1D.h
Go to the documentation of this file.
1 /**
2  * @file Inlet1D.h
3  *
4  * Boundary objects for one-dimensional simulations.
5  */
6 
7 // This file is part of Cantera. See License.txt in the top-level directory or
8 // at https://cantera.org/license.txt for license and copyright information.
9 
10 #ifndef CT_BDRY1D_H
11 #define CT_BDRY1D_H
12 
13 #pragma message("warning: Inlet1D.h is renamed to Boundary1D.h and will be removed after Cantera 2.5.")
14 
15 #include "Boundary1D.h"
16 
17 #endif
Boundary objects for one-dimensional simulations.