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

Go to the source code of this file.

Macros

#define forGasEquations(Mu, He, Cp, Macro, Args...)
 
#define forGasEnergiesAndThermos(Mu, Macro, Args...)
 
#define forGasTransports(Macro, Args...)
 
#define forGases(Macro, Args...)   forGasTransports(Macro, Args)
 

Detailed Description

Original source file forGases.H

Definition in file forGases.H.

Macro Definition Documentation

◆ forGasEquations

#define forGasEquations (   Mu,
  He,
  Cp,
  Macro,
  Args... 
)
Value:
forThermo(Mu, He, Cp, Boussinesq, specie, Macro, Args); \
forThermo(Mu, He, Cp, incompressiblePerfectGas, specie, Macro, Args); \
forThermo(Mu, He, Cp, PengRobinsonGas, specie, Macro, Args); \
forThermo(Mu, He, Cp, perfectGas, specie, Macro, Args)
scalar Cp(const scalar p, const scalar T) const
Definition: EtoHthermo.H:2
#define forThermo(Transport, Energy, Thermo, Equation, Specie, Macro, Args...)
Definition: forThermo.H:33

Definition at line 52 of file forGases.H.

◆ forGasEnergiesAndThermos

#define forGasEnergiesAndThermos (   Mu,
  Macro,
  Args... 
)
Value:
forGasEquations(Mu, sensibleEnthalpy, hConstThermo, Macro, Args); \
forGasEquations(Mu, sensibleEnthalpy, janafThermo, Macro, Args); \
forGasEquations(Mu, sensibleInternalEnergy, eConstThermo, Macro, Args); \
forGasEquations(Mu, sensibleInternalEnergy, hConstThermo, Macro, Args); \
forGasEquations(Mu, sensibleInternalEnergy, janafThermo, Macro, Args)
#define forGasEquations(Mu, He, Cp, Macro, Args...)
Definition: forGases.H:52

Definition at line 58 of file forGases.H.

◆ forGasTransports

#define forGasTransports (   Macro,
  Args... 
)
Value:
forGasEnergiesAndThermos(constTransport, Macro, Args); \
forGasEnergiesAndThermos(sutherlandTransport, Macro, Args)
#define forGasEnergiesAndThermos(Mu, Macro, Args...)
Definition: forGases.H:58

Definition at line 65 of file forGases.H.

◆ forGases

#define forGases (   Macro,
  Args... 
)    forGasTransports(Macro, Args)

Definition at line 69 of file forGases.H.