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  Copyright (C) 2023 OpenCFD Ltd.
10 -------------------------------------------------------------------------------
11 License
12  This file is part of OpenFOAM.
13 
14  OpenFOAM is free software: you can redistribute it and/or modify it
15  under the terms of the GNU General Public License as published by
16  the Free Software Foundation, either version 3 of the License, or
17  (at your option) any later version.
18 
19  OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
20  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
21  FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
22  for more details.
23 
24  You should have received a copy of the GNU General Public License
25  along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
26 
27 \*---------------------------------------------------------------------------*/
28 
29 #include "makeReactionThermo.H"
30 #include "thermoPhysicsTypes.H"
32 
33 #include "chemistryReader.H"
34 #include "foamChemistryReader.H"
35 
36 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
37 
38 namespace Foam
39 {
40 
41 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
42 
43 // Solid chemistry readers based on sensibleEnthalpy
44 
54 
55 
60 (
63 );
69 
70 
71 
72 // Solid chemistry readers based on sensibleInternalEnergy
73 
83 
84 
89 (
92 );
98 
99 
100 // Solid chemistry readers for solids based on sensibleInternalEnergy
105 
109 
110 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
111 
112 } // End namespace Foam
113 
114 // ************************************************************************* //
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
sutherlandTransport< species::thermo< janafThermo< PengRobinsonGas< specie > >, sensibleEnthalpy > > PengRobinsonGasHThermoPhysics
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