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

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define makeBRhoMulticomponentThermos(Mixture, ThermoPhysics)
 

Functions

 forCoeffEnthalpyGases (makeBRhoMulticomponentThermos, BHomogeneousMixture)
 
 forCoeffEnthalpyGases (makeBRhoMulticomponentThermos, BInhomogeneousMixture)
 
 forCoeffEnthalpyGases (makeBRhoMulticomponentThermos, BMulticomponentMixture)
 

Detailed Description

Original source file bRhoMulticomponentThermos.C

Definition in file bRhoMulticomponentThermos.C.

Macro Definition Documentation

◆ makeBRhoMulticomponentThermos

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

Definition at line 38 of file bRhoMulticomponentThermos.C.