solidReactionThermos.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-------------------------------------------------------------------------------
10License
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
29#include "solidReactionThermo.H"
30#include "heSolidThermo.H"
31
32#include "specie.H"
33#include "rhoConst.H"
34#include "hConstThermo.H"
35#include "hPowerThermo.H"
39
40#include "reactingMixture.H"
42
43#include "sensibleEnthalpy.H"
44#include "thermo.H"
45
46
47// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
48
49namespace Foam
50{
51
52/* * * * * * * * * * * * * * * * * Enthalpy-based * * * * * * * * * * * * * */
53
55(
56 solidReactionThermo,
57 heSolidThermo,
58 reactingMixture,
59 constIsoSolidTransport,
60 sensibleEnthalpy,
61 hConstThermo,
62 rhoConst,
63 specie
64);
65
66
68(
76 specie
77);
78
79
81(
89 specie
90);
91
92
93// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
94
95} // End namespace Foam
96
97// ************************************************************************* //
Constant properties Transport package. Templated into a given thermodynamics package (needed for ther...
Constant properties thermodynamics package templated into the EquationOfState.
Definition: hConstThermo.H:91
Power-function based thermodynamics package templated on EquationOfState.
Definition: hPowerThermo.H:101
Energy for a solid mixture.
Definition: heSolidThermo.H:55
Foam::multiComponentMixture.
Foam::reactingMixture.
RhoConst (rho = const) of state.
Definition: rhoConst.H:91
Thermodynamics mapping class to expose the sensible enthalpy functions.
Foam::solidReactionThermo.
Fundamental solid thermodynamic properties.
Definition: solidThermo.H:55
Base class of the thermophysical property types.
Definition: specie.H:68
Macros for creating reacting solid thermo packages.
#define makeReactingSolidThermo(BaseThermo, CThermo, Mixture, Transport, Type, Thermo, EqnOfState, Specie)
Namespace for OpenFOAM.