Go to the source code of this file.
|
| Foam |
| Namespace for OpenFOAM.
|
|
|
| forCommonGases (defineChemistrySolvers, psiReactionThermo) |
|
| forCommonGases (defineChemistrySolvers, rhoReactionThermo) |
|
| forCommonGases (makeChemistrySolvers, noChemistrySolver, psiReactionThermo) |
|
| forCommonGases (makeChemistrySolvers, noChemistrySolver, rhoReactionThermo) |
|
| forCommonGases (makeChemistrySolvers, EulerImplicit, psiReactionThermo) |
|
| forCommonGases (makeChemistrySolvers, EulerImplicit, rhoReactionThermo) |
|
| forCommonGases (makeChemistrySolvers, ode, psiReactionThermo) |
|
| forCommonGases (makeChemistrySolvers, ode, rhoReactionThermo) |
|
| forCommonLiquids (defineChemistrySolvers, rhoReactionThermo) |
|
| forCommonLiquids (makeChemistrySolvers, noChemistrySolver, rhoReactionThermo) |
|
| forCommonLiquids (makeChemistrySolvers, EulerImplicit, rhoReactionThermo) |
|
| forCommonLiquids (makeChemistrySolvers, ode, rhoReactionThermo) |
|
| forPolynomials (defineChemistrySolvers, rhoReactionThermo) |
|
| forPolynomials (makeChemistrySolvers, noChemistrySolver, rhoReactionThermo) |
|
| forPolynomials (makeChemistrySolvers, EulerImplicit, rhoReactionThermo) |
|
| forPolynomials (makeChemistrySolvers, ode, rhoReactionThermo) |
|
Original source file chemistrySolvers.C
Definition in file chemistrySolvers.C.
◆ defineChemistrySolvers
#define defineChemistrySolvers |
( |
|
ReactionThermo, |
|
|
|
ThermoPhysics |
|
) |
| |
Value: ( \
StandardChemistryModel, \
ReactionThermo, \
ThermoPhysics \
); \
defineChemistrySolver \
( \
TDACChemistryModel, \
ReactionThermo, \
ThermoPhysics \
)
#define defineChemistrySolver(Model, ReactionThermo, ThermoPhysics)
Definition at line 43 of file chemistrySolvers.C.
◆ makeChemistrySolvers
#define makeChemistrySolvers |
( |
|
Solver, |
|
|
|
ReactionThermo, |
|
|
|
ThermoPhysics |
|
) |
| |
Value: ( \
Solver, \
StandardChemistryModel, \
ReactionThermo, \
ThermoPhysics \
); \
makeChemistrySolver \
( \
Solver, \
TDACChemistryModel, \
ReactionThermo, \
ThermoPhysics \
)
#define makeChemistrySolver(Solver, Model, ReactionThermo, ThermoPhysics)
Definition at line 57 of file chemistrySolvers.C.