makeParcelPatchInteractionModels.H File Reference
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(CloudType)
 

Detailed Description

Macro Definition Documentation

◆ makeParcelPatchInteractionModels

#define makeParcelPatchInteractionModels (   CloudType)
Value:
\
makePatchInteractionModel(CloudType); \
\
makePatchInteractionModelType(LocalInteraction, CloudType); \
makePatchInteractionModelType(NoInteraction, CloudType); \
makePatchInteractionModelType(MultiInteraction, CloudType); \
makePatchInteractionModelType(Rebound, CloudType); \
makePatchInteractionModelType(RecycleInteraction, CloudType); \
makePatchInteractionModelType(StandardWallInteraction, CloudType);

Definition at line 43 of file makeParcelPatchInteractionModels.H.