Macros for instantiating reactions on given thermo packages. More...
Macros for instantiating reactions on given thermo packages.
InClass Foam::makeReactionThermo
Definition in file makeReactionThermo.H.
#include "src/thermophysicalModels/specie/reaction/Reactions_/Reaction/Reaction.H"
#include "src/thermophysicalModels/specie/reaction/Reactions_/IrreversibleReaction/IrreversibleReaction.H"
#include "src/thermophysicalModels/specie/reaction/Reactions_/ReversibleReaction/ReversibleReaction.H"
#include "src/thermophysicalModels/specie/reaction/Reactions_/NonEquilibriumReversibleReaction/NonEquilibriumReversibleReaction.H"
#include "src/thermophysicalModels/specie/thermo/specieThermo/specieThermo.H"
#include "src/thermophysicalModels/specie/transport/sutherland/sutherlandTransport.H"
#include "src/thermophysicalModels/specie/thermo/janaf/janafThermo.H"
#include "src/thermophysicalModels/specie/equationOfState/perfectGas/perfectGas.H"
#include "src/thermophysicalModels/specie/transport/polynomial/polynomialTransport.H"
#include "src/thermophysicalModels/specie/thermo/hPolynomial/hPolynomialThermo.H"
#include "src/thermophysicalModels/specie/equationOfState/icoPolynomial/icoPolynomial.H"
#include "src/OpenFOAM/db/runTimeSelection/addToRunTimeSelectionTable.H"
Go to the source code of this file.
Namespaces | |
namespace | Foam |
Namespace for OpenFOAM. |
Macros | |
#define | makeReaction(Thermo, ReactionType, ReactionRate) |
#define | makePressureDependentReaction(Thermo, Reaction, PressureDependentReactionRate, ReactionRate, FallOffFunction) |
#define | makeIRReactions(Thermo, ReactionRate) |
#define | makeIRNReactions(Thermo, ReactionRate) |
#define | makePressureDependentReactions(Thermo, ReactionRate, FallOffFunction) |
#define makeReaction | ( | Thermo, | |
ReactionType, | |||
ReactionRate | |||
) |
Definition at line 60 of file makeReactionThermo.H.
#define makePressureDependentReaction | ( | Thermo, | |
Reaction, | |||
PressureDependentReactionRate, | |||
ReactionRate, | |||
FallOffFunction | |||
) |
Definition at line 83 of file makeReactionThermo.H.
#define makeIRReactions | ( | Thermo, | |
ReactionRate | |||
) |
Definition at line 96 of file makeReactionThermo.H.
#define makeIRNReactions | ( | Thermo, | |
ReactionRate | |||
) |
Definition at line 103 of file makeReactionThermo.H.
#define makePressureDependentReactions | ( | Thermo, | |
ReactionRate, | |||
FallOffFunction | |||
) |
Definition at line 110 of file makeReactionThermo.H.