solidThermos.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 | Copyright (C) 2011-2015 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 // ************************************************************************* //
Foam::hPowerThermo
Power-function based thermodynamics package templated on EquationOfState.
Definition: hPowerThermo.H:54
makeSolidThermo
#define makeSolidThermo(BaseThermo, Cthermo, Mixture, Transport, Type, Thermo, EqnOfState, Specie)
Definition: makeSolidThermo.H:38
Foam::pureMixture
Foam::pureMixture.
Definition: pureMixture.H:49
hPowerThermo.H
Foam::constAnIsoSolidTransport
Constant properties Transport package. Templated into a given Thermodynamics package (needed for ther...
Definition: constAnIsoSolidTransport.H:46
thermo.H
Foam::exponentialSolidTransport
Exponential properties for solid heat transport Templated into a given thermodynamics package.
Definition: exponentialSolidTransport.H:44
makeSolidThermo.H
Macros for creating solid thermo packages.
sensibleEnthalpy.H
rhoConst.H
sensibleInternalEnergy.H
Foam::sensibleEnthalpy
Thermodynamics mapping class to expose the sensible enthalpy function as the standard enthalpy functi...
Definition: sensibleEnthalpy.H:45
specie.H
solidThermo.H
hConstThermo.H
Foam::solidThermo
Fundamental solid thermodynamic properties.
Definition: solidThermo.H:54
solidThermoPhysicsTypes.H
Type definitions for solid-thermo-physics models.
exponentialSolidTransport.H
Foam::polynomialSolidTransport
Transport package using polynomial functions for solid kappa.
Definition: polynomialSolidTransport.H:47
Foam::specie
Base class of the thermophysical property types.
Definition: specie.H:57
makeSolidThermoPhysicsType
#define makeSolidThermoPhysicsType(BaseThermo, Cthermo, Mixture, SolidPhysicsType)
Definition: makeSolidThermo.H:107
Foam::heSolidThermo
Energy for a solid mixture.
Definition: heSolidThermo.H:49
Foam
Namespace for OpenFOAM.
Definition: combustionModel.C:30
heSolidThermo.H
hPolynomialThermo.H
constAnIsoSolidTransport.H
Foam::hConstThermo
Constant properties thermodynamics package templated into the EquationOfState.
Definition: hConstThermo.H:46
polynomialSolidTransport.H
pureMixture.H
Foam::rhoConst
RhoConst (rho = const) of state.
Definition: rhoConst.H:47
constIsoSolidTransport.H