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

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define makeRhoMulticomponentThermos(Mixture, ThermoPhysics)
 
#define makeRhoMulticomponentThermo(Mixture, ThermoPhysics)
 

Functions

 forCoeffGases (makeRhoMulticomponentThermos, coefficientMulticomponentMixture)
 
 forCoeffGases (makeRhoMulticomponentThermos, coefficientWilkeMulticomponentMixture)
 
 forGases (makeRhoMulticomponentThermo, singleComponentMixture)
 
 forCoeffLiquids (makeRhoMulticomponentThermos, coefficientMulticomponentMixture)
 
 forLiquids (makeRhoMulticomponentThermos, valueMulticomponentMixture)
 
 forLiquids (makeRhoMulticomponentThermo, singleComponentMixture)
 
 forTabulated (makeRhoMulticomponentThermos, valueMulticomponentMixture)
 
 forTabulated (makeRhoMulticomponentThermo, singleComponentMixture)
 

Detailed Description

Original source file rhoMulticomponentThermos.C

Definition in file rhoMulticomponentThermos.C.

Macro Definition Documentation

◆ makeRhoMulticomponentThermos

#define makeRhoMulticomponentThermos (   Mixture,
  ThermoPhysics 
)
Value:
( \
rhoThermo, \
rhoMulticomponentThermo, \
heRhoThermo, \
Mixture, \
ThermoPhysics \
)
#define makeMulticomponentThermos( BaseThermo, BaseMulticomponentThermo, CThermo, Mixture, ThermoPhys)

Definition at line 42 of file rhoMulticomponentThermos.C.

◆ makeRhoMulticomponentThermo

#define makeRhoMulticomponentThermo (   Mixture,
  ThermoPhysics 
)
Value:
( \
rhoMulticomponentThermo, \
heRhoThermo, \
Mixture, \
ThermoPhysics \
)
#define makeMulticomponentThermo( BaseMulticomponentThermo, CThermo, Mixture, ThermoPhys)

Definition at line 52 of file rhoMulticomponentThermos.C.