reactionTypes.H
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 Typedefs
25  Foam::reactionTypes
26 
27 Description
28  Type definitions for reactions
29 
30 \*---------------------------------------------------------------------------*/
31 
32 #ifndef reactionTypes_H
33 #define reactionTypes_H
34 
35 #include "thermoPhysicsTypes.H"
36 #include "Reaction.H"
37 
38 #include "icoPolynomial.H"
39 #include "hPolynomialThermo.H"
40 #include "polynomialTransport.H"
41 
42 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
43 
44 namespace Foam
45 {
46  // sensible enthalpy based reactions
48 
50 
53 
56 
58 
60 
63 
65 
66 
67  // internal ennergy based reactions
69 
71 
74 
77 
79 
81 
84 
86 }
87 
88 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
89 
90 #endif
91 
92 // ************************************************************************* //
Reaction< constGasEThermoPhysics > constGasEReaction
Definition: reactionTypes.H:68
Type definitions for thermo-physics models.
Reaction< constIncompressibleGasEThermoPhysics > constIncompressibleGasEReaction
Definition: reactionTypes.H:73
Reaction< constFluidHThermoPhysics > constFluidHReaction
Definition: reactionTypes.H:59
Reaction< constAdiabaticFluidEThermoPhysics > constAdiabaticFluidEReaction
Definition: reactionTypes.H:83
Simple extension of ReactionThermo to handle reaction kinetics in addition to the equilibrium thermod...
Definition: Reaction.H:55
Reaction< incompressibleGasHThermoPhysics > incompressibleGasHReaction
Definition: reactionTypes.H:55
Reaction< constFluidEThermoPhysics > constFluidEReaction
Definition: reactionTypes.H:80
Reaction< gasEThermoPhysics > gasEReaction
Definition: reactionTypes.H:70
Reaction< constEThermoPhysics > constEReaction
Definition: reactionTypes.H:85
Reaction< constGasHThermoPhysics > constGasHReaction
Definition: reactionTypes.H:47
Reaction< incompressibleGasEThermoPhysics > incompressibleGasEReaction
Definition: reactionTypes.H:76
Reaction< gasHThermoPhysics > gasHReaction
Definition: reactionTypes.H:49
Reaction< icoPoly8HThermoPhysics > icoPoly8HReaction
Definition: reactionTypes.H:57
Reaction< constIncompressibleGasHThermoPhysics > constIncompressibleGasHReaction
Definition: reactionTypes.H:52
Reaction< icoPoly8EThermoPhysics > icoPoly8EReaction
Definition: reactionTypes.H:78
Reaction< constHThermoPhysics > constHReaction
Definition: reactionTypes.H:64
Reaction< constAdiabaticFluidHThermoPhysics > constAdiabaticFluidHReaction
Definition: reactionTypes.H:62
Namespace for OpenFOAM.