1 /*---------------------------------------------------------------------------*\
3 \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
5 \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
7 -------------------------------------------------------------------------------
9 This file is part of OpenFOAM.
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.
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
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/>.
24 \*---------------------------------------------------------------------------*/
26 #include "makeHsCombustionThermo.H"
28 #include "hsCombustionThermo.H"
29 #include "hsPsiMixtureThermo.H"
31 #include "perfectGas.H"
33 #include "hConstThermo.H"
34 #include "janafThermo.H"
35 #include "specieThermo.H"
37 #include "constTransport.H"
38 #include "sutherlandTransport.H"
40 #include "dieselMixture.H"
41 #include "homogeneousMixture.H"
42 #include "inhomogeneousMixture.H"
43 #include "veryInhomogeneousMixture.H"
44 #include "singleStepReactingMixture.H"
46 #include "reactingMixture.H"
47 #include "multiComponentMixture.H"
49 #include "thermoPhysicsTypes.H"
51 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
56 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
58 makeHsCombustionThermo
68 makeHsCombustionThermo
78 makeHsCombustionThermo
82 veryInhomogeneousMixture,
88 makeHsCombustionThermo
98 makeHsCombustionThermo
102 inhomogeneousMixture,
108 makeHsCombustionThermo
112 veryInhomogeneousMixture,
118 makeHsCombustionThermo
128 // Multi-component thermo
130 makeHsCombustionMixtureThermo
134 multiComponentMixture,
135 constGasThermoPhysics
138 makeHsCombustionMixtureThermo
142 multiComponentMixture,
147 // Multi-component reaction thermo
149 makeHsCombustionMixtureThermo
154 constGasThermoPhysics
157 makeHsCombustionMixtureThermo
166 makeHsCombustionMixtureThermo
170 singleStepReactingMixture,
175 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
177 } // End namespace Foam
179 // ************************************************************************* //