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

makeReactingParcelPatchInteractionModels.H File Reference


Detailed Description

Definition in file makeReactingParcelPatchInteractionModels.H.

#include "src/thermophysicalModels/specie/include/thermoPhysicsTypes.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 makeReactingParcelPatchInteractionModels.H:

Go to the source code of this file.

Defines

#define  makeReactingPatchInteractionModels(ParcelType)
#define  makeReactingPatchInteractionModelThermoType(ParcelType, ThermoType)

Define Documentation

#define makeReactingPatchInteractionModels (   ParcelType  )
#define makeReactingPatchInteractionModelThermoType (   ParcelType,
  ThermoType  
)
Value:
\
    makePatchInteractionModel(KinematicCloud<ParcelType<ThermoType> >);       \
                                                                              \
    makePatchInteractionModelThermoType                                       \
    (                                                                         \
        LocalInteraction,                                                     \
        KinematicCloud,                                                       \
        ParcelType,                                                           \
        ThermoType                                                            \
    );                                                                        \
    makePatchInteractionModelThermoType                                       \
    (                                                                         \
        Rebound,                                                     \
        KinematicCloud,                                                       \
        ParcelType,                                                           \
        ThermoType                                                            \
    );                                                                        \
    makePatchInteractionModelThermoType                                       \
    (                                                                         \
        StandardWallInteraction,                                              \
        KinematicCloud,                                                       \
        ParcelType,                                                           \
        ThermoType                                                            \
    );

Definition at line 61 of file makeReactingParcelPatchInteractionModels.H.