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

Go to the source code of this file.

Macros

#define forTabulatedEqns(Mu, He, Cp, Macro, Args...)    forThermo(Mu, He, Cp, rhoTabulated, specie, Macro, Args);
 
#define forIcoTabulatedEqns(Mu, He, Cp, Macro, Args...)    forThermo(Mu, He, Cp, icoTabulated, specie, Macro, Args);
 
#define forTabulatedEnergiesAndThermos(Mu, Macro, Args...)
 
#define forIcoTabulatedEnergiesAndThermos(Mu, Macro, Args...)
 
#define forTabulatedTransport(Macro, Args...)    forTabulatedEnergiesAndThermos(tabulatedTransport, Macro, Args);
 
#define forIcoTabulatedTransport(Macro, Args...)    forIcoTabulatedEnergiesAndThermos(icoTabulatedTransport, Macro, Args);
 
#define forTabulated(Macro, Args...)
 

Detailed Description

Original source file forTabulated.H

Definition in file forTabulated.H.

Macro Definition Documentation

◆ forTabulatedEqns

#define forTabulatedEqns (   Mu,
  He,
  Cp,
  Macro,
  Args... 
)     forThermo(Mu, He, Cp, rhoTabulated, specie, Macro, Args);

Definition at line 48 of file forTabulated.H.

◆ forIcoTabulatedEqns

#define forIcoTabulatedEqns (   Mu,
  He,
  Cp,
  Macro,
  Args... 
)     forThermo(Mu, He, Cp, icoTabulated, specie, Macro, Args);

Definition at line 51 of file forTabulated.H.

◆ forTabulatedEnergiesAndThermos

#define forTabulatedEnergiesAndThermos (   Mu,
  Macro,
  Args... 
)
Value:
forTabulatedEqns(Mu, sensibleEnthalpy, hTabulatedThermo, Macro, Args);\
forTabulatedEqns(Mu, sensibleInternalEnergy, eTabulatedThermo, Macro, Args);
#define forTabulatedEqns(Mu, He, Cp, Macro, Args...)
Definition: forTabulated.H:48

Definition at line 54 of file forTabulated.H.

◆ forIcoTabulatedEnergiesAndThermos

#define forIcoTabulatedEnergiesAndThermos (   Mu,
  Macro,
  Args... 
)
Value:
(Mu, sensibleEnthalpy, hIcoTabulatedThermo, Macro, Args); \
forIcoTabulatedEqns \
(Mu, sensibleInternalEnergy, eIcoTabulatedThermo, Macro, Args);
#define forIcoTabulatedEqns(Mu, He, Cp, Macro, Args...)
Definition: forTabulated.H:51

Definition at line 58 of file forTabulated.H.

◆ forTabulatedTransport

#define forTabulatedTransport (   Macro,
  Args... 
)     forTabulatedEnergiesAndThermos(tabulatedTransport, Macro, Args);

Definition at line 64 of file forTabulated.H.

◆ forIcoTabulatedTransport

#define forIcoTabulatedTransport (   Macro,
  Args... 
)     forIcoTabulatedEnergiesAndThermos(icoTabulatedTransport, Macro, Args);

Definition at line 67 of file forTabulated.H.

◆ forTabulated

#define forTabulated (   Macro,
  Args... 
)
Value:
forIcoTabulatedTransport(Macro, Args) \
forTabulatedTransport(Macro, Args)
#define forIcoTabulatedTransport(Macro, Args...)
Definition: forTabulated.H:67

Definition at line 70 of file forTabulated.H.