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  <
77  >,
79  >
81 
82  typedef
84  <
86  <
88  <
90  >,
92  >
94 
95  typedef
97  <
99  <
101  <
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  <
133  >,
135  >
137 
138  typedef
140  <
142  <
144  <
146  >,
148  >
150 
151  typedef
153  <
155  <
157  <
159  >,
161  >
163 
164  typedef
166  <
168  <
170  <
172  >,
174  >
176 
177  typedef
179  <
181  <
183  <
185  8
186  >,
188  >,
189  8
191 }
192 
193 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
194 
195 #endif
196 
197 // ************************************************************************* //
icoPolynomial.H
Foam::sensibleInternalEnergy
Thermodynamics mapping class to expose the sensible internal energy function as the standard internal...
Definition: sensibleInternalEnergy.H:45
Foam::constGasEThermoPhysics
constTransport< species::thermo< hConstThermo< perfectGas< specie > >, sensibleInternalEnergy > > constGasEThermoPhysics
Definition: thermoPhysicsTypes.H:136
Foam::incompressibleGasEThermoPhysics
sutherlandTransport< species::thermo< janafThermo< incompressiblePerfectGas< specie > >, sensibleInternalEnergy > > incompressibleGasEThermoPhysics
Definition: thermoPhysicsTypes.H:175
thermo.H
Foam::janafThermo
JANAF tables based thermodynamics package templated into the equation of state.
Definition: janafThermo.H:49
sensibleEnthalpy.H
sensibleInternalEnergy.H
Foam::sensibleEnthalpy
Thermodynamics mapping class to expose the sensible enthalpy function as the standard enthalpy functi...
Definition: sensibleEnthalpy.H:45
Foam::constIncompressibleGasHThermoPhysics
constTransport< species::thermo< hConstThermo< incompressiblePerfectGas< specie > >, sensibleEnthalpy > > constIncompressibleGasHThermoPhysics
Definition: thermoPhysicsTypes.H:93
Foam::icoPoly8EThermoPhysics
polynomialTransport< species::thermo< hPolynomialThermo< icoPolynomial< specie, 8 >, 8 >, sensibleInternalEnergy >, 8 > icoPoly8EThermoPhysics
Definition: thermoPhysicsTypes.H:190
specie.H
thermo
rhoThermo & thermo
Definition: setRegionFluidFields.H:3
hConstThermo.H
incompressiblePerfectGas.H
Foam::incompressibleGasHThermoPhysics
sutherlandTransport< species::thermo< janafThermo< incompressiblePerfectGas< specie > >, sensibleEnthalpy > > incompressibleGasHThermoPhysics
Definition: thermoPhysicsTypes.H:106
janafThermo.H
Foam::perfectGas
Perfect gas equation of state.
Definition: perfectGas.H:47
Foam::sutherlandTransport
Transport package using Sutherland's formula.
Definition: sutherlandTransport.H:53
Foam::gasEThermoPhysics
sutherlandTransport< species::thermo< janafThermo< perfectGas< specie > >, sensibleInternalEnergy > > gasEThermoPhysics
Definition: thermoPhysicsTypes.H:149
perfectGas.H
Foam::constTransport
Constant properties Transport package. Templated into a given thermodynamics package (needed for ther...
Definition: constTransport.H:47
Foam
Namespace for OpenFOAM.
Definition: combustionModel.C:30
Foam::species::thermo
Definition: thermo.H:52
Foam::hPolynomialThermo
Thermodynamics package templated on the equation of state, using polynomial functions for cp,...
Definition: hPolynomialThermo.H:52
Foam::gasHThermoPhysics
sutherlandTransport< species::thermo< janafThermo< perfectGas< specie > >, sensibleEnthalpy > > gasHThermoPhysics
Definition: thermoPhysicsTypes.H:80
Foam::constIncompressibleGasEThermoPhysics
constTransport< species::thermo< hConstThermo< incompressiblePerfectGas< specie > >, sensibleInternalEnergy > > constIncompressibleGasEThermoPhysics
Definition: thermoPhysicsTypes.H:162
hPolynomialThermo.H
Foam::polynomialTransport
Transport package using polynomial functions for mu and kappa.
Definition: polynomialTransport.H:47
Foam::incompressiblePerfectGas
Incompressible gas equation of state using a constant reference pressure in the perfect gas equation ...
Definition: incompressiblePerfectGas.H:49
Foam::hConstThermo
Constant properties thermodynamics package templated into the EquationOfState.
Definition: hConstThermo.H:46
constTransport.H
Foam::constGasHThermoPhysics
constTransport< species::thermo< hConstThermo< perfectGas< specie > >, sensibleEnthalpy > > constGasHThermoPhysics
Definition: thermoPhysicsTypes.H:67
Foam::icoPoly8HThermoPhysics
polynomialTransport< species::thermo< hPolynomialThermo< icoPolynomial< specie, 8 >, 8 >, sensibleEnthalpy >, 8 > icoPoly8HThermoPhysics
Definition: thermoPhysicsTypes.H:121
Foam::icoPolynomial
Incompressible, polynomial form of equation of state, using a polynomial function for density.
Definition: icoPolynomial.H:50
sutherlandTransport.H
polynomialTransport.H