Loading...
Searching...
No Matches
makeSootTypes.H File Reference
Include dependency graph for makeSootTypes.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define makeSootTypesThermo(sootModelType, Thermo)

Detailed Description

Original source file makeSootTypes.H

Definition in file makeSootTypes.H.

Macro Definition Documentation

◆ makeSootTypesThermo

#define makeSootTypesThermo ( sootModelType,
Thermo )
Value:
typedef Foam::radiation::sootModelType<Foam::Thermo> \
sootModelType##Thermo; \
\
( \
sootModelType##Thermo, \
#sootModelType"<"#Thermo">", \
0 \
); \
\
namespace Foam \
{ \
namespace radiation \
{ \
typedef sootModelType<Thermo> sootModelType##Thermo; \
\
addToRunTimeSelectionTable \
( \
sootModel, \
sootModelType##Thermo, \
dictionary \
); \
} \
}
#define defineTemplateTypeNameAndDebugWithName(Type, Name, DebugSwitch)
Define the typeName and debug information, lookup as Name.
Definition className.H:149

Definition at line 29 of file makeSootTypes.H.