Definition in file createReactingParcelTypes.H.
#include "src/thermophysicalModels/specie/include/thermoPhysicsTypes.H"
Go to the source code of this file.
Defines | |
#define | createReactingParcelType(ParcelType) |
#define | createReactingParcelThermoType(ParcelType, ThermoType) |
#define createReactingParcelType | ( | ParcelType ) |
\ createReactingParcelThermoType(ParcelType, constGasThermoPhysics); \ createReactingParcelThermoType(ParcelType, gasThermoPhysics); \ createReactingParcelThermoType(ParcelType, icoPoly8ThermoPhysics);
Definition at line 33 of file createReactingParcelTypes.H.
#define createReactingParcelThermoType | ( | ParcelType, | |
ThermoType | |||
) |
\ typedef ParcelType<ThermoType> ParcelType##ThermoType; \ \ defineTemplateTypeNameAndDebug(ParcelType##ThermoType, 0); \ defineTemplateTypeNameAndDebug(Particle<ParcelType##ThermoType>, 0); \ defineTemplateTypeNameAndDebug(Cloud<ParcelType##ThermoType>, 0); \ \ defineParcelTypeNameAndDebug(KinematicParcel<ParcelType##ThermoType>, 0); \ defineTemplateTypeNameAndDebug \ ( \ KinematicParcel<ParcelType##ThermoType>, \ 0 \ ); \ defineParcelTypeNameAndDebug(ThermoParcel<ParcelType##ThermoType>, 0); \ defineTemplateTypeNameAndDebug(ThermoParcel<ParcelType##ThermoType>, 0); \ defineParcelTypeNameAndDebug(ReactingParcel<ParcelType##ThermoType>, 0); \ defineTemplateTypeNameAndDebug(ReactingParcel<ParcelType##ThermoType>, 0);\ \ defineParcelTypeNameAndDebug(KinematicCloud<ParcelType##ThermoType>, 0); \ defineParcelTypeNameAndDebug(ThermoCloud<ParcelType##ThermoType>, 0); \ defineParcelTypeNameAndDebug(ReactingCloud<ParcelType##ThermoType>, 0);
Definition at line 40 of file createReactingParcelTypes.H.