makeThermoCombustionModel.H File Reference
Include dependency graph for makeThermoCombustionModel.H:

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define makeThermoCombustionModel(Model, ThermoPhys)
 

Detailed Description

Original source file makeThermoCombustionModel.H

Definition in file makeThermoCombustionModel.H.

Macro Definition Documentation

◆ makeThermoCombustionModel

#define makeThermoCombustionModel (   Model,
  ThermoPhys 
)
Value:
\
typedef combustionModels::Model<ThermoPhys> Model##ThermoPhys; \
\
defineTemplateTypeNameAndDebugWithName \
( \
Model##ThermoPhys, \
( \
word(Model##ThermoPhys::typeName_()) \
+ "<" + ThermoPhys::typeName() + ">" \
).c_str(), \
0 \
); \
\
addToRunTimeSelectionTable \
( \
combustionModel, \
Model##ThermoPhys, \
dictionary \
)

Definition at line 39 of file makeThermoCombustionModel.H.