FreeFOAM The Cross-Platform CFD Toolkit
makeParcelPatchInteractionModels.H File Reference

Detailed Description

+ Include dependency graph for makeParcelPatchInteractionModels.H:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define makeParcelPatchInteractionModels(ParcelType)

Macro Definition Documentation

#define makeParcelPatchInteractionModels (   ParcelType)
Value:
\
makePatchInteractionModel(KinematicCloud<ParcelType>); \
\
makePatchInteractionModelType \
( \
LocalInteraction, \
KinematicCloud, \
ParcelType \
); \
makePatchInteractionModelType \
( \
Rebound, \
KinematicCloud, \
ParcelType \
); \
makePatchInteractionModelType \
( \
StandardWallInteraction, \
KinematicCloud, \
ParcelType \
);

Definition at line 39 of file makeParcelPatchInteractionModels.H.