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

Detailed Description

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

Go to the source code of this file.

Macros

#define makeReactingInjectionModels(ParcelType)
#define makeReactingInjectionModelThermoType(ParcelType, ThermoType)

Macro Definition Documentation

#define makeReactingInjectionModels (   ParcelType)
Value:
\
makeReactingInjectionModelThermoType \
( \
ParcelType, \
constGasThermoPhysics \
); \
\
makeReactingInjectionModelThermoType \
( \
ParcelType, \
gasThermoPhysics \
); \
\
makeReactingInjectionModelThermoType \
( \
ParcelType, \
icoPoly8ThermoPhysics \
);

Definition at line 44 of file makeReactingParcelInjectionModels.H.

#define makeReactingInjectionModelThermoType (   ParcelType,
  ThermoType 
)

Definition at line 65 of file makeReactingParcelInjectionModels.H.