reactionTypes.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 | www.openfoam.com
6  \\/ M anipulation |
7 -------------------------------------------------------------------------------
8  Copyright (C) 2011-2013 OpenFOAM Foundation
9  Copyright (C) 2023 OpenCFD Ltd.
10 -------------------------------------------------------------------------------
11 License
12  This file is part of OpenFOAM.
13 
14  OpenFOAM is free software: you can redistribute it and/or modify it
15  under the terms of the GNU General Public License as published by
16  the Free Software Foundation, either version 3 of the License, or
17  (at your option) any later version.
18 
19  OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
20  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
21  FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
22  for more details.
23 
24  You should have received a copy of the GNU General Public License
25  along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
26 
27 Typedefs
28  Foam::reactionTypes
29 
30 Description
31  Type definitions for reactions
32 
33 \*---------------------------------------------------------------------------*/
34 
35 #ifndef reactionTypes_H
36 #define reactionTypes_H
37 
38 #include "thermoPhysicsTypes.H"
39 #include "Reaction.H"
40 
41 #include "icoPolynomial.H"
42 #include "hPolynomialThermo.H"
43 #include "polynomialTransport.H"
44 
45 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
46 
47 namespace Foam
48 {
49  // sensible enthalpy based reactions
51 
53 
55 
58 
61 
63 
65 
68 
70 
71 
72  // internal ennergy based reactions
74 
76 
78 
81 
84 
86 
88 
91 
93 }
94 
95 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
96 
97 #endif
98 
99 // ************************************************************************* //
Reaction< constGasEThermoPhysics > constGasEReaction
Definition: reactionTypes.H:67
Type definitions for thermo-physics models.
Reaction< PengRobinsonGasEThermoPhysics > PengRobinsonGasEReaction
Definition: reactionTypes.H:71
Reaction< constIncompressibleGasEThermoPhysics > constIncompressibleGasEReaction
Definition: reactionTypes.H:74
Reaction< constFluidHThermoPhysics > constFluidHReaction
Definition: reactionTypes.H:58
Reaction< constAdiabaticFluidEThermoPhysics > constAdiabaticFluidEReaction
Definition: reactionTypes.H:84
Simple extension of ReactionThermo to handle reaction kinetics in addition to the equilibrium thermod...
Definition: Reaction.H:55
Reaction< incompressibleGasHThermoPhysics > incompressibleGasHReaction
Definition: reactionTypes.H:54
Reaction< constFluidEThermoPhysics > constFluidEReaction
Definition: reactionTypes.H:81
Reaction< gasEThermoPhysics > gasEReaction
Definition: reactionTypes.H:69
Reaction< PengRobinsonGasHThermoPhysics > PengRobinsonGasHReaction
Definition: reactionTypes.H:48
Reaction< constEThermoPhysics > constEReaction
Definition: reactionTypes.H:86
Reaction< constGasHThermoPhysics > constGasHReaction
Definition: reactionTypes.H:44
Reaction< incompressibleGasEThermoPhysics > incompressibleGasEReaction
Definition: reactionTypes.H:77
Reaction< gasHThermoPhysics > gasHReaction
Definition: reactionTypes.H:46
Reaction< icoPoly8HThermoPhysics > icoPoly8HReaction
Definition: reactionTypes.H:56
Reaction< constIncompressibleGasHThermoPhysics > constIncompressibleGasHReaction
Definition: reactionTypes.H:51
Reaction< icoPoly8EThermoPhysics > icoPoly8EReaction
Definition: reactionTypes.H:79
Reaction< constHThermoPhysics > constHReaction
Definition: reactionTypes.H:63
Reaction< constAdiabaticFluidHThermoPhysics > constAdiabaticFluidHReaction
Definition: reactionTypes.H:61
Namespace for OpenFOAM.