![]() |
|
Public Member Functions | |
TypeName ("hhuCombustionThermo") | |
Runtime type information. | |
declareRunTimeSelectionTable (autoPtr, hhuCombustionThermo, fvMesh,(const fvMesh &mesh),(mesh)) | |
hhuCombustionThermo (const fvMesh &) | |
Construct from dictionary and mesh. | |
virtual | ~hhuCombustionThermo () |
virtual void | correct ()=0 |
Update properties. | |
volScalarField & | hu () |
Unburnt gas enthalpy [J/kg]. | |
const volScalarField & | hu () const |
Unburnt gas enthalpy [J/kg]. | |
virtual tmp< scalarField > | hu (const scalarField &T, const labelList &cells) const =0 |
Unburnt gas enthalpy for cell-set [J/kg]. | |
virtual tmp< scalarField > | hu (const scalarField &T, const label patchi) const =0 |
Unburnt gas enthalpy for patch [J/kg]. | |
const volScalarField & | Tu () const |
Unburnt gas temperature [K]. | |
virtual tmp< volScalarField > | Tb () const =0 |
Burnt gas temperature [K]. | |
virtual tmp< volScalarField > | rhou () const |
Unburnt gas density [kg/m^3]. | |
virtual tmp< volScalarField > | rhob () const |
Burnt gas density [kg/m^3]. | |
virtual tmp< volScalarField > | psiu () const =0 |
Unburnt gas compressibility [s^2/m^2]. | |
virtual tmp< volScalarField > | psib () const =0 |
Burnt gas compressibility [s^2/m^2]. | |
virtual tmp< volScalarField > | muu () const =0 |
Dynamic viscosity of unburnt gas [kg/ms]. | |
virtual tmp< volScalarField > | mub () const =0 |
Dynamic viscosity of burnt gas [kg/ms]. | |
Static Public Member Functions | |
autoPtr< hhuCombustionThermo > | New (const fvMesh &) |
Protected Member Functions | |
wordList | huBoundaryTypes () |
void | huBoundaryCorrection (volScalarField &hu) |
Protected Attributes | |
volScalarField | Tu_ |
volScalarField | hu_ |
|
Construct from dictionary and mesh.
|
|
|
|
Update properties.
Implements hCombustionThermo. Implemented in hhuMixtureThermo. |
|
|
|
Unburnt gas enthalpy for patch [J/kg].
Implemented in hhuMixtureThermo. |
|
Unburnt gas enthalpy for cell-set [J/kg].
Implemented in hhuMixtureThermo. |
|
Unburnt gas enthalpy [J/kg].
Definition at line 128 of file hhuCombustionThermo.H. References Foam::label, Foam::labelList, Foam::scalarField, and Foam::volScalarField. |
|
Unburnt gas enthalpy [J/kg]. Non-const access allowed for transport equations Definition at line 122 of file hhuCombustionThermo.H. |
|
|
|
|
|
Dynamic viscosity of burnt gas [kg/ms].
Implemented in hhuMixtureThermo. |
|
Dynamic viscosity of unburnt gas [kg/ms].
Implemented in hhuMixtureThermo. |
|
Reimplemented from hCombustionThermo. |
|
Burnt gas compressibility [s^2/m^2].
Implemented in hhuMixtureThermo. |
|
Unburnt gas compressibility [s^2/m^2].
Implemented in hhuMixtureThermo. |
|
Burnt gas density [kg/m^3].
Definition at line 166 of file hhuCombustionThermo.H. |
|
Unburnt gas density [kg/m^3].
Definition at line 160 of file hhuCombustionThermo.H. |
|
Burnt gas temperature [K].
Implemented in hhuMixtureThermo. |
|
Unburnt gas temperature [K].
Definition at line 151 of file hhuCombustionThermo.H. |
|
Runtime type information.
|
|
Definition at line 67 of file hhuCombustionThermo.H. |
|
Definition at line 66 of file hhuCombustionThermo.H. |