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

Detailed Description

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

Go to the source code of this file.

Macros

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

Macro Definition Documentation

#define makeReactingPatchInteractionModels (   ParcelType)
Value:
\
makeReactingPatchInteractionModelThermoType \
( \
ParcelType, \
constGasThermoPhysics \
); \
\
makeReactingPatchInteractionModelThermoType \
( \
ParcelType, \
gasThermoPhysics \
); \
\
makeReactingPatchInteractionModelThermoType \
( \
ParcelType, \
icoPoly8ThermoPhysics \
);

Definition at line 40 of file makeReactingParcelPatchInteractionModels.H.

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

Definition at line 61 of file makeReactingParcelPatchInteractionModels.H.