Detailed Description
Go to the source code of this file.
Namespaces |
namespace | Foam |
| Namespace for OpenFOAM.
|
Macro Definition Documentation
#define makeInflowBoundaryModel |
( |
|
CloudType | ) |
|
Value:\
defineNamedTemplateTypeNameAndDebug(InflowBoundaryModel<CloudType>, 0); \
\
defineTemplateRunTimeSelectionTable \
( \
InflowBoundaryModel<CloudType>, \
dictionary \
);
Definition at line 135 of file InflowBoundaryModel.H.
#define makeInflowBoundaryModelType |
( |
|
SS, |
|
|
|
CloudType, |
|
|
|
ParcelType |
|
) |
| |
Value:\
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.