Macros for instantiating chemistry models based on compressibility and transport types. More...
Macros for instantiating chemistry models based on compressibility and transport types.
InClass Foam::psiChemistryModel
Definition in file makeChemistryModel.H.
#include "src/OpenFOAM/db/runTimeSelection/addToRunTimeSelectionTable.H"
Go to the source code of this file.
Namespaces | |
namespace | Foam |
Namespace for OpenFOAM. | |
Defines | |
#define | makeChemistryModel(SS, Comp, Thermo) |
#define makeChemistryModel | ( | SS, | |
Comp, | |||
Thermo | |||
) |
\ 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.