Detailed Description
Go to the source code of this file.
Namespaces |
namespace | Foam |
| Namespace for OpenFOAM.
|
Macro Definition Documentation
#define makePatchInteractionModel |
( |
|
CloudType | ) |
|
Value:\
defineNamedTemplateTypeNameAndDebug(PatchInteractionModel<CloudType>, 0); \
\
defineTemplateRunTimeSelectionTable \
( \
PatchInteractionModel<CloudType>, \
dictionary \
);
Definition at line 170 of file PatchInteractionModel.H.
#define makePatchInteractionModelType |
( |
|
SS, |
|
|
|
CloudType, |
|
|
|
ParcelType |
|
) |
| |
Value:\
defineNamedTemplateTypeNameAndDebug(SS<CloudType<ParcelType> >, 0); \
\
PatchInteractionModel<CloudType<ParcelType> >:: \
adddictionaryConstructorToTable<SS<CloudType<ParcelType> > > \
add##SS##CloudType##ParcelType##ConstructorToTable_;
Definition at line 181 of file PatchInteractionModel.H.
#define makePatchInteractionModelThermoType |
( |
|
SS, |
|
|
|
CloudType, |
|
|
|
ParcelType, |
|
|
|
ThermoType |
|
) |
| |
Value:\
defineNamedTemplateTypeNameAndDebug \
( \
SS<CloudType<ParcelType<ThermoType> > >, \
0 \
); \
\
PatchInteractionModel<CloudType<ParcelType<ThermoType> > >:: \
adddictionaryConstructorToTable \
<SS<CloudType<ParcelType<ThermoType> > > > \
add##SS##CloudType##ParcelType##
ThermoType##ConstructorToTable_;
Definition at line 190 of file PatchInteractionModel.H.