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-2026 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 namespace Foam
52 {
55 
56  // Irreversible/reversible/non-equilibrium-reversible reactions
63 
64  // Irreversible/reversible reactions
69 
70  // Irreversible/reversible fall-off reactions
72  (
77  );
79  (
84  );
86  (
91  );
93  (
98  );
100  (
105  );
107  (
112  );
113 
114  // Irreversible/reversible chemically activated reactions
116  (
121  );
123  (
128  );
130  (
135  );
137  (
142  );
144  (
149  );
151  (
156  );
157 
158  // Michaelis-Menten Reactions
160 
161  // Langmuir-Hinshelwood Reactions
164 
165  // Flux-limited Langmuir-Hinshelwood Reactions
167  (
171  );
172 
173  // Surface-Arrhenius Reactions
175  (
179  );
181  (
185  );
186 }
187 
188 
189 // ************************************************************************* //
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.
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.
forCoeffLiquids(defineReaction, nullArg)
forCoeffGases(defineReaction, nullArg)