OpenFOAM
6
The OpenFOAM Foundation
src
thermophysicalModels
chemistryModel
chemistrySolver
chemistrySolver
makeChemistrySolvers.C
Go to the documentation of this file.
1
/*---------------------------------------------------------------------------*\
2
========= |
3
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
4
\\ / O peration | Website: https://openfoam.org
5
\\ / A nd | Copyright (C) 2011-2018 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
\*---------------------------------------------------------------------------*/
25
26
#include "
makeChemistrySolverTypes.H
"
27
28
#include "
thermoPhysicsTypes.H
"
29
#include "
psiReactionThermo.H
"
30
#include "
rhoReactionThermo.H
"
31
32
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
33
34
namespace
Foam
35
{
36
// Chemistry solvers based on sensibleEnthalpy
37
makeChemistrySolverTypes
(
psiReactionThermo
,
constGasHThermoPhysics
);
38
makeChemistrySolverTypes
(
psiReactionThermo
,
gasHThermoPhysics
);
39
makeChemistrySolverTypes
40
(
41
psiReactionThermo
,
42
constIncompressibleGasHThermoPhysics
43
);
44
makeChemistrySolverTypes
45
(
46
psiReactionThermo
,
47
incompressibleGasHThermoPhysics
48
);
49
makeChemistrySolverTypes
(
psiReactionThermo
,
icoPoly8HThermoPhysics
);
50
makeChemistrySolverTypes
(
psiReactionThermo
,
constFluidHThermoPhysics
);
51
makeChemistrySolverTypes
52
(
53
psiReactionThermo
,
54
constAdiabaticFluidHThermoPhysics
55
);
56
makeChemistrySolverTypes
(
psiReactionThermo
,
constHThermoPhysics
);
57
58
makeChemistrySolverTypes
(
rhoReactionThermo
,
constGasHThermoPhysics
);
59
makeChemistrySolverTypes
(
rhoReactionThermo
,
gasHThermoPhysics
);
60
makeChemistrySolverTypes
61
(
62
rhoReactionThermo
,
63
constIncompressibleGasHThermoPhysics
64
);
65
makeChemistrySolverTypes
66
(
67
rhoReactionThermo
,
68
incompressibleGasHThermoPhysics
69
);
70
makeChemistrySolverTypes
(
rhoReactionThermo
,
icoPoly8HThermoPhysics
);
71
makeChemistrySolverTypes
(
rhoReactionThermo
,
constFluidHThermoPhysics
);
72
makeChemistrySolverTypes
73
(
74
rhoReactionThermo
,
75
constAdiabaticFluidHThermoPhysics
76
);
77
makeChemistrySolverTypes
(
rhoReactionThermo
,
constHThermoPhysics
);
78
79
// Chemistry solvers based on sensibleInternalEnergy
80
makeChemistrySolverTypes
(
psiReactionThermo
,
constGasEThermoPhysics
);
81
makeChemistrySolverTypes
(
psiReactionThermo
,
gasEThermoPhysics
);
82
makeChemistrySolverTypes
83
(
84
psiReactionThermo
,
85
constIncompressibleGasEThermoPhysics
86
);
87
makeChemistrySolverTypes
88
(
89
psiReactionThermo
,
90
incompressibleGasEThermoPhysics
91
);
92
makeChemistrySolverTypes
(
psiReactionThermo
,
icoPoly8EThermoPhysics
);
93
makeChemistrySolverTypes
(
psiReactionThermo
,
constFluidEThermoPhysics
);
94
makeChemistrySolverTypes
95
(
96
psiReactionThermo
,
97
constAdiabaticFluidEThermoPhysics
98
);
99
makeChemistrySolverTypes
(
psiReactionThermo
,
constEThermoPhysics
);
100
101
makeChemistrySolverTypes
(
rhoReactionThermo
,
constGasEThermoPhysics
);
102
makeChemistrySolverTypes
(
rhoReactionThermo
,
gasEThermoPhysics
);
103
makeChemistrySolverTypes
104
(
105
rhoReactionThermo
,
106
constIncompressibleGasEThermoPhysics
107
);
108
makeChemistrySolverTypes
109
(
110
rhoReactionThermo
,
111
incompressibleGasEThermoPhysics
112
);
113
makeChemistrySolverTypes
(
rhoReactionThermo
,
icoPoly8EThermoPhysics
);
114
makeChemistrySolverTypes
(
rhoReactionThermo
,
constFluidEThermoPhysics
);
115
makeChemistrySolverTypes
116
(
117
rhoReactionThermo
,
118
constAdiabaticFluidEThermoPhysics
119
);
120
makeChemistrySolverTypes
(
rhoReactionThermo
,
constEThermoPhysics
);
121
}
122
123
124
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
thermoPhysicsTypes.H
Type definitions for thermo-physics models.
Foam::constTransport
Constant properties Transport package. Templated into a given thermodynamics package (needed for ther...
Definition:
constTransport.H:47
makeChemistrySolverTypes
#define makeChemistrySolverTypes(Comp, Thermo)
Definition:
makeChemistrySolverTypes.H:73
Foam::rhoReactionThermo
Foam::rhoReactionThermo.
Definition:
rhoReactionThermo.H:51
makeChemistrySolverTypes.H
rhoReactionThermo.H
Foam::psiReactionThermo
Foam::psiReactionThermo.
Definition:
psiReactionThermo.H:51
Foam::sutherlandTransport
Transport package using Sutherland's formula.
Definition:
sutherlandTransport.H:53
psiReactionThermo.H
Foam::polynomialTransport
Transport package using polynomial functions for mu and kappa.
Definition:
polynomialTransport.H:92
Foam
Namespace for OpenFOAM.
Definition:
atmBoundaryLayer.C:30
Generated by
1.8.13