thermoPhysicsTypes.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-2017 OpenFOAM Foundation
9  Copyright (C) 2018 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::thermoPhysicsTypes
29 
30 Description
31  Type definitions for thermo-physics models
32 
33 \*---------------------------------------------------------------------------*/
34 
35 #ifndef thermoPhysicsTypes_H
36 #define thermoPhysicsTypes_H
37 
38 #include "specie.H"
39 #include "perfectGas.H"
41 #include "rPolynomial.H"
42 #include "perfectFluid.H"
43 #include "adiabaticPerfectFluid.H"
44 #include "rhoConst.H"
45 #include "hConstThermo.H"
46 #include "eConstThermo.H"
47 #include "janafThermo.H"
48 
49 #include "sensibleEnthalpy.H"
50 #include "sensibleInternalEnergy.H"
51 #include "thermo.H"
52 #include "sutherlandTransport.H"
53 #include "constTransport.H"
54 
55 #include "icoPolynomial.H"
56 #include "hPolynomialThermo.H"
57 #include "polynomialTransport.H"
58 
59 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
60 
61 namespace Foam
62 {
63  // thermo physics types based on sensibleEnthalpy
64  typedef
65  constTransport
66  <
68  <
69  hConstThermo
70  <
71  perfectGas<specie>
72  >,
73  sensibleEnthalpy
74  >
76 
77  typedef
79  <
81  <
83  <
85  >,
87  >
89 
90  typedef
92  <
94  <
96  <
98  >,
100  >
102 
103  typedef
105  <
107  <
109  <
111  >,
113  >
115 
116  typedef
118  <
120  <
122  <
124  8
125  >,
127  >,
128  8
130 
131  typedef
133  <
135  <
137  <
139  >,
141  >,
142  8
144 
145  typedef
147  <
149  <
151  <
153  >,
155  >
156  >
158 
159  typedef
161  <
163  <
165  <
167  >,
169  >
170  >
172 
173  typedef
175  <
177  <
179  <
181  >,
183  >
184  >
186 
187  typedef
189  <
191  <
193  <
195  >,
197  >
198  >
200 
201 
202  // thermo physics types based on sensibleInternalEnergy
203  typedef
205  <
207  <
209  <
211  >,
213  >
215 
216  typedef
218  <
220  <
222  <
224  >,
226  >
228 
229  typedef
231  <
233  <
235  <
237  >,
239  >
241 
242  typedef
244  <
246  <
248  <
250  >,
252  >
254 
255  typedef
257  <
259  <
261  <
263  8
264  >,
266  >,
267  8
269 
270  typedef
272  <
274  <
276  <
278  >,
280  >,
281  8
283 
284  typedef
286  <
288  <
290  <
292  >,
294  >
295  >
297 
298  typedef
300  <
302  <
304  <
306  >,
308  >
309  >
311 
312  typedef
314  <
316  <
318  <
320  >,
322  >
323  >
325 
326  typedef
328  <
330  <
332  <
334  >,
336  >
337  >
339 }
340 
341 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
342 
343 #endif
344 
345 // ************************************************************************* //
Foam::icoPoly8TranspJanafHThermoPhysics
polynomialTransport< species::thermo< janafThermo< perfectGas< specie > >, sensibleEnthalpy >, 8 > icoPoly8TranspJanafHThermoPhysics
Definition: thermoPhysicsTypes.H:143
icoPolynomial.H
Foam::perfectFluid
Perfect gas equation of state.
Definition: perfectFluid.H:52
Foam::constGasEThermoPhysics
constTransport< species::thermo< eConstThermo< perfectGas< specie > >, sensibleInternalEnergy > > constGasEThermoPhysics
Definition: thermoPhysicsTypes.H:214
Foam::sensibleInternalEnergy
Thermodynamics mapping class to expose the sensible internal energy functions.
Definition: sensibleInternalEnergy.H:51
Foam::rPolynomial
Reciprocal polynomial equation of state for liquids and solids.
Definition: rPolynomial.H:81
Foam::incompressibleGasEThermoPhysics
sutherlandTransport< species::thermo< janafThermo< incompressiblePerfectGas< specie > >, sensibleInternalEnergy > > incompressibleGasEThermoPhysics
Definition: thermoPhysicsTypes.H:253
Foam::eConstThermo
Constant properties thermodynamics package templated on an equation of state.
Definition: eConstThermo.H:54
Foam::constAdiabaticFluidHThermoPhysics
constTransport< species::thermo< hConstThermo< adiabaticPerfectFluid< specie > >, sensibleEnthalpy > > constAdiabaticFluidHThermoPhysics
Definition: thermoPhysicsTypes.H:185
Foam::janafThermo
JANAF tables based thermodynamics package templated into the equation of state.
Definition: janafThermo.H:55
thermo
psiReactionThermo & thermo
Definition: createFields.H:28
sensibleEnthalpy.H
rhoConst.H
Foam::constFluidHThermoPhysics
constTransport< species::thermo< hConstThermo< perfectFluid< specie > >, sensibleEnthalpy > > constFluidHThermoPhysics
Definition: thermoPhysicsTypes.H:157
sensibleInternalEnergy.H
Foam::adiabaticPerfectFluid
Adiabatic perfect fluid equation of state.
Definition: adiabaticPerfectFluid.H:52
perfectFluid.H
Foam::sensibleEnthalpy
Thermodynamics mapping class to expose the sensible enthalpy functions.
Definition: sensibleEnthalpy.H:49
Foam::constIncompressibleGasHThermoPhysics
constTransport< species::thermo< hConstThermo< incompressiblePerfectGas< specie > >, sensibleEnthalpy > > constIncompressibleGasHThermoPhysics
Definition: thermoPhysicsTypes.H:101
Foam::icoPoly8EThermoPhysics
polynomialTransport< species::thermo< hPolynomialThermo< icoPolynomial< specie, 8 >, 8 >, sensibleInternalEnergy >, 8 > icoPoly8EThermoPhysics
Definition: thermoPhysicsTypes.H:268
specie.H
eConstThermo.H
hConstThermo.H
incompressiblePerfectGas.H
Foam::incompressibleGasHThermoPhysics
sutherlandTransport< species::thermo< janafThermo< incompressiblePerfectGas< specie > >, sensibleEnthalpy > > incompressibleGasHThermoPhysics
Definition: thermoPhysicsTypes.H:114
janafThermo.H
Foam::constFluidEThermoPhysics
constTransport< species::thermo< eConstThermo< perfectFluid< specie > >, sensibleInternalEnergy > > constFluidEThermoPhysics
Definition: thermoPhysicsTypes.H:296
Foam::perfectGas
Perfect gas equation of state.
Definition: perfectGas.H:52
Foam::icoPoly8TranspJanafEThermoPhysics
polynomialTransport< species::thermo< janafThermo< perfectGas< specie > >, sensibleInternalEnergy >, 8 > icoPoly8TranspJanafEThermoPhysics
Definition: thermoPhysicsTypes.H:282
Foam::constAdiabaticFluidEThermoPhysics
constTransport< species::thermo< eConstThermo< adiabaticPerfectFluid< specie > >, sensibleInternalEnergy > > constAdiabaticFluidEThermoPhysics
Definition: thermoPhysicsTypes.H:324
Foam::sutherlandTransport
Transport package using Sutherland's formula.
Definition: sutherlandTransport.H:59
Foam::constrPolFluidEThermoPhysics
constTransport< species::thermo< eConstThermo< perfectFluid< specie > >, sensibleInternalEnergy > > constrPolFluidEThermoPhysics
Definition: thermoPhysicsTypes.H:310
Foam::gasEThermoPhysics
sutherlandTransport< species::thermo< janafThermo< perfectGas< specie > >, sensibleInternalEnergy > > gasEThermoPhysics
Definition: thermoPhysicsTypes.H:227
perfectGas.H
Foam::constTransport
Constant properties Transport package. Templated into a given thermodynamics package (needed for ther...
Definition: constTransport.H:53
Foam
Namespace for OpenFOAM.
Definition: atmBoundaryLayer.C:33
Foam::species::thermo
Definition: thermo.H:55
Foam::hPolynomialThermo
Thermodynamics package templated on the equation of state, using polynomial functions for cp,...
Definition: hPolynomialThermo.H:104
Foam::gasHThermoPhysics
sutherlandTransport< species::thermo< janafThermo< perfectGas< specie > >, sensibleEnthalpy > > gasHThermoPhysics
Definition: thermoPhysicsTypes.H:88
hPolynomialThermo.H
Foam::constrPolFluidHThermoPhysics
constTransport< species::thermo< hConstThermo< rPolynomial< specie > >, sensibleEnthalpy > > constrPolFluidHThermoPhysics
Definition: thermoPhysicsTypes.H:171
Foam::constIncompressibleGasEThermoPhysics
constTransport< species::thermo< eConstThermo< incompressiblePerfectGas< specie > >, sensibleInternalEnergy > > constIncompressibleGasEThermoPhysics
Definition: thermoPhysicsTypes.H:240
Foam::polynomialTransport
Transport package using polynomial functions for mu and kappa.
Definition: polynomialTransport.H:98
Foam::incompressiblePerfectGas
Incompressible gas equation of state using a constant reference pressure in the perfect gas equation ...
Definition: incompressiblePerfectGas.H:55
adiabaticPerfectFluid.H
Foam::hConstThermo
Constant properties thermodynamics package templated into the EquationOfState.
Definition: hConstThermo.H:52
constTransport.H
Foam::constGasHThermoPhysics
constTransport< species::thermo< hConstThermo< perfectGas< specie > >, sensibleEnthalpy > > constGasHThermoPhysics
Definition: thermoPhysicsTypes.H:75
Foam::rhoConst
RhoConst (rho = const) of state.
Definition: rhoConst.H:52
Foam::icoPoly8HThermoPhysics
polynomialTransport< species::thermo< hPolynomialThermo< icoPolynomial< specie, 8 >, 8 >, sensibleEnthalpy >, 8 > icoPoly8HThermoPhysics
Definition: thermoPhysicsTypes.H:129
rPolynomial.H
Foam::icoPolynomial
Incompressible, polynomial form of equation of state, using a polynomial function for density.
Definition: icoPolynomial.H:88
Foam::constEThermoPhysics
constTransport< species::thermo< eConstThermo< rhoConst< specie > >, sensibleInternalEnergy > > constEThermoPhysics
Definition: thermoPhysicsTypes.H:338
sutherlandTransport.H
Foam::constHThermoPhysics
constTransport< species::thermo< hConstThermo< rhoConst< specie > >, sensibleEnthalpy > > constHThermoPhysics
Definition: thermoPhysicsTypes.H:199
polynomialTransport.H