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

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define makeLiquidThermo(ThermoPhysics)
 

Typedefs

typedef species::thermo< liquidPropertiesSelector, sensibleInternalEnergy > liquidSensibleInternalEnergy
 
typedef species::thermo< liquidPropertiesSelector, sensibleEnthalpy > liquidSensibleEnthalpy
 

Functions

 defineThermo (liquidThermo, pureMixture, liquidSensibleInternalEnergy)
 
 addThermo (basicThermo, liquidThermo, pureMixture, liquidSensibleInternalEnergy)
 
 addThermo (fluidThermo, liquidThermo, pureMixture, liquidSensibleInternalEnergy)
 
 addThermo (rhoFluidThermo, liquidThermo, pureMixture, liquidSensibleInternalEnergy)
 
 addThermo (liquidThermo, liquidThermo, pureMixture, liquidSensibleInternalEnergy)
 
 defineThermo (liquidThermo, pureMixture, liquidSensibleEnthalpy)
 
 addThermo (basicThermo, liquidThermo, pureMixture, liquidSensibleEnthalpy)
 
 addThermo (fluidThermo, liquidThermo, pureMixture, liquidSensibleEnthalpy)
 
 addThermo (rhoFluidThermo, liquidThermo, pureMixture, liquidSensibleEnthalpy)
 
 addThermo (liquidThermo, liquidThermo, pureMixture, liquidSensibleEnthalpy)
 

Detailed Description

Original source file liquidThermos.C

Definition in file liquidThermos.C.

Macro Definition Documentation

◆ makeLiquidThermo

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

Definition at line 39 of file liquidThermos.C.