makeChemistryReaders.C
Go to the documentation of this file.
1 /*---------------------------------------------------------------------------*\
2  ========= |
3  \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
4  \\ / O peration |
5  \\ / A nd | www.openfoam.com
6  \\/ M anipulation |
7 -------------------------------------------------------------------------------
8  Copyright (C) 2011-2015 OpenFOAM Foundation
9 -------------------------------------------------------------------------------
10 License
11  This file is part of OpenFOAM.
12 
13  OpenFOAM is free software: you can redistribute it and/or modify it
14  under the terms of the GNU General Public License as published by
15  the Free Software Foundation, either version 3 of the License, or
16  (at your option) any later version.
17 
18  OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
19  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20  FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
21  for more details.
22 
23  You should have received a copy of the GNU General Public License
24  along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
25 
26 \*---------------------------------------------------------------------------*/
27 
28 #include "makeReactionThermo.H"
29 #include "thermoPhysicsTypes.H"
31 
32 #include "chemistryReader.H"
33 #include "foamChemistryReader.H"
34 
35 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
36 
37 namespace Foam
38 {
39 
40 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
41 
42 // Solid chemistry readers based on sensibleEnthalpy
43 
52 
53 
57 (
60 );
66 
67 
68 
69 // Solid chemistry readers based on sensibleInternalEnergy
70 
79 
80 
84 (
87 );
93 
94 
95 // Solid chemistry readers for solids based on sensibleInternalEnergy
96 
100 
104 
105 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
106 
107 } // End namespace Foam
108 
109 // ************************************************************************* //
Type definitions for thermo-physics models.
#define makeChemistryReaderType(Reader, Thermo)
Exponential properties for solid heat transport Templated into a given thermodynamics package...
#define makeChemistryReader(Thermo)
Constant properties Transport package. Templated into a given thermodynamics package (needed for ther...
Type definitions for solid-thermo-physics models.
constTransport< species::thermo< hConstThermo< perfectGas< specie > >, sensibleEnthalpy > > constGasHThermoPhysics
Chemistry reader for OpenFOAM format.
constTransport< species::thermo< hConstThermo< incompressiblePerfectGas< specie > >, sensibleEnthalpy > > constIncompressibleGasHThermoPhysics
Transport package using Sutherland&#39;s formula.
Constant properties Transport package. Templated into a given thermodynamics package (needed for ther...
Transport package using polynomial functions for mu and kappa.
Namespace for OpenFOAM.
sutherlandTransport< species::thermo< janafThermo< perfectGas< specie > >, sensibleEnthalpy > > gasHThermoPhysics