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

namespace  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 \
{ \
( \
WallModel<Foam::CloudType>, \
dictionary \
); \
}
Templated wall interaction class.
Definition: WallModel.H:56
Namespace for OpenFOAM.
#define defineTemplateRunTimeSelectionTable(baseType, argNames)
Define run-time selection table for template classes.

Definition at line 158 of file WallModel.H.

◆ makeWallModelType

#define makeWallModelType (   SS,
  CloudType 
)
Value:
\
defineNamedTemplateTypeNameAndDebug(Foam::SS<Foam::CloudType>, 0); \
\
adddictionaryConstructorToTable<Foam::SS<Foam::CloudType>> \
add##SS##CloudType##ConstructorToTable_;
dict add("bounds", meshBb)

Definition at line 172 of file WallModel.H.