Energy for a mixture based on compressibility. More...
#include <hePsiThermo.H>


Public Member Functions | |
| TypeName ("hePsiThermo") | |
| Runtime type information. | |
| hePsiThermo (const fvMesh &, const word &phaseName) | |
| Construct from mesh and phase name. | |
| hePsiThermo (const fvMesh &, const word &phaseName, const word &dictionaryName) | |
| Construct from mesh and phase name and dict name. | |
| virtual | ~hePsiThermo () |
| Destructor. | |
| virtual void | correct () |
| Update properties. | |
| Public Member Functions inherited from heThermo< BasicPsiThermo, MixtureType > | |
| virtual | ~heThermo () |
| Destructor. | |
| virtual MixtureType::basicMixtureType & | composition () |
| Return the composition of the mixture. | |
| virtual word | thermoName () const |
| Return the name of the thermo physics. | |
| virtual bool | incompressible () const |
| Return true if the equation of state is incompressible. | |
| virtual bool | isochoric () const |
| Return true if the equation of state is isochoric. | |
| virtual volScalarField & | he () |
| Enthalpy/Internal energy [J/kg]. | |
| virtual tmp< volScalarField > | hc () const |
| Chemical enthalpy [J/kg]. | |
| virtual tmp< scalarField > | THE (const scalarField &he, const scalarField &p, const scalarField &T0, const labelList &cells) const |
| Temperature from enthalpy/internal energy for cell-set. | |
| virtual tmp< scalarField > | Cp (const scalarField &p, const scalarField &T, const label patchi) const |
| Heat capacity at constant pressure for patch [J/kg/K]. | |
| virtual tmp< scalarField > | Cv (const scalarField &p, const scalarField &T, const label patchi) const |
| Heat capacity at constant volume for patch [J/kg/K]. | |
| virtual tmp< scalarField > | rhoEoS (const scalarField &p, const scalarField &T, const labelList &cells) const |
| Density from pressure and temperature. | |
| virtual tmp< volScalarField > | gamma () const |
| Gamma = Cp/Cv []. | |
| virtual tmp< scalarField > | Cpv (const scalarField &p, const scalarField &T, const label patchi) const |
| Heat capacity at constant pressure/volume for patch [J/kg/K]. | |
| virtual tmp< volScalarField > | CpByCpv () const |
| Heat capacity ratio []. | |
| virtual tmp< volScalarField > | W () const |
| Molecular weight [kg/kmol]. | |
| virtual tmp< volScalarField > | kappa () const |
| Thermal diffusivity for temperature of mixture [J/m/s/K]. | |
| virtual tmp< volScalarField > | alphahe () const |
| Thermal diffusivity for energy of mixture [kg/m/s]. | |
| virtual tmp< volScalarField > | kappaEff (const volScalarField &) const |
| Effective thermal diffusivity for temperature. | |
| virtual tmp< volScalarField > | alphaEff (const volScalarField &alphat) const |
| Effective thermal diffusivity of mixture [kg/m/s]. | |
| virtual bool | read () |
| Read thermophysical properties dictionary. | |
Additional Inherited Members | |
| Protected Member Functions inherited from heThermo< BasicPsiThermo, MixtureType > | |
| void | heBoundaryCorrection (volScalarField &he) |
| Correct the enthalpy/internal energy field boundaries. | |
| Protected Attributes inherited from heThermo< BasicPsiThermo, MixtureType > | |
| volScalarField | he_ |
| Energy field. | |
Energy for a mixture based on compressibility.
Definition at line 49 of file hePsiThermo.H.
| hePsiThermo | ( | const fvMesh & | mesh, |
| const word & | phaseName ) |
Construct from mesh and phase name.
Definition at line 136 of file hePsiThermo.C.
References heThermo< BasicPsiThermo, MixtureType >::he_, and mesh.
| hePsiThermo | ( | const fvMesh & | mesh, |
| const word & | phaseName, | ||
| const word & | dictionaryName ) |
Construct from mesh and phase name and dict name.
Definition at line 158 of file hePsiThermo.C.
References heThermo< BasicPsiThermo, MixtureType >::he_, and mesh.
|
virtual |
Destructor.
Definition at line 184 of file hePsiThermo.C.
| TypeName | ( | "hePsiThermo< BasicPsiThermo, MixtureType >" | ) |
Runtime type information.
|
virtual |
Update properties.
Definition at line 191 of file hePsiThermo.C.
References DebugInFunction, Foam::endl(), and heThermo< BasicPsiThermo, MixtureType >::he_.
