chemistrySolvers.C File Reference
Include dependency graph for chemistrySolvers.C:

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define defineChemistrySolvers(ReactionThermo, ThermoPhysics)
 
#define makeChemistrySolvers(Solver, ReactionThermo, ThermoPhysics)
 

Functions

 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)
 

Detailed Description

Original source file chemistrySolvers.C

Definition in file chemistrySolvers.C.

Macro Definition Documentation

◆ 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.