antioch-0.4.0
species_parsing.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_SPECIES_ASCII_PARSING_H
29 #define ANTIOCH_SPECIES_ASCII_PARSING_H
30 
31 namespace Antioch
32 {
33  typedef unsigned int Species;
34 
35  // Forward declarations
36  template <class NumericType>
37  class ParserBase;
38 
39  template <class NumericType>
40  class ChemicalMixture;
41 
42 
43  template <typename NumericType>
44  void read_chemical_species_composition(ParserBase<NumericType> * parser,
45  ChemicalMixture<NumericType> & mixture);
46 
47  template<class NumericType>
48  void read_species_data( ParserBase<NumericType> * parser,
49  ChemicalMixture<NumericType>& chem_mixture);
50 
51 
52  template<class NumericType>
53  void read_species_vibrational_data(ParserBase<NumericType> * parser,
54  ChemicalMixture<NumericType>& chem_mixture);
55 
56  template<class NumericType>
57  void read_species_electronic_data(ParserBase<NumericType> * parser,
58  ChemicalMixture<NumericType>& chem_mixture);
59 
60 } // end namespace Antioch
61 
62 #endif // ANTIOCH_SPECIES_ASCII_PARSING_H
unsigned int Species
void read_species_electronic_data(ParserBase< NumericType > *parser, ChemicalMixture< NumericType > &chem_mixture)
void read_species_data(ParserBase< NumericType > *parser, ChemicalMixture< NumericType > &chem_mixture)
void read_species_vibrational_data(ParserBase< NumericType > *parser, ChemicalMixture< NumericType > &chem_mixture)
void read_chemical_species_composition(ParserBase< NumericType > *parser, ChemicalMixture< NumericType > &mixture)
The parameters are reduced parameters.

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