Definition in file InflowBoundaryModel.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 InflowBoundaryModel.H:Go to the source code of this file.
Classes | |
| class | InflowBoundaryModel< CloudType > |
| Templated inflow boundary model class. More...
| |
Namespaces | |
| namespace | Foam |
Namespace for OpenFOAM. | |
Defines | |
| #define | makeInflowBoundaryModel(CloudType) |
| #define | makeInflowBoundaryModelType(SS, CloudType, ParcelType) |
| #define makeInflowBoundaryModel | ( | CloudType ) |
\
defineNamedTemplateTypeNameAndDebug(InflowBoundaryModel<CloudType>, 0); \
\
defineTemplateRunTimeSelectionTable \
( \
InflowBoundaryModel<CloudType>, \
dictionary \
);
Definition at line 135 of file InflowBoundaryModel.H.
| #define makeInflowBoundaryModelType | ( | SS, | |
| CloudType, | |||
| ParcelType | |||
| ) |
\
defineNamedTemplateTypeNameAndDebug(SS<CloudType<ParcelType> >, 0); \
\
InflowBoundaryModel<CloudType<ParcelType> >:: \
adddictionaryConstructorToTable<SS<CloudType<ParcelType> > > \
add##SS##CloudType##ParcelType##ConstructorToTable_;
Definition at line 146 of file InflowBoundaryModel.H.