38#define makeSolidReactions(Thermo) \
40 typedef solidReaction<Thermo> solidReaction##Thermo; \
42 typedef Reaction<Thermo> Reaction##Thermo; \
44 defineTemplateRunTimeSelectionTable(Reaction##Thermo, dictionary); \
46 defineTemplateTypeNameAndDebug(solidReaction##Thermo, 0); \
47 defineTemplateTypeNameAndDebug(Reaction##Thermo, 0); \
49 makeSolidIRReactions(Thermo, solidArrheniusReactionRate) \
50 makeSolidIRReactions(Thermo, solidIsothermalReactionRate)
Macros for instantiating reactions for solid.
#define makeSolidReactions(Thermo)
exponentialSolidTransport< species::thermo< hPowerThermo< rhoConst< specie > >, sensibleEnthalpy > > hPowerSolidThermoPhysics
constIsoSolidTransport< species::thermo< hPowerThermo< rhoConst< specie > >, sensibleEnthalpy > > hExpKappaConstSolidThermoPhysics
constIsoSolidTransport< species::thermo< hConstThermo< rhoConst< specie > >, sensibleEnthalpy > > hConstSolidThermoPhysics
Type definitions for solid-thermo-physics models.