Loading...
Searching...
No Matches
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-------------------------------------------------------------------------------
11License
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
27Typedefs
28 Foam::reactionTypes
29
30Description
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"
45// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
47namespace Foam
49 // sensible enthalpy based reactions
53
55
65
68
70
72 // internal ennergy based reactions
76
78
88
91
93}
94
95// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
96
97#endif
98
99// ************************************************************************* //
Simple extension of ReactionThermo to handle reaction kinetics in addition to the equilibrium thermod...
Definition Reaction.H:69
Namespace for OpenFOAM.
Reaction< constGasEThermoPhysics > constGasEReaction
Reaction< constFluidHThermoPhysics > constFluidHReaction
Reaction< constIncompressibleGasHThermoPhysics > constIncompressibleGasHReaction
Reaction< constGasHThermoPhysics > constGasHReaction
Reaction< icoPoly8HThermoPhysics > icoPoly8HReaction
Reaction< incompressibleGasHThermoPhysics > incompressibleGasHReaction
Reaction< PengRobinsonGasEThermoPhysics > PengRobinsonGasEReaction
Reaction< constAdiabaticFluidHThermoPhysics > constAdiabaticFluidHReaction
Reaction< gasHThermoPhysics > gasHReaction
Reaction< PengRobinsonGasHThermoPhysics > PengRobinsonGasHReaction
Reaction< constIncompressibleGasEThermoPhysics > constIncompressibleGasEReaction
Reaction< constEThermoPhysics > constEReaction
Reaction< incompressibleGasEThermoPhysics > incompressibleGasEReaction
Reaction< constAdiabaticFluidEThermoPhysics > constAdiabaticFluidEReaction
Reaction< constFluidEThermoPhysics > constFluidEReaction
Reaction< constHThermoPhysics > constHReaction
Reaction< icoPoly8EThermoPhysics > icoPoly8EReaction
Reaction< gasEThermoPhysics > gasEReaction
Type definitions for thermo-physics models.