makeFluidThermo.H File Reference

Macros for creating basic fluid thermo packages. More...

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

Go to the source code of this file.

Macros

#define makeFluidThermo(BaseThermo, Mixture, ThermoPhysics)
 

Detailed Description

Macros for creating basic fluid thermo packages.

Original source file makeFluidThermo.H

InClass Foam::fluidThermo

Definition in file makeFluidThermo.H.

Macro Definition Documentation

◆ makeFluidThermo

#define makeFluidThermo (   BaseThermo,
  Mixture,
  ThermoPhysics 
)
Value:
\
defineThermo(BaseThermo, Mixture, ThermoPhysics); \
addThermo(basicThermo, BaseThermo, Mixture, ThermoPhysics); \
addThermo(fluidThermo, BaseThermo, Mixture, ThermoPhysics); \
addThermo(BaseThermo, BaseThermo, Mixture, ThermoPhysics)
#define addThermo(SelectThermo, BaseThermo, Mixture, ThermoPhysics)
Definition: makeThermo.H:58

Definition at line 40 of file makeFluidThermo.H.