Macros
makeChemistrySolverTypes.H File Reference
Include dependency graph for makeChemistrySolverTypes.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define makeChemistrySolverType(SS, Comp, Thermo)
 
#define makeChemistrySolverTypes(CompChemModel, Thermo)
 

Detailed Description

Original source file makeChemistrySolverTypes.H

Definition in file makeChemistrySolverTypes.H.

Macro Definition Documentation

#define makeChemistrySolverType (   SS,
  Comp,
  Thermo 
)
Value:
\
typedef SS<chemistryModel<Comp, Thermo>> SS##Comp##Thermo; \
\
( \
SS##Comp##Thermo, \
(#SS"<" + word(Comp::typeName_()) \
+ "," + Thermo::typeName() + ">").c_str(), \
0 \
); \
\
( \
Comp, \
SS##Comp##Thermo, \
fvMesh \
);
#define addToRunTimeSelectionTable(baseType, thisType, argNames)
#define defineTemplateTypeNameAndDebugWithName(Type, Name, DebugSwitch)
Define the typeName and debug information, lookup as Name.
Definition: className.H:124

Definition at line 39 of file makeChemistrySolverTypes.H.

#define makeChemistrySolverTypes (   CompChemModel,
  Thermo 
)
Value:
( \
noChemistrySolver, \
CompChemModel, \
Thermo \
); \
\
( \
EulerImplicit, \
CompChemModel, \
Thermo \
); \
\
( \
ode, \
CompChemModel, \
Thermo \
); \
#define makeChemistrySolverType(SS, Comp, Thermo)

Definition at line 59 of file makeChemistrySolverTypes.H.