Loading...
Searching...
No Matches
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

namespace  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; \
( \
0 \
); \
\
namespace Foam \
{ \
( \
PatchInteractionModel<kinematicCloudType>, \
); \
}
Templated patch interaction model class.
#define defineNamedTemplateTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information for templates.
Definition className.H:164
Foam::basicSprayCloud::kinematicCloudType kinematicCloudType
Namespace for OpenFOAM.
#define defineTemplateRunTimeSelectionTable(baseType, argNames)
Define run-time selection table for template classes.

Definition at line 243 of file PatchInteractionModel.H.

◆ makePatchInteractionModelType

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

Definition at line 262 of file PatchInteractionModel.H.