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

Go to the source code of this file.

Macros

#define makeFluidMulticomponentThermo(BaseThermo, Mixture, ThermoPhysics)
 
#define makeFluidMulticomponentThermos( BaseBaseThermo, BaseThermo, Mixture, ThermoPhysics)
 

Detailed Description

Original source file makeFluidMulticomponentThermo.H

Definition in file makeFluidMulticomponentThermo.H.

Macro Definition Documentation

◆ makeFluidMulticomponentThermo

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

Definition at line 34 of file makeFluidMulticomponentThermo.H.

◆ makeFluidMulticomponentThermos

#define makeFluidMulticomponentThermos (   BaseBaseThermo,
  BaseThermo,
  Mixture,
  ThermoPhysics 
)
Value:
\
defineThermo(BaseThermo, Mixture, ThermoPhysics); \
addThermo(basicThermo, BaseThermo, Mixture, ThermoPhysics); \
addThermo(fluidThermo, BaseThermo, Mixture, ThermoPhysics); \
addThermo(BaseBaseThermo, BaseThermo, Mixture, ThermoPhysics); \
addThermo(fluidMulticomponentThermo, BaseThermo, Mixture, ThermoPhysics); \
addThermo(BaseThermo, BaseThermo, Mixture, ThermoPhysics)

Definition at line 42 of file makeFluidMulticomponentThermo.H.