Namespaces | Macros
makeChemistryModel.H File Reference

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

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

 Foam
 Namespace for OpenFOAM.
 

Macros

#define makeChemistryModel(SS, Comp, Thermo)
 

Detailed Description

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

Original source file makeChemistryModel.H

Definition in file makeChemistryModel.H.

Macro Definition Documentation

#define makeChemistryModel (   SS,
  Comp,
  Thermo 
)
Value:
\
typedef SS<Comp, Thermo> SS##Comp##Thermo; \
\
( \
SS##Comp##Thermo, \
(#SS"<"#Comp"," + Thermo::typeName() + ">").c_str(), \
0 \
);
#define defineTemplateTypeNameAndDebugWithName(Type, Name, DebugSwitch)
Define the typeName and debug information, lookup as Name.
Definition: className.H:124

Definition at line 42 of file makeChemistryModel.H.