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

Detailed Description

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

Go to the source code of this file.

Macros

#define makeCoalSurfaceReactionModels(ParcelType)
#define makeCoalSurfaceReactionModelThermoType(ParcelType, ThermoType)

Macro Definition Documentation

#define makeCoalSurfaceReactionModels (   ParcelType)
Value:
\
makeCoalSurfaceReactionModelThermoType \
( \
ParcelType, \
constGasThermoPhysics \
); \
makeCoalSurfaceReactionModelThermoType \
( \
ParcelType, \
gasThermoPhysics \
); \
makeCoalSurfaceReactionModelThermoType \
( \
ParcelType, \
icoPoly8ThermoPhysics \
);

Definition at line 41 of file makeCoalParcelSurfaceReactionModels.H.

#define makeCoalSurfaceReactionModelThermoType (   ParcelType,
  ThermoType 
)

Definition at line 60 of file makeCoalParcelSurfaceReactionModels.H.