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

Detailed Description

Definition in file createCoalParcelTypes.H.

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

Go to the source code of this file.

Macros

#define createCoalParcelType(ParcelType)
#define createCoalParcelThermoType(ParcelType, ThermoType)

Macro Definition Documentation

#define createCoalParcelType (   ParcelType)
Value:
\
createCoalParcelThermoType \
( \
ParcelType, \
constGasThermoPhysics \
); \
createCoalParcelThermoType \
( \
ParcelType, \
gasThermoPhysics \
); \
createCoalParcelThermoType \
( \
ParcelType, \
icoPoly8ThermoPhysics \
);

Definition at line 34 of file createCoalParcelTypes.H.

#define createCoalParcelThermoType (   ParcelType,
  ThermoType 
)

Definition at line 53 of file createCoalParcelTypes.H.