antioch-0.4.0
cea_mixture.h
Go to the documentation of this file.
1 //-----------------------------------------------------------------------bl-
2 //--------------------------------------------------------------------------
3 //
4 // Antioch - A Gas Dynamics Thermochemistry Library
5 //
6 // Copyright (C) 2014-2016 Paul T. Bauman, Benjamin S. Kirk,
7 // Sylvain Plessis, Roy H. Stonger
8 //
9 // Copyright (C) 2013 The PECOS Development Team
10 //
11 // This library is free software; you can redistribute it and/or
12 // modify it under the terms of the Version 2.1 GNU Lesser General
13 // Public License as published by the Free Software Foundation.
14 //
15 // This library is distributed in the hope that it will be useful,
16 // but WITHOUT ANY WARRANTY; without even the implied warranty of
17 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 // Lesser General Public License for more details.
19 //
20 // You should have received a copy of the GNU Lesser General Public
21 // License along with this library; if not, write to the Free Software
22 // Foundation, Inc. 51 Franklin Street, Fifth Floor,
23 // Boston, MA 02110-1301 USA
24 //
25 //-----------------------------------------------------------------------el-
26 
27 
28 #ifndef ANTIOCH_CEA_MIXTURE_H
29 #define ANTIOCH_CEA_MIXTURE_H
30 
31 // Antioch
32 #include "antioch/nasa_mixture.h"
33 
34 // C++
35 
36 namespace Antioch
37 {
38 
39  // this is now deprecated, but
40  // kept for backward compatibility
41  // this is but a name for
42  // a partial specialization
43  template<typename CoeffType=double>
44  class CEAThermoMixture: public NASAThermoMixture<CoeffType,CEACurveFit<CoeffType> >
45  {
46  public:
47 
49  NASAThermoMixture<CoeffType,CEACurveFit<CoeffType> >(chem_mixture)
52 
53  };
54 
55 } // end namespace Antioch
56 
57 #endif // ANTIOCH_CEA_MIXTURE_H
CEAThermoMixture(const ChemicalMixture< CoeffType > &chem_mixture)
Definition: cea_mixture.h:48
This class only differs from NASA9CurveFit in the construction.
Definition: ascii_parser.h:72
#define antioch_deprecated()
Class storing chemical mixture properties.
The parameters are reduced parameters.

Generated on Thu Jul 7 2016 11:09:46 for antioch-0.4.0 by  doxygen 1.8.8