solidThermoPhysicsTypes.H
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 Typedefs
25  Foam::solidThermoPhysicsTypes
26 
27 Description
28  Type definitions for solid-thermo-physics models
29 
30 \*---------------------------------------------------------------------------*/
31 
32 #ifndef solidThermoPhysicsTypes_H
33 #define solidThermoPhysicsTypes_H
34 
35 #include "specie.H"
36 #include "rhoConst.H"
37 #include "hConstThermo.H"
38 #include "hPolynomialThermo.H"
39 #include "hPowerThermo.H"
40 #include "constIsoSolidTransport.H"
44 
45 #include "sensibleEnthalpy.H"
46 #include "thermo.H"
47 
48 
49 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
50 
51 namespace Foam
52 {
53  typedef
54  constIsoSolidTransport
55  <
57  <
58  hConstThermo
59  <
60  rhoConst<specie>
61  >,
62  sensibleEnthalpy
63  >
65 
66  typedef
68  <
70  <
72  <
73  rhoConst<specie>
74  >,
76  >
78 
79  typedef
81  <
83  <
85  <
86  rhoConst<specie>,
87  8
88  >,
90  >,
91  8
93 
94  typedef
96  <
98  <
100  <
101  rhoConst<specie>
102  >,
103  sensibleEnthalpy
104  >
106 }
107 
108 
109 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
110 
111 #endif
112 
113 // ************************************************************************* //
Exponential properties for solid heat transport Templated into a given thermodynamics package...
constIsoSolidTransport< species::thermo< hPowerThermo< rhoConst< specie > >, sensibleEnthalpy > > hExpKappaConstSolidThermoPhysics
Thermodynamics package templated on the equation of state, using polynomial functions for cp...
constIsoSolidTransport< species::thermo< hConstThermo< rhoConst< specie > >, sensibleEnthalpy > > hConstSolidThermoPhysics
rhoReactionThermo & thermo
Definition: createFields.H:28
polynomialSolidTransport< species::thermo< hPolynomialThermo< rhoConst< specie >, 8 >, sensibleEnthalpy >, 8 > hTransportThermoPoly8SolidThermoPhysics
Transport package using polynomial functions for solid kappa.
Thermodynamics mapping class to expose the sensible enthalpy functions.
exponentialSolidTransport< species::thermo< hPowerThermo< rhoConst< specie > >, sensibleEnthalpy > > hPowerSolidThermoPhysics
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
Definition: thermo.H:52
Power-function based thermodynamics package templated on EquationOfState.
Definition: hPowerThermo.H:54
Constant properties Transport package. Templated into a given thermodynamics package (needed for ther...
Namespace for OpenFOAM.