Definition in file makeReactingParcelPostProcessingModels.H.
#include "src/thermophysicalModels/specie/include/thermoPhysicsTypes.H"
#include "src/lagrangian/intermediate/clouds/Templates/KinematicCloud/KinematicCloud_.H"
#include "src/lagrangian/intermediate/submodels/Kinematic/PostProcessingModel/NoPostProcessing/NoPostProcessing.H"
#include "src/lagrangian/intermediate/submodels/Kinematic/PostProcessingModel/PatchPostProcessing/PatchPostProcessing.H"
Go to the source code of this file.
Defines | |
#define | makeReactingPostProcessingModels(ParcelType) |
#define | makeReactingPostProcessingModelThermoType(ParcelType, ThermoType) |
#define makeReactingPostProcessingModels | ( | ParcelType ) |
\ makeReactingPostProcessingModelThermoType \ ( \ ParcelType, \ constGasThermoPhysics \ ); \ \ makeReactingPostProcessingModelThermoType \ ( \ ParcelType, \ gasThermoPhysics \ ); \ \ makeReactingPostProcessingModelThermoType \ ( \ ParcelType, \ icoPoly8ThermoPhysics \ );
Definition at line 39 of file makeReactingParcelPostProcessingModels.H.
#define makeReactingPostProcessingModelThermoType | ( | ParcelType, | |
ThermoType | |||
) |
\ makePostProcessingModel(KinematicCloud<ParcelType<ThermoType> >); \ \ makePostProcessingModelThermoType \ ( \ NoPostProcessing, \ KinematicCloud, \ ParcelType, \ ThermoType \ ); \ makePostProcessingModelThermoType \ ( \ PatchPostProcessing, \ KinematicCloud, \ ParcelType, \ ThermoType \ );
Definition at line 60 of file makeReactingParcelPostProcessingModels.H.