Definition in file makeReactingParcelPatchInteractionModels.H.
#include "src/thermophysicalModels/specie/include/thermoPhysicsTypes.H"
#include "src/lagrangian/intermediate/clouds/Templates/KinematicCloud/KinematicCloud_.H"
#include "src/lagrangian/intermediate/submodels/Kinematic/PatchInteractionModel/LocalInteraction/LocalInteraction.H"
#include "src/lagrangian/intermediate/submodels/Kinematic/PatchInteractionModel/Rebound/Rebound.H"
#include "src/lagrangian/intermediate/submodels/Kinematic/PatchInteractionModel/StandardWallInteraction/StandardWallInteraction.H"
Go to the source code of this file.
Defines | |
#define | makeReactingPatchInteractionModels(ParcelType) |
#define | makeReactingPatchInteractionModelThermoType(ParcelType, ThermoType) |
#define makeReactingPatchInteractionModels | ( | ParcelType ) |
\ makeReactingPatchInteractionModelThermoType \ ( \ ParcelType, \ constGasThermoPhysics \ ); \ \ makeReactingPatchInteractionModelThermoType \ ( \ ParcelType, \ gasThermoPhysics \ ); \ \ makeReactingPatchInteractionModelThermoType \ ( \ ParcelType, \ icoPoly8ThermoPhysics \ );
Definition at line 40 of file makeReactingParcelPatchInteractionModels.H.
#define makeReactingPatchInteractionModelThermoType | ( | ParcelType, | |
ThermoType | |||
) |
\ makePatchInteractionModel(KinematicCloud<ParcelType<ThermoType> >); \ \ makePatchInteractionModelThermoType \ ( \ LocalInteraction, \ KinematicCloud, \ ParcelType, \ ThermoType \ ); \ makePatchInteractionModelThermoType \ ( \ Rebound, \ KinematicCloud, \ ParcelType, \ ThermoType \ ); \ makePatchInteractionModelThermoType \ ( \ StandardWallInteraction, \ KinematicCloud, \ ParcelType, \ ThermoType \ );
Definition at line 61 of file makeReactingParcelPatchInteractionModels.H.