Definition in file PatchInteractionModel.H.
#include "src/OpenFOAM/db/IOobjects/IOdictionary/IOdictionary.H"
#include "src/OpenFOAM/memory/autoPtr/autoPtr.H"
#include "src/OpenFOAM/db/runTimeSelection/runTimeSelectionTables.H"
#include "src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatch.H"
Go to the source code of this file.
Classes | |
class | PatchInteractionModel< CloudType > |
Templated patch interaction model class. More...
| |
Namespaces | |
namespace | Foam |
Namespace for OpenFOAM. | |
Defines | |
#define | makePatchInteractionModel(CloudType) |
#define | makePatchInteractionModelType(SS, CloudType, ParcelType) |
#define | makePatchInteractionModelThermoType(SS, CloudType, ParcelType, ThermoType) |
#define makePatchInteractionModel | ( | CloudType ) |
\ defineNamedTemplateTypeNameAndDebug(PatchInteractionModel<CloudType>, 0); \ \ defineTemplateRunTimeSelectionTable \ ( \ PatchInteractionModel<CloudType>, \ dictionary \ );
Definition at line 170 of file PatchInteractionModel.H.
#define makePatchInteractionModelType | ( | SS, | |
CloudType, | |||
ParcelType | |||
) |
\ 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 | |||
) |
\ 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.