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, icoTabulated, specie, Macro, Args);
 
#define forTabulatedEnergiesAndThermos(Mu, Macro, Args...)
 
#define forTabulatedTransport(Macro, Args...)   forTabulatedEnergiesAndThermos(tabulatedTransport, Macro, Args);
 
#define forTabulated(Macro, Args...)   forTabulatedTransport(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, icoTabulated, specie, Macro, Args);

Definition at line 46 of file forTabulated.H.

◆ forTabulatedEnergiesAndThermos

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

Definition at line 49 of file forTabulated.H.

◆ forTabulatedTransport

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

Definition at line 53 of file forTabulated.H.

◆ forTabulated

#define forTabulated (   Macro,
  Args... 
)    forTabulatedTransport(Macro, Args)

Definition at line 56 of file forTabulated.H.