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

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define makeSolidThermo(BaseThermo, Mixture, ThermoPhysics)
 

Functions

 forSolids (makeSolidThermo, solidThermo, pureMixture)
 
 forSolids (makeSolidThermo, solidZonalThermo, zonalMixture)
 

Detailed Description

Original source file solidThermos.C

Definition in file solidThermos.C.

Macro Definition Documentation

◆ makeSolidThermo

#define makeSolidThermo (   BaseThermo,
  Mixture,
  ThermoPhysics 
)
Value:
\
defineThermo(BaseThermo, Mixture, ThermoPhysics); \
addThermo(basicThermo, BaseThermo, Mixture, ThermoPhysics); \
addThermo(solidThermo, BaseThermo, Mixture, ThermoPhysics)
#define addThermo(SelectThermo, BaseThermo, Mixture, ThermoPhysics)
Definition: makeThermo.H:58

Definition at line 38 of file solidThermos.C.