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

Detailed Description

Definition in file makeParcelDragModels.H.

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

Go to the source code of this file.

Macros

#define makeParcelDragModels(ParcelType)

Macro Definition Documentation

#define makeParcelDragModels (   ParcelType)
Value:
\
makeDragModel(KinematicCloud<ParcelType>); \
makeDragModelType(NoDrag, KinematicCloud, ParcelType); \
makeDragModelType(SphereDrag, KinematicCloud, ParcelType);

Definition at line 38 of file makeParcelDragModels.H.