uRhoMulticomponentThermos.C File Reference
Include dependency graph for uRhoMulticomponentThermos.C:

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define makeURhoMulticomponentThermos(Mixture, ThermoPhysics)
 

Functions

 forCoeffEnthalpyGases (makeURhoMulticomponentThermos, UHomogeneousMixture)
 
 forCoeffEnthalpyGases (makeURhoMulticomponentThermos, UInhomogeneousMixture)
 
 forCoeffEnthalpyGases (makeURhoMulticomponentThermos, UInhomogeneousEGRMixture)
 
 forCoeffEnthalpyGases (makeURhoMulticomponentThermos, UMulticomponentMixture)
 

Detailed Description

Original source file uRhoMulticomponentThermos.C

Definition in file uRhoMulticomponentThermos.C.

Macro Definition Documentation

◆ makeURhoMulticomponentThermos

#define makeURhoMulticomponentThermos (   Mixture,
  ThermoPhysics 
)
Value:
\
defineThermo(uRhoMulticomponentThermo, Mixture, ThermoPhysics); \
addThermo(basicThermo, uRhoMulticomponentThermo, Mixture, ThermoPhysics); \
addThermo(fluidThermo, uRhoMulticomponentThermo, Mixture, ThermoPhysics); \
addThermo \
( \
rhoFluidThermo, \
uRhoMulticomponentThermo, \
Mixture, \
ThermoPhysics \
); \
addThermo \
( \
uRhoMulticomponentThermo, \
uRhoMulticomponentThermo, \
Mixture, \
ThermoPhysics \
)
#define addThermo(SelectThermo, BaseThermo, Mixture, ThermoPhysics)
Definition: makeThermo.H:58

Definition at line 39 of file uRhoMulticomponentThermos.C.