FreeFOAM The Cross-Platform CFD Toolkit
makeChemistryModel.H File Reference

Macros for instantiating chemistry models based on compressibility and transport types. More...


Detailed Description

Macros for instantiating chemistry models based on compressibility and transport types.

InClass Foam::psiChemistryModel

Definition in file makeChemistryModel.H.

+ Include dependency graph for makeChemistryModel.H:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Macros

#define makeChemistryModel(SS, Comp, Thermo)

Macro Definition Documentation

#define makeChemistryModel (   SS,
  Comp,
  Thermo 
)
Value:
\
typedef SS<Comp, Thermo> SS##Comp##Thermo; \
\
defineTemplateTypeNameAndDebugWithName \
( \
SS##Comp##Thermo, \
#SS"<"#Comp","#Thermo">", \
0 \
); \
\
addToRunTimeSelectionTable \
( \
Comp, \
SS##Comp##Thermo, \
fvMesh \
);

Definition at line 45 of file makeChemistryModel.H.