PatchInteractionModel.H File Reference
Include dependency graph for PatchInteractionModel.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PatchInteractionModel< CloudType >
 Templated patch interaction model class. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define makePatchInteractionModel(CloudType)
 
#define makePatchInteractionModelType(SS, CloudType)
 

Detailed Description

Original source file PatchInteractionModel.H

Definition in file PatchInteractionModel.H.

Macro Definition Documentation

◆ makePatchInteractionModel

#define makePatchInteractionModel (   CloudType)
Value:
\
typedef Foam::CloudType::kinematicCloudType kinematicCloudType; \
defineNamedTemplateTypeNameAndDebug \
( \
Foam::PatchInteractionModel<kinematicCloudType>, \
0 \
); \
\
namespace Foam \
{ \
defineTemplateRunTimeSelectionTable \
( \
PatchInteractionModel<kinematicCloudType>, \
dictionary \
); \
}
Namespace for OpenFOAM.

Definition at line 173 of file PatchInteractionModel.H.

◆ makePatchInteractionModelType

#define makePatchInteractionModelType (   SS,
  CloudType 
)
Value:
\
typedef Foam::CloudType::kinematicCloudType kinematicCloudType; \
defineNamedTemplateTypeNameAndDebug(Foam::SS<kinematicCloudType>, 0); \
\
Foam::PatchInteractionModel<kinematicCloudType>:: \
adddictionaryConstructorToTable<Foam::SS<kinematicCloudType>> \
add##SS##CloudType##kinematicCloudType##ConstructorToTable_;
DSMCCloud< dsmcParcel > CloudType

Definition at line 192 of file PatchInteractionModel.H.