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

Detailed Description

Definition in file makeParcelPostProcessingModels.H.

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

Go to the source code of this file.

Macros

#define makeParcelPostProcessingModels(ParcelType)

Macro Definition Documentation

#define makeParcelPostProcessingModels (   ParcelType)
Value:
\
makePostProcessingModel(KinematicCloud<ParcelType>); \
\
makePostProcessingModelType \
( \
NoPostProcessing, \
KinematicCloud, \
ParcelType \
); \
makePostProcessingModelType \
( \
PatchPostProcessing, \
KinematicCloud, \
ParcelType \
);

Definition at line 38 of file makeParcelPostProcessingModels.H.