Loading...
Searching...
No Matches
makeReactingSolidThermo.H File Reference

Macros for creating reacting solid thermo packages. More...

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

Go to the source code of this file.

Macros

#define makeSolidReactionMixtureThermo(BaseThermo, Cthermo, Mixture, ThermoPhys)
#define makeReactingSolidThermo(BaseThermo, CThermo, Mixture, Transport, Type, Thermo, EqnOfState, Specie)

Detailed Description

Macros for creating reacting solid thermo packages.

Original source file makeReactingSolidThermo.H

InClass Foam::solidThermo

Definition in file makeReactingSolidThermo.H.

Macro Definition Documentation

◆ makeSolidReactionMixtureThermo

#define makeSolidReactionMixtureThermo ( BaseThermo,
Cthermo,
Mixture,
ThermoPhys )

Definition at line 35 of file makeReactingSolidThermo.H.

◆ makeReactingSolidThermo

#define makeReactingSolidThermo ( BaseThermo,
CThermo,
Mixture,
Transport,
Type,
Thermo,
EqnOfState,
Specie )
Value:
\
typedef \
Transport \
< \
species::thermo \
< \
Thermo \
< \
EqnOfState \
< \
Specie \
> \
>, \
Type \
> \
> Transport##Type##Thermo##EqnOfState##Specie; \
\
( \
BaseThermo, \
CThermo, \
Mixture, \
Transport##Type##Thermo##EqnOfState##Specie \
);
#define makeSolidReactionMixtureThermo(BaseThermo, Cthermo, Mixture, ThermoPhys)

Definition at line 93 of file makeReactingSolidThermo.H.