#include <heheuPsiThermo.H>


Public Member Functions | |
| TypeName ("heheuPsiThermo") | |
| Runtime type information. | |
| heheuPsiThermo (const fvMesh &, const word &phaseName) | |
| Construct from mesh and phase name. | |
| heheuPsiThermo (const fvMesh &, const word &phaseName, const word &dictName) | |
| Construct from mesh,dictionary,phase name with a single temperature. | |
| virtual | ~heheuPsiThermo () |
| Destructor. | |
| virtual void | correct () |
| Update properties. | |
| virtual volScalarField & | heu () |
| Update properties based on T. | |
| virtual const volScalarField & | heu () const |
| Unburnt gas enthalpy [J/kg]. | |
| virtual const volScalarField & | Tu () const |
| Unburnt gas temperature [K]. | |
| virtual tmp< scalarField > | heu (const scalarField &p, const scalarField &T, const labelList &cells) const |
| Unburnt gas enthalpy for cell-set [J/kg]. | |
| virtual tmp< scalarField > | heu (const scalarField &p, const scalarField &T, const label patchi) const |
| Unburnt gas enthalpy for patch [J/kg]. | |
| virtual tmp< volScalarField > | Tb () const |
| Burnt gas temperature [K]. | |
| virtual tmp< volScalarField > | psiu () const |
| Unburnt gas compressibility [s^2/m^2]. | |
| virtual tmp< volScalarField > | psib () const |
| Burnt gas compressibility [s^2/m^2]. | |
| virtual tmp< volScalarField > | muu () const |
| Dynamic viscosity of unburnt gas [kg/ms]. | |
| virtual tmp< volScalarField > | mub () const |
| Dynamic viscosity of burnt gas [kg/ms]. | |
| 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. | |
Definition at line 48 of file heheuPsiThermo.H.
| heheuPsiThermo | ( | const fvMesh & | mesh, |
| const word & | phaseName, | ||
| const word & | dictName ) |
Construct from mesh,dictionary,phase name with a single temperature.
Definition at line 309 of file heheuPsiThermo.C.
References dictName(), forAll, mesh, pp(), and timeName.

|
virtual |
Destructor.
Definition at line 387 of file heheuPsiThermo.C.
| TypeName | ( | "heheuPsiThermo< BasicPsiThermo, MixtureType >" | ) |
|
virtual |
Update properties.
Definition at line 394 of file heheuPsiThermo.C.
References DebugInfo, DebugInFunction, and Foam::endl().

|
inlinevirtual |
Update properties based on T.
virtual void correctT();
Unburnt gas enthalpy [J/kg]
Non-const access allowed for transport equations
Definition at line 138 of file heheuPsiThermo.H.
Referenced by heu(), and heu().

|
inlinevirtual |
Unburnt gas enthalpy [J/kg].
Definition at line 146 of file heheuPsiThermo.H.
|
inlinevirtual |
Unburnt gas temperature [K].
Definition at line 154 of file heheuPsiThermo.H.
Referenced by heu(), and heu().

|
virtual |
Unburnt gas enthalpy for cell-set [J/kg].
Definition at line 420 of file heheuPsiThermo.C.
References cells, forAll, heu(), tmp< T >::New(), p, and Tu().

|
virtual |
Unburnt gas enthalpy for patch [J/kg].
Definition at line 441 of file heheuPsiThermo.C.
References forAll, heu(), tmp< T >::New(), p, and Tu().

|
virtual |
Burnt gas temperature [K].
Definition at line 463 of file heheuPsiThermo.C.
References forAll, heThermo< BasicPsiThermo, MixtureType >::he_, GeometricField< scalar, fvPatchField, volMesh >::New(), IOobjectOption::NO_REGISTER, and pp().
Referenced by mub(), and psib().


|
virtual |
Unburnt gas compressibility [s^2/m^2].
Definition at line 512 of file heheuPsiThermo.C.
References forAll, GeometricField< scalar, fvPatchField, volMesh >::New(), IOobjectOption::NO_REGISTER, pp(), and psiu().
Referenced by psiu().


|
virtual |
Burnt gas compressibility [s^2/m^2].
Definition at line 556 of file heheuPsiThermo.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), forAll, GeometricField< scalar, fvPatchField, volMesh >::New(), IOobjectOption::NO_REGISTER, pp(), psib(), and Tb().
Referenced by psib().


|
virtual |
Dynamic viscosity of unburnt gas [kg/ms].
Definition at line 601 of file heheuPsiThermo.C.
References forAll, GeometricField< scalar, fvPatchField, volMesh >::New(), IOobjectOption::NO_REGISTER, and pp().

|
virtual |
Dynamic viscosity of burnt gas [kg/ms].
Definition at line 649 of file heheuPsiThermo.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), forAll, GeometricField< scalar, fvPatchField, volMesh >::New(), IOobjectOption::NO_REGISTER, pp(), and Tb().
