solidThermoPhysicsTypes.H
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) 2022 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 Typedefs
28  Foam::solidThermoPhysicsTypes
29 
30 Description
31  Type definitions for solid-thermo-physics models
32 
33 \*---------------------------------------------------------------------------*/
34 
35 #ifndef solidThermoPhysicsTypes_H
36 #define solidThermoPhysicsTypes_H
37 
38 #include "specie.H"
39 #include "rhoConst.H"
40 #include "icoPolynomial.H"
41 #include "icoTabulated.H"
42 #include "hConstThermo.H"
43 #include "hPolynomialThermo.H"
44 #include "hPowerThermo.H"
45 #include "hTabulatedThermo.H"
46 #include "constIsoSolidTransport.H"
51 
52 #include "sensibleEnthalpy.H"
53 #include "thermo.H"
54 
55 
56 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
57 
58 namespace Foam
59 {
60  typedef
61  constIsoSolidTransport
62  <
64  <
66  <
68  >,
70  >
72 
73  typedef
75  <
77  <
79  <
81  >,
83  >
85 
86  typedef
88  <
90  <
92  <
94  8
95  >,
97  >,
98  8
100 
101  typedef
103  <
105  <
107  <
109  >,
111  >
113 
114  typedef
116  <
118  <
120  <
122  8
123  >,
125  >,
126  8
128 
129  typedef
131  <
133  <
135  <
137  >,
139  >
141 
142  typedef
144  <
146  <
148  <
150  >,
152  >
154 }
155 
156 
157 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
158 
159 #endif
160 
161 // ************************************************************************* //
tabulatedSolidTransport< species::thermo< hTabulatedThermo< icoPolynomial< specie, 8 > >, sensibleEnthalpy > > hTabulatedPolyIcoSolidThermoPhysics
Constant properties thermodynamics package templated into the EquationOfState.
Definition: hConstThermo.H:48
Exponential properties for solid heat transport Templated into a given thermodynamics package...
Enthalpy based thermodynamics package using non-uniform tabulated data for heat capacity vs temperatu...
Incompressible, polynomial form of equation of state, using a polynomial function for density...
Definition: icoPolynomial.H:84
constIsoSolidTransport< species::thermo< hPowerThermo< rhoConst< specie > >, sensibleEnthalpy > > hExpKappaConstSolidThermoPhysics
Incompressible of equation of state using non-uniform tabulated density vs temperature.
Definition: icoTabulated.H:74
polynomialSolidTransport< species::thermo< hPolynomialThermo< icoPolynomial< specie, 8 >, 8 >, sensibleEnthalpy >, 8 > hPolyTranspPolyIcoSolidThermoPhysics
Thermodynamics package templated on the equation of state, using polynomial functions for cp...
constIsoSolidTransport< species::thermo< hConstThermo< rhoConst< specie > >, sensibleEnthalpy > > hConstSolidThermoPhysics
polynomialSolidTransport< species::thermo< hPolynomialThermo< rhoConst< specie >, 8 >, sensibleEnthalpy >, 8 > hTransportThermoPoly8SolidThermoPhysics
Transport package using polynomial functions for solid kappa.
psiReactionThermo & thermo
Definition: createFields.H:28
tabulatedSolidTransport< species::thermo< hTabulatedThermo< icoTabulated< specie > >, sensibleEnthalpy > > hTabulatedIcoTabulatedSolidThermoPhysics
Thermodynamics mapping class to expose the sensible enthalpy functions.
Transport properties package using non-uniform tabulated data for thermal conductivity vs temperature...
exponentialSolidTransport< species::thermo< hPowerThermo< rhoConst< specie > >, sensibleEnthalpy > > hPowerSolidThermoPhysics
Power-function based thermodynamics package templated on EquationOfState.
Definition: hPowerThermo.H:56
RhoConst (rho = const) of state.
Definition: rhoConst.H:48
Constant properties Transport package. Templated into a given thermodynamics package (needed for ther...
Namespace for OpenFOAM.