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

Detailed Description

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

Go to the source code of this file.

Macros

#define createReactingMultiphaseParcelType(ParcelType)
#define createReactingMultiphaseParcelThermoType(ParcelType, ThermoType)

Macro Definition Documentation

#define createReactingMultiphaseParcelType (   ParcelType)
Value:
\
createReactingMultiphaseParcelThermoType \
( \
ParcelType, \
constGasThermoPhysics \
); \
createReactingMultiphaseParcelThermoType \
( \
ParcelType, \
gasThermoPhysics \
); \
createReactingMultiphaseParcelThermoType \
( \
ParcelType, \
icoPoly8ThermoPhysics \
);

Definition at line 33 of file createReactingMultiphaseParcelTypes.H.

#define createReactingMultiphaseParcelThermoType (   ParcelType,
  ThermoType 
)

Definition at line 52 of file createReactingMultiphaseParcelTypes.H.