Macros for instantiating reactions on given thermo packages. More...


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) |
Macros for instantiating reactions on given thermo packages.
Original source file makeReaction.H
InClass Foam::makeReaction
Definition in file makeReaction.H.
| #define makeReaction | ( | Thermo, | |
| ReactionType, | |||
| ReactionRate ) |
Definition at line 56 of file makeReaction.H.
| #define makePressureDependentReaction | ( | Thermo, | |
| Reaction, | |||
| PressureDependentReactionRate, | |||
| ReactionRate, | |||
| FallOffFunction ) |
Definition at line 79 of file makeReaction.H.
| #define makeIRReactions | ( | Thermo, | |
| ReactionRate ) |
Definition at line 99 of file makeReaction.H.
Referenced by Foam::addToRunTimeSelectionTable(), Foam::addToRunTimeSelectionTable(), and Foam::addToRunTimeSelectionTable().
| #define makeIRNReactions | ( | Thermo, | |
| ReactionRate ) |
Definition at line 106 of file makeReaction.H.
| #define makePressureDependentReactions | ( | Thermo, | |
| ReactionRate, | |||
| FallOffFunction ) |
Definition at line 113 of file makeReaction.H.