makeReactions.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) 2012-2023 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 "makeReaction.H"
27 
28 #include "ArrheniusReactionRate.H"
31 
32 #include "JanevReactionRate.H"
34 
35 #include "FallOffReactionRate.H"
38 #include "SRIFallOffFunction.H"
39 #include "TroeFallOffFunction.H"
40 
45 
46 #include "forGases.H"
47 #include "forLiquids.H"
48 
49 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
50 
51 template<>
53 (
54  "Tuple2<word,scalar>"
55 );
56 
57 
58 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
59 
60 namespace Foam
61 {
64 
65  // Irreversible/reversible/non-equilibrium-reversible reactions
72 
73  // Irreversible/reversible reactions
78 
79  // Irreversible/reversible fall-off reactions
81  (
86  );
88  (
93  );
95  (
100  );
102  (
107  );
109  (
114  );
116  (
121  );
122 
123  // Irreversible/reversible chemically activated reactions
125  (
130  );
132  (
137  );
139  (
144  );
146  (
151  );
153  (
158  );
160  (
165  );
166 
167  // Michaelis-Menten Reactions
169 
170  // Langmuir-Hinshelwood Reactions
173 
174  // Flux-limited Langmuir-Hinshelwood Reactions
176  (
180  );
181 
182  // Surface-Arrhenius Reactions
184  (
188  );
190  (
194  );
195 }
196 
197 
198 // ************************************************************************* //
Arrhenius reaction rate given by:
General class for handling chemically-activated bimolecular reactions.
General class for handling unimolecular/recombination fall-off reactions.
Extension of Reaction to handle irreversible reactions.
Janev, Langer, Evans and Post reaction rate.
Landau-Teller reaction rate.
Langmuir-Hinshelwood reaction rate for gaseous reactions on surfaces.
Lindemann fall-off function.
Michaelis-Menten reaction rate for enzymatic reactions.
The SRI fall-off function.
The Troe fall-off function.
static const char *const typeName
Definition: Tuple2.H:90
Langmuir-Hinshelwood reaction rate for gaseous reactions on surfaces including the optional flux limi...
Power series reaction rate.
A modified Arrhenius reaction rate given by:
Arrhenius reaction rate enhanced by third-body interaction.
Macros for instantiating reactions on given thermo packages.
#define makeGeneralReaction(ReactionType, ReactionRate, ThermoPhysics)
Definition: makeReaction.H:80
#define defineReaction(nullArg, ThermoPhysics)
Definition: makeReaction.H:45
#define makeIRTemplate2Reactions(ReactionRate, Param1, Param2, ThermoPhysics)
Definition: makeReaction.H:154
#define makeIRNReactions(ReactionRate, ThermoPhysics)
Definition: makeReaction.H:112
#define makeIReactions(ReactionRate, ThermoPhysics)
Definition: makeReaction.H:101
#define makeIRReactions(ReactionRate, ThermoPhysics)
Definition: makeReaction.H:106
Namespace for OpenFOAM.
forCoeffGases(defineChemistryReductionMethod, nullArg)
forCoeffLiquids(defineChemistryReductionMethod, nullArg)