Classes | Namespaces | Macros
WallModel.H File Reference
Include dependency graph for WallModel.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  WallModel< CloudType >
 Templated wall interaction class. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define makeWallModel(CloudType)
 
#define makeWallModelType(SS, CloudType)
 

Detailed Description

Original source file WallModel.H

Definition in file WallModel.H.

Macro Definition Documentation

◆ makeWallModel

#define makeWallModel (   CloudType)
Value:
\
defineNamedTemplateTypeNameAndDebug(Foam::WallModel<Foam::CloudType>, 0); \
\
namespace Foam \
{ \
defineTemplateRunTimeSelectionTable \
( \
WallModel<Foam::CloudType>, \
dictionary \
); \
}
Templated wall interaction class.
Definition: PairCollision.H:51
Namespace for OpenFOAM.

Definition at line 156 of file WallModel.H.

◆ makeWallModelType

#define makeWallModelType (   SS,
  CloudType 
)
Value:
\
defineNamedTemplateTypeNameAndDebug(Foam::SS<Foam::CloudType>, 0); \
\
Foam::WallModel<Foam::CloudType>:: \
adddictionaryConstructorToTable<Foam::SS<Foam::CloudType>> \
add##SS##CloudType##ConstructorToTable_;
DSMCCloud< dsmcParcel > CloudType

Definition at line 170 of file WallModel.H.