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

Detailed Description

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

Go to the source code of this file.

Macros

#define makeReactingMultiphaseInjectionModels(ParcelType)
#define makeReactingMultiphaseInjectionModelThermoType(ParcelType, ThermoType)

Macro Definition Documentation

#define makeReactingMultiphaseInjectionModels (   ParcelType)
Value:
\
makeReactingMultiphaseInjectionModelThermoType \
( \
ParcelType, \
constGasThermoPhysics \
); \
\
makeReactingMultiphaseInjectionModelThermoType \
( \
ParcelType, \
gasThermoPhysics \
); \
\
makeReactingMultiphaseInjectionModelThermoType \
( \
ParcelType, \
icoPoly8ThermoPhysics \
);

Definition at line 44 of file makeReactingMultiphaseParcelInjectionModels.H.

#define makeReactingMultiphaseInjectionModelThermoType (   ParcelType,
  ThermoType 
)