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

Go to the source code of this file.

Macros

#define addLagrangianThermo(SelectThermo, BaseThermo, Mixture, ThermoPhysics)
 
#define makeLagrangianThermo(BaseThermo, Mixture, ThermoPhysics)
 
#define makeLagrangianThermos( SelectThermo, BaseThermo, Mixture, ThermoPhysics)
 
#define makeLagrangianThermoss( SelectThermo1, SelectThermo2, BaseThermo, Mixture, ThermoPhysics)
 

Detailed Description

Original source file makeLagrangianThermo.H

Definition in file makeLagrangianThermo.H.

Macro Definition Documentation

◆ addLagrangianThermo

#define addLagrangianThermo (   SelectThermo,
  BaseThermo,
  Mixture,
  ThermoPhysics 
)
Value:
\
addToRunTimeSelectionTable \
( \
SelectThermo, \
BaseThermo##Mixture##ThermoPhysics, \
LagrangianMesh \
)

Definition at line 30 of file makeLagrangianThermo.H.

◆ makeLagrangianThermo

#define makeLagrangianThermo (   BaseThermo,
  Mixture,
  ThermoPhysics 
)
Value:
\
defineThermo(BaseThermo, Mixture, ThermoPhysics); \
\
addLagrangianThermo \
( \
basicLagrangianThermo, \
BaseThermo, \
Mixture, \
ThermoPhysics \
)

Definition at line 39 of file makeLagrangianThermo.H.

◆ makeLagrangianThermos

#define makeLagrangianThermos (   SelectThermo,
  BaseThermo,
  Mixture,
  ThermoPhysics 
)
Value:
\
makeLagrangianThermo(BaseThermo, Mixture, ThermoPhysics); \
addLagrangianThermo(SelectThermo, BaseThermo, Mixture, ThermoPhysics)
#define addLagrangianThermo(SelectThermo, BaseThermo, Mixture, ThermoPhysics)

Definition at line 51 of file makeLagrangianThermo.H.

◆ makeLagrangianThermoss

#define makeLagrangianThermoss (   SelectThermo1,
  SelectThermo2,
  BaseThermo,
  Mixture,
  ThermoPhysics 
)
Value:
\
makeLagrangianThermo(BaseThermo, Mixture, ThermoPhysics); \
addLagrangianThermo(SelectThermo1, BaseThermo, Mixture, ThermoPhysics); \
addLagrangianThermo(SelectThermo2, BaseThermo, Mixture, ThermoPhysics)

Definition at line 58 of file makeLagrangianThermo.H.