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

Go to the source code of this file.

Macros

#define forCommonGasEqns(Mu, He, Cp, Macro, Args...)
 
#define forCommonGasEnergiesAndThermos(Mu, Macro, Args...)
 
#define forCommonGasTransports(Macro, Args...)
 
#define forCommonGases(Macro, Args...)   forCommonGasTransports(Macro, Args)
 

Detailed Description

Original source file forCommonGases.H

Definition in file forCommonGases.H.

Macro Definition Documentation

◆ forCommonGasEqns

#define forCommonGasEqns (   Mu,
  He,
  Cp,
  Macro,
  Args... 
)
Value:
forThermo(Mu, He, Cp, incompressiblePerfectGas, 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 50 of file forCommonGases.H.

◆ forCommonGasEnergiesAndThermos

#define forCommonGasEnergiesAndThermos (   Mu,
  Macro,
  Args... 
)
Value:
forCommonGasEqns(Mu, sensibleEnthalpy, hConstThermo, Macro, Args); \
forCommonGasEqns(Mu, sensibleEnthalpy, janafThermo, Macro, Args); \
forCommonGasEqns(Mu, sensibleInternalEnergy, eConstThermo, Macro, Args); \
forCommonGasEqns(Mu, sensibleInternalEnergy, hConstThermo, Macro, Args); \
forCommonGasEqns(Mu, sensibleInternalEnergy, janafThermo, Macro, Args)
#define forCommonGasEqns(Mu, He, Cp, Macro, Args...)

Definition at line 54 of file forCommonGases.H.

◆ forCommonGasTransports

#define forCommonGasTransports (   Macro,
  Args... 
)
Value:
forCommonGasEnergiesAndThermos(constTransport, Macro, Args); \
forCommonGasEnergiesAndThermos(sutherlandTransport, Macro, Args)
#define forCommonGasEnergiesAndThermos(Mu, Macro, Args...)

Definition at line 61 of file forCommonGases.H.

◆ forCommonGases

#define forCommonGases (   Macro,
  Args... 
)    forCommonGasTransports(Macro, Args)

Definition at line 65 of file forCommonGases.H.