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

Detailed Description

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

Go to the source code of this file.

Macros

#define makeReactingPostProcessingModels(ParcelType)
#define makeReactingPostProcessingModelThermoType(ParcelType, ThermoType)

Macro Definition Documentation

#define makeReactingPostProcessingModels (   ParcelType)
Value:
\
makeReactingPostProcessingModelThermoType \
( \
ParcelType, \
constGasThermoPhysics \
); \
\
makeReactingPostProcessingModelThermoType \
( \
ParcelType, \
gasThermoPhysics \
); \
\
makeReactingPostProcessingModelThermoType \
( \
ParcelType, \
icoPoly8ThermoPhysics \
);

Definition at line 39 of file makeReactingParcelPostProcessingModels.H.

#define makeReactingPostProcessingModelThermoType (   ParcelType,
  ThermoType 
)
Value:
\
makePostProcessingModel(KinematicCloud<ParcelType<ThermoType> >); \
\
makePostProcessingModelThermoType \
( \
NoPostProcessing, \
KinematicCloud, \
ParcelType, \
); \
makePostProcessingModelThermoType \
( \
PatchPostProcessing, \
KinematicCloud, \
ParcelType, \
);

Definition at line 60 of file makeReactingParcelPostProcessingModels.H.