makeReactionThermo.H File Reference
Include dependency graph for makeReactionThermo.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define defineReactionThermo(BaseReactionThermo, CThermo, Mixture, ThermoPhys)
 
#define makeReactionThermos( BaseThermo, BaseReactionThermo, CThermo, Mixture, ThermoPhys)
 
#define makeReactionThermo(BaseReactionThermo, CThermo, Mixture, ThermoPhys)
 

Detailed Description

Original source file makeReactionThermo.H

Definition in file makeReactionThermo.H.

Macro Definition Documentation

◆ defineReactionThermo

#define defineReactionThermo (   BaseReactionThermo,
  CThermo,
  Mixture,
  ThermoPhys 
)
Value:
\
typedef CThermo \
< \
BaseReactionThermo, \
SpecieMixture \
< \
Mixture \
< \
ThermoPhys \
> \
> \
> CThermo##Mixture##ThermoPhys; \
\
defineTemplateTypeNameAndDebugWithName \
( \
CThermo##Mixture##ThermoPhys, \
( \
word(CThermo##Mixture##ThermoPhys::typeName_()) + "<" \
+ Mixture<ThermoPhys>::typeName() + ">" \
).c_str(), \
0 \
)

Definition at line 34 of file makeReactionThermo.H.

◆ makeReactionThermos

#define makeReactionThermos (   BaseThermo,
  BaseReactionThermo,
  CThermo,
  Mixture,
  ThermoPhys 
)
Value:
\
defineReactionThermo \
( \
BaseReactionThermo, \
CThermo, \
Mixture, \
ThermoPhys \
); \
addThermo(basicThermo, CThermo##Mixture##ThermoPhys); \
addThermo(fluidThermo, CThermo##Mixture##ThermoPhys); \
addThermo(BaseThermo, CThermo##Mixture##ThermoPhys); \
addThermo(BaseReactionThermo, CThermo##Mixture##ThermoPhys)
#define addThermo(BaseThermo, CThermoMixtureThermoPhys)
Definition: makeThermo.H:61

Definition at line 59 of file makeReactionThermo.H.

◆ makeReactionThermo

#define makeReactionThermo (   BaseReactionThermo,
  CThermo,
  Mixture,
  ThermoPhys 
)
Value:
\
defineReactionThermo \
( \
BaseReactionThermo, \
CThermo, \
Mixture, \
ThermoPhys \
); \
addThermo(BaseReactionThermo, CThermo##Mixture##ThermoPhys)
#define addThermo(BaseThermo, CThermoMixtureThermoPhys)
Definition: makeThermo.H:61

Definition at line 76 of file makeReactionThermo.H.