Public Member Functions | |
TypeName ("heheuPsiThermo") | |
Runtime type information. More... | |
heheuPsiThermo (const fvMesh &, const word &phaseName) | |
Construct from mesh and phase name. More... | |
heheuPsiThermo (const fvMesh &, const word &phaseName, const word &dictName) | |
Construct from mesh,dictionary,phase name with a single temperature. More... | |
virtual | ~heheuPsiThermo () |
Destructor. More... | |
virtual void | correct () |
Update properties. More... | |
virtual volScalarField & | heu () |
Update properties based on T. More... | |
virtual const volScalarField & | heu () const |
Unburnt gas enthalpy [J/kg]. More... | |
virtual const volScalarField & | Tu () const |
Unburnt gas temperature [K]. More... | |
virtual tmp< scalarField > | heu (const scalarField &p, const scalarField &T, const labelList &cells) const |
Unburnt gas enthalpy for cell-set [J/kg]. More... | |
virtual tmp< scalarField > | heu (const scalarField &p, const scalarField &T, const label patchi) const |
Unburnt gas enthalpy for patch [J/kg]. More... | |
virtual tmp< volScalarField > | Tb () const |
Burnt gas temperature [K]. More... | |
virtual tmp< volScalarField > | psiu () const |
Unburnt gas compressibility [s^2/m^2]. More... | |
virtual tmp< volScalarField > | psib () const |
Burnt gas compressibility [s^2/m^2]. More... | |
virtual tmp< volScalarField > | muu () const |
Dynamic viscosity of unburnt gas [kg/ms]. More... | |
virtual tmp< volScalarField > | mub () const |
Dynamic viscosity of burnt gas [kg/ms]. More... | |
![]() | |
heThermo (const fvMesh &, const word &phaseName) | |
Construct from mesh. More... | |
heThermo (const fvMesh &, const dictionary &, const word &phaseName) | |
Construct from mesh and dictionary. More... | |
heThermo (const fvMesh &, const word &phaseName, const word &dictionaryName) | |
Construct from mesh,dictionary,phase name with a single temperature. More... | |
virtual | ~heThermo () |
Destructor. More... | |
virtual MixtureType::basicMixtureType & | composition () |
Return the composition of the mixture. More... | |
virtual const MixtureType::basicMixtureType & | composition () const |
Return the composition of the mixture. More... | |
virtual word | thermoName () const |
Return the name of the thermo physics. More... | |
virtual bool | incompressible () const |
Return true if the equation of state is incompressible. More... | |
virtual bool | isochoric () const |
Return true if the equation of state is isochoric. More... | |
virtual volScalarField & | he () |
Enthalpy/Internal energy [J/kg]. More... | |
virtual const volScalarField & | he () const |
Enthalpy/Internal energy [J/kg]. More... | |
virtual tmp< volScalarField > | he (const volScalarField &p, const volScalarField &T) const |
Enthalpy/Internal energy. More... | |
virtual tmp< scalarField > | he (const scalarField &p, const scalarField &T, const labelList &cells) const |
Enthalpy/Internal energy for cell-set [J/kg]. More... | |
virtual tmp< scalarField > | he (const scalarField &p, const scalarField &T, const label patchi) const |
Enthalpy/Internal energy for patch [J/kg]. More... | |
virtual tmp< volScalarField > | hc () const |
Chemical enthalpy [J/kg]. More... | |
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. More... | |
virtual tmp< scalarField > | THE (const scalarField &he, const scalarField &p, const scalarField &T0, const label patchi) const |
Temperature from enthalpy/internal energy for patch. More... | |
virtual tmp< scalarField > | Cp (const scalarField &p, const scalarField &T, const label patchi) const |
Heat capacity at constant pressure for patch [J/kg/K]. More... | |
virtual tmp< scalarField > | Cp (const scalarField &p, const scalarField &T, const labelList &cells) const |
Heat capacity using pressure and temperature. More... | |
virtual tmp< volScalarField > | Cp () const |
Heat capacity at constant pressure [J/kg/K]. More... | |
virtual tmp< scalarField > | Cv (const scalarField &p, const scalarField &T, const label patchi) const |
Heat capacity at constant volume for patch [J/kg/K]. More... | |
virtual tmp< volScalarField > | Cv () const |
Heat capacity at constant volume [J/kg/K]. More... | |
virtual tmp< scalarField > | rhoEoS (const scalarField &p, const scalarField &T, const labelList &cells) const |
Density from pressure and temperature. More... | |
virtual tmp< volScalarField > | gamma () const |
Gamma = Cp/Cv []. More... | |
virtual tmp< scalarField > | gamma (const scalarField &p, const scalarField &T, const label patchi) const |
Gamma = Cp/Cv for patch []. More... | |
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]. More... | |
virtual tmp< volScalarField > | Cpv () const |
Heat capacity at constant pressure/volume [J/kg/K]. More... | |
virtual tmp< volScalarField > | CpByCpv () const |
Heat capacity ratio []. More... | |
virtual tmp< scalarField > | CpByCpv (const scalarField &p, const scalarField &T, const label patchi) const |
Heat capacity ratio for patch []. More... | |
virtual tmp< volScalarField > | W () const |
Molecular weight [kg/kmol]. More... | |
virtual tmp< volScalarField > | kappa () const |
Thermal diffusivity for temperature of mixture [J/m/s/K]. More... | |
virtual tmp< scalarField > | kappa (const label patchi) const |
Thermal diffusivity for temperature. More... | |
virtual tmp< volScalarField > | alphahe () const |
Thermal diffusivity for energy of mixture [kg/m/s]. More... | |
virtual tmp< scalarField > | alphahe (const label patchi) const |
Thermal diffusivity for energy of mixture for patch [kg/m/s]. More... | |
virtual tmp< volScalarField > | kappaEff (const volScalarField &) const |
Effective thermal diffusivity for temperature. More... | |
virtual tmp< scalarField > | kappaEff (const scalarField &alphat, const label patchi) const |
Effective thermal diffusivity for temperature. More... | |
virtual tmp< volScalarField > | alphaEff (const volScalarField &alphat) const |
Effective thermal diffusivity of mixture [kg/m/s]. More... | |
virtual tmp< scalarField > | alphaEff (const scalarField &alphat, const label patchi) const |
Effective thermal diffusivity of mixture for patch [kg/m/s]. More... | |
virtual bool | read () |
Read thermophysical properties dictionary. More... | |
Additional Inherited Members | |
![]() | |
void | heBoundaryCorrection (volScalarField &he) |
Correct the enthalpy/internal energy field boundaries. More... | |
![]() | |
volScalarField | he_ |
Energy field. More... | |
Definition at line 52 of file heheuPsiThermo.H.
heheuPsiThermo | ( | const fvMesh & | mesh, |
const word & | phaseName | ||
) |
Construct from mesh and phase name.
Definition at line 242 of file heheuPsiThermo.C.
References forAll.
heheuPsiThermo | ( | const fvMesh & | mesh, |
const word & | phaseName, | ||
const word & | dictName | ||
) |
Construct from mesh,dictionary,phase name with a single temperature.
Definition at line 316 of file heheuPsiThermo.C.
References forAll.
|
virtual |
Destructor.
Definition at line 392 of file heheuPsiThermo.C.
TypeName | ( | "heheuPsiThermo< BasicPsiThermo, MixtureType >" | ) |
Runtime type information.
|
virtual |
Update properties.
Definition at line 399 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 119 of file heheuPsiThermo.H.
|
inlinevirtual |
Unburnt gas enthalpy [J/kg].
Definition at line 125 of file heheuPsiThermo.H.
|
inlinevirtual |
Unburnt gas temperature [K].
Definition at line 131 of file heheuPsiThermo.H.
|
virtual |
Unburnt gas enthalpy for cell-set [J/kg].
Definition at line 426 of file heheuPsiThermo.C.
References cells, forAll, p, and tmp< T >::ref().
|
virtual |
Unburnt gas enthalpy for patch [J/kg].
Definition at line 447 of file heheuPsiThermo.C.
References forAll, p, and tmp< T >::ref().
|
virtual |
Burnt gas temperature [K].
Definition at line 468 of file heheuPsiThermo.C.
References forAll, and GeometricField< Type, PatchField, GeoMesh >::ref().
|
virtual |
Unburnt gas compressibility [s^2/m^2].
Definition at line 527 of file heheuPsiThermo.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryFieldRef(), forAll, GeometricField< Type, PatchField, GeoMesh >::primitiveFieldRef(), and tmp< T >::ref().
|
virtual |
Burnt gas compressibility [s^2/m^2].
Definition at line 581 of file heheuPsiThermo.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), GeometricField< Type, PatchField, GeoMesh >::boundaryFieldRef(), forAll, GeometricField< Type, PatchField, GeoMesh >::primitiveFieldRef(), and tmp< T >::ref().
|
virtual |
Dynamic viscosity of unburnt gas [kg/ms].
Definition at line 636 of file heheuPsiThermo.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryFieldRef(), forAll, GeometricField< Type, PatchField, GeoMesh >::primitiveFieldRef(), and tmp< T >::ref().
|
virtual |
Dynamic viscosity of burnt gas [kg/ms].
Definition at line 694 of file heheuPsiThermo.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), GeometricField< Type, PatchField, GeoMesh >::boundaryFieldRef(), forAll, GeometricField< Type, PatchField, GeoMesh >::primitiveFieldRef(), and tmp< T >::ref().