solidThermos.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 
26 #include "makeSolidThermo.H"
27 #include "solidThermo.H"
28 #include "heSolidThermo.H"
29 
30 #include "specie.H"
31 #include "rhoConst.H"
32 #include "hConstThermo.H"
33 #include "hPowerThermo.H"
34 #include "hPolynomialThermo.H"
35 #include "constIsoSolidTransport.H"
39 #include "pureMixture.H"
40 #include "sensibleEnthalpy.H"
41 #include "sensibleInternalEnergy.H"
42 #include "thermo.H"
43 
45 
46 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
47 
48 namespace Foam
49 {
50 
51 /* * * * * * * * * * * * * * * * * Enthalpy-based * * * * * * * * * * * * * */
52 
54 (
55  solidThermo,
56  heSolidThermo,
57  pureMixture,
58  constIsoSolidTransport,
59  sensibleEnthalpy,
60  hConstThermo,
61  rhoConst,
62  specie
63 );
64 
66 (
73  rhoConst,
74  specie
75 );
76 
78 (
85  rhoConst,
86  specie
87 );
88 
90 (
95 );
96 
97 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
98 
99 } // End namespace Foam
100 
101 // ************************************************************************* //
Constant properties thermodynamics package templated into the EquationOfState.
Definition: hConstThermo.H:46
Exponential properties for solid heat transport Templated into a given thermodynamics package...
Macros for creating solid thermo packages.
Base class of the thermophysical property types.
Definition: specie.H:65
Type definitions for solid-thermo-physics models.
Transport package using polynomial functions for solid kappa.
#define makeSolidThermo(BaseThermo, Cthermo, Mixture, Transport, Type, Thermo, EqnOfState, Specie)
#define makeSolidThermoPhysicsType(BaseThermo, Cthermo, Mixture, SolidPhysicsType)
Foam::pureMixture.
Definition: pureMixture.H:49
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
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.