solidReactionThermos.C
Go to the documentation of this file.
1 /*---------------------------------------------------------------------------*\
2  ========= |
3  \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
4  \\ / O peration | Website: https://openfoam.org
5  \\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation
6  \\/ M anipulation |
7 -------------------------------------------------------------------------------
8 License
9  This file is part of OpenFOAM.
10 
11  OpenFOAM is free software: you can redistribute it and/or modify it
12  under the terms of the GNU General Public License as published by
13  the Free Software Foundation, either version 3 of the License, or
14  (at your option) any later version.
15 
16  OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
17  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
18  FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
19  for more details.
20 
21  You should have received a copy of the GNU General Public License
22  along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
23 
24 \*---------------------------------------------------------------------------*/
25 
27 #include "solidReactionThermo.H"
28 #include "heSolidThermo.H"
29 
30 #include "specie.H"
31 #include "rhoConst.H"
32 #include "hConstThermo.H"
33 #include "hPowerThermo.H"
34 #include "constIsoSolidTransport.H"
37 
38 #include "reactingMixture.H"
39 #include "multiComponentMixture.H"
40 
41 #include "sensibleEnthalpy.H"
42 #include "thermo.H"
43 
44 
45 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
46 
47 namespace Foam
48 {
49 
50 /* * * * * * * * * * * * * * * * * Enthalpy-based * * * * * * * * * * * * * */
51 
53 (
54  solidReactionThermo,
55  heSolidThermo,
56  reactingMixture,
57  constIsoSolidTransport,
58  sensibleEnthalpy,
59  hConstThermo,
60  rhoConst,
61  specie
62 );
63 
64 
66 (
73  rhoConst,
74  specie
75 );
76 
77 
79 (
86  rhoConst,
87  specie
88 );
89 
90 
91 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
92 
93 } // End namespace Foam
94 
95 // ************************************************************************* //
Foam::reactingMixture.
Constant properties thermodynamics package templated into the EquationOfState.
Definition: hConstThermo.H:46
Foam::solidReactionThermo.
Macros for creating reacting solid thermo packages.
Base class of the thermophysical property types.
Definition: specie.H:65
Foam::multiComponentMixture.
Thermodynamics mapping class to expose the sensible enthalpy functions.
Fundamental solid thermodynamic properties.
Definition: solidThermo.H:48
Energy for a solid mixture.
Definition: heSolidThermo.H:49
#define makeReactingSolidThermo(BaseThermo, CThermo, Mixture, Transport, Type, Thermo, EqnOfState, Specie)
Power-function based thermodynamics package templated on EquationOfState.
Definition: hPowerThermo.H:54
RhoConst (rho = const) of state.
Definition: rhoConst.H:47
Constant properties Transport package. Templated into a given thermodynamics package (needed for ther...
Namespace for OpenFOAM.