Definition in file WallInteractionModel.H.
#include "src/OpenFOAM/db/IOobjects/IOdictionary/IOdictionary.H"#include "src/OpenFOAM/memory/autoPtr/autoPtr.H"#include "src/OpenFOAM/db/runTimeSelection/runTimeSelectionTables.H"
Include dependency graph for WallInteractionModel.H:Go to the source code of this file.
Classes | |
| class | WallInteractionModel< CloudType > |
| Templated wall interaction model class. More...
| |
Namespaces | |
| namespace | Foam |
Namespace for OpenFOAM. | |
Defines | |
| #define | makeWallInteractionModel(CloudType) |
| #define | makeWallInteractionModelType(SS, CloudType, ParcelType) |
| #define makeWallInteractionModel | ( | CloudType ) |
\
defineNamedTemplateTypeNameAndDebug(WallInteractionModel<CloudType>, 0); \
\
defineTemplateRunTimeSelectionTable \
( \
WallInteractionModel<CloudType>, \
dictionary \
);
Definition at line 144 of file WallInteractionModel.H.
| #define makeWallInteractionModelType | ( | SS, | |
| CloudType, | |||
| ParcelType | |||
| ) |
\
defineNamedTemplateTypeNameAndDebug(SS<CloudType<ParcelType> >, 0); \
\
WallInteractionModel<CloudType<ParcelType> >:: \
adddictionaryConstructorToTable<SS<CloudType<ParcelType> > > \
add##SS##CloudType##ParcelType##ConstructorToTable_;
Definition at line 155 of file WallInteractionModel.H.