solidThermos.C
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 -------------------------------------------------------------------------------
10 License
11  This file is part of OpenFOAM.
12 
13  OpenFOAM is free software: you can redistribute it and/or modify it
14  under the terms of the GNU General Public License as published by
15  the Free Software Foundation, either version 3 of the License, or
16  (at your option) any later version.
17 
18  OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
19  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20  FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
21  for more details.
22 
23  You should have received a copy of the GNU General Public License
24  along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
25 
26 \*---------------------------------------------------------------------------*/
27 
28 #include "makeSolidThermo.H"
29 #include "solidThermo.H"
30 #include "heSolidThermo.H"
31 
32 #include "specie.H"
33 #include "rhoConst.H"
34 #include "icoPolynomial.H"
35 #include "hConstThermo.H"
36 #include "hPowerThermo.H"
37 #include "hPolynomialThermo.H"
38 #include "constIsoSolidTransport.H"
42 #include "pureMixture.H"
43 #include "sensibleEnthalpy.H"
44 #include "sensibleInternalEnergy.H"
45 #include "thermo.H"
46 
48 
49 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
50 
51 namespace Foam
52 {
53 
54 /* * * * * * * * * * * * * * * * * Enthalpy-based * * * * * * * * * * * * * */
55 
57 (
58  solidThermo,
59  heSolidThermo,
60  pureMixture,
61  constIsoSolidTransport,
62  sensibleEnthalpy,
63  hConstThermo,
64  rhoConst,
65  specie
66 );
67 
69 (
76  rhoConst,
77  specie
78 );
79 
81 (
88  rhoConst,
89  specie
90 );
91 
93 (
101  specie
102 );
103 
104 
106 (
107  solidThermo,
109  pureMixture,
111 );
112 
113 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
114 
115 } // End namespace Foam
116 
117 // ************************************************************************* //
icoPolynomial.H
Foam::hPowerThermo
Power-function based thermodynamics package templated on EquationOfState.
Definition: hPowerThermo.H:60
makeSolidThermo
#define makeSolidThermo(BaseThermo, Cthermo, Mixture, Transport, Type, Thermo, EqnOfState, Specie)
Definition: makeSolidThermo.H:40
Foam::pureMixture
Foam::pureMixture.
Definition: InterfaceCompositionModel.H:50
hPowerThermo.H
Foam::constAnIsoSolidTransport
Constant properties Transport package. Templated into a given Thermodynamics package (needed for ther...
Definition: constAnIsoSolidTransport.H:50
Foam::exponentialSolidTransport
Exponential properties for solid heat transport Templated into a given thermodynamics package.
Definition: exponentialSolidTransport.H:49
makeSolidThermo.H
Macros for creating solid thermo packages.
sensibleEnthalpy.H
rhoConst.H
sensibleInternalEnergy.H
Foam::sensibleEnthalpy
Thermodynamics mapping class to expose the sensible enthalpy functions.
Definition: sensibleEnthalpy.H:49
specie.H
solidThermo.H
hConstThermo.H
Foam::solidThermo
Fundamental solid thermodynamic properties.
Definition: solidThermo.H:52
solidThermoPhysicsTypes.H
Type definitions for solid-thermo-physics models.
exponentialSolidTransport.H
Foam::polynomialSolidTransport
Transport package using polynomial functions for solid kappa.
Definition: polynomialSolidTransport.H:84
Foam::specie
Base class of the thermophysical property types.
Definition: specie.H:67
makeSolidThermoPhysicsType
#define makeSolidThermoPhysicsType(BaseThermo, Cthermo, Mixture, SolidPhysicsType)
Definition: makeSolidThermo.H:122
Foam::heSolidThermo
Energy for a solid mixture.
Definition: heSolidThermo.H:52
Foam
Namespace for OpenFOAM.
Definition: atmBoundaryLayer.C:33
Foam::hPolynomialThermo
Thermodynamics package templated on the equation of state, using polynomial functions for cp,...
Definition: hPolynomialThermo.H:104
heSolidThermo.H
hPolynomialThermo.H
constAnIsoSolidTransport.H
Foam::hConstThermo
Constant properties thermodynamics package templated into the EquationOfState.
Definition: hConstThermo.H:52
polynomialSolidTransport.H
pureMixture.H
Foam::rhoConst
RhoConst (rho = const) of state.
Definition: rhoConst.H:52
constIsoSolidTransport.H
Foam::icoPolynomial
Incompressible, polynomial form of equation of state, using a polynomial function for density.
Definition: icoPolynomial.H:88