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 | Copyright (C) 2011-2013 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::thermoPhysicsTypes
26 
27 Description
28  Type definitions for thermo-physics models
29 
30 \*---------------------------------------------------------------------------*/
31 
32 #ifndef thermoPhysicsTypes_H
33 #define thermoPhysicsTypes_H
34 
35 #include "specie.H"
36 #include "perfectGas.H"
38 #include "hConstThermo.H"
39 #include "janafThermo.H"
40 
41 #include "sensibleEnthalpy.H"
42 #include "sensibleInternalEnergy.H"
43 #include "thermo.H"
44 #include "sutherlandTransport.H"
45 #include "constTransport.H"
46 
47 #include "icoPolynomial.H"
48 #include "hPolynomialThermo.H"
49 #include "polynomialTransport.H"
50 
51 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
52 
53 namespace Foam
54 {
55  // thermo physics types based on sensibleEnthalpy
56  typedef
57  constTransport
58  <
60  <
61  hConstThermo
62  <
63  perfectGas<specie>
64  >,
65  sensibleEnthalpy
66  >
68 
69  typedef
71  <
73  <
75  <
76  perfectGas<specie>
77  >,
79  >
81 
82  typedef
84  <
86  <
88  <
90  >,
92  >
94 
95  typedef
97  <
99  <
101  <
102  incompressiblePerfectGas<specie>
103  >,
105  >
107 
108  typedef
110  <
112  <
114  <
116  8
117  >,
119  >,
120  8
122 
123 
124  // thermo physics types based on sensibleInternalEnergy
125  typedef
127  <
129  <
131  <
132  perfectGas<specie>
133  >,
135  >
137 
138  typedef
140  <
142  <
144  <
145  perfectGas<specie>
146  >,
148  >
150 
151  typedef
153  <
155  <
157  <
158  incompressiblePerfectGas<specie>
159  >,
161  >
163 
164  typedef
166  <
168  <
170  <
171  incompressiblePerfectGas<specie>
172  >,
174  >
176 
177  typedef
179  <
181  <
183  <
184  icoPolynomial<specie, 8>,
185  8
186  >,
188  >,
189  8
191 }
192 
193 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
194 
195 #endif
196 
197 // ************************************************************************* //
Constant properties thermodynamics package templated into the EquationOfState.
Definition: hConstThermo.H:46
Incompressible, polynomial form of equation of state, using a polynomial function for density...
Definition: icoPolynomial.H:82
Constant properties Transport package. Templated into a given thermodynamics package (needed for ther...
Incompressible gas equation of state using a constant reference pressure in the perfect gas equation ...
Thermodynamics package templated on the equation of state, using polynomial functions for cp...
sutherlandTransport< species::thermo< janafThermo< perfectGas< specie > >, sensibleInternalEnergy > > gasEThermoPhysics
constTransport< species::thermo< hConstThermo< perfectGas< specie > >, sensibleEnthalpy > > constGasHThermoPhysics
sutherlandTransport< species::thermo< janafThermo< incompressiblePerfectGas< specie > >, sensibleEnthalpy > > incompressibleGasHThermoPhysics
psiReactionThermo & thermo
Definition: createFields.H:31
constTransport< species::thermo< hConstThermo< incompressiblePerfectGas< specie > >, sensibleInternalEnergy > > constIncompressibleGasEThermoPhysics
sutherlandTransport< species::thermo< janafThermo< incompressiblePerfectGas< specie > >, sensibleInternalEnergy > > incompressibleGasEThermoPhysics
Thermodynamics mapping class to expose the sensible enthalpy functions.
polynomialTransport< species::thermo< hPolynomialThermo< icoPolynomial< specie, 8 >, 8 >, sensibleEnthalpy >, 8 > icoPoly8HThermoPhysics
constTransport< species::thermo< hConstThermo< incompressiblePerfectGas< specie > >, sensibleEnthalpy > > constIncompressibleGasHThermoPhysics
polynomialTransport< species::thermo< hPolynomialThermo< icoPolynomial< specie, 8 >, 8 >, sensibleInternalEnergy >, 8 > icoPoly8EThermoPhysics
JANAF tables based thermodynamics package templated into the equation of state.
Definition: janafThermo.H:49
Thermodynamics mapping class to expose the sensible internal energy functions.
Transport package using Sutherland&#39;s formula.
Transport package using polynomial functions for mu and kappa.
Namespace for OpenFOAM.
constTransport< species::thermo< hConstThermo< perfectGas< specie > >, sensibleInternalEnergy > > constGasEThermoPhysics
sutherlandTransport< species::thermo< janafThermo< perfectGas< specie > >, sensibleEnthalpy > > gasHThermoPhysics