FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

makeParcelPatchInteractionModels.H File Reference


Detailed Description

Definition in file makeParcelPatchInteractionModels.H.

#include "src/lagrangian/intermediate/clouds/Templates/KinematicCloud/KinematicCloud_.H"
#include "src/lagrangian/intermediate/submodels/Kinematic/PatchInteractionModel/LocalInteraction/LocalInteraction.H"
#include "src/lagrangian/intermediate/submodels/Kinematic/PatchInteractionModel/Rebound/Rebound.H"
#include "src/lagrangian/intermediate/submodels/Kinematic/PatchInteractionModel/StandardWallInteraction/StandardWallInteraction.H"
Include dependency graph for makeParcelPatchInteractionModels.H:

Go to the source code of this file.

Defines

#define  makeParcelPatchInteractionModels(ParcelType)

Define 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.