![]() |
|
Public Member Functions | |
TypeName ("hhuMixtureThermo") | |
Runtime type information. | |
hhuMixtureThermo (const fvMesh &) | |
Construct from mesh. | |
~hhuMixtureThermo () | |
combustionMixture & | composition () |
Return the compostion of the combustion mixture. | |
const combustionMixture & | composition () const |
Return the compostion of the combustion mixture. | |
void | correct () |
Update properties. | |
tmp< scalarField > | h (const scalarField &T, const labelList &cells) const |
Enthalpy for cell-set [J/kg]. | |
tmp< scalarField > | h (const scalarField &T, const label patchi) const |
Enthalpy for patch [J/kg]. | |
tmp< scalarField > | Cp (const scalarField &T, const label patchi) const |
Heat capacity at constant pressure for patch [J/kg/K]. | |
tmp< volScalarField > | Cp () const |
Heat capacity at constant pressure [J/kg/K]. | |
tmp< scalarField > | hu (const scalarField &T, const labelList &cells) const |
Unburnt gas enthalpy for cell-set [J/kg]. | |
tmp< scalarField > | hu (const scalarField &T, const label patchi) const |
Unburnt gas enthalpy for patch [J/kg]. | |
tmp< volScalarField > | Tb () const |
Burnt gas temperature [K]. | |
tmp< volScalarField > | psiu () const |
Unburnt gas compressibility [s^2/m^2]. | |
tmp< volScalarField > | psib () const |
Burnt gas compressibility [s^2/m^2]. | |
tmp< volScalarField > | muu () const |
Dynamic viscosity of unburnt gas [kg/ms]. | |
tmp< volScalarField > | mub () const |
Dynamic viscosity of burnt gas [kg/ms]. | |
bool | read () |
Read thermophysicalProperties dictionary. |
|
Construct from mesh.
|
|
|
|
Return the compostion of the combustion mixture.
Implements hCombustionThermo. Definition at line 96 of file hhuMixtureThermo.H. References Foam::label, Foam::labelList, and Foam::scalarField. |
|
Return the compostion of the combustion mixture.
Implements hCombustionThermo. Definition at line 90 of file hhuMixtureThermo.H. |
|
Update properties.
Implements hhuCombustionThermo. |
|
Heat capacity at constant pressure [J/kg/K].
Reimplemented from basicThermo. |
|
Heat capacity at constant pressure for patch [J/kg/K].
Reimplemented from basicThermo. |
|
Enthalpy for patch [J/kg].
Reimplemented from basicThermo. |
|
Enthalpy for cell-set [J/kg].
Reimplemented from basicThermo. |
|
Unburnt gas enthalpy for patch [J/kg].
Implements hhuCombustionThermo. |
|
Unburnt gas enthalpy for cell-set [J/kg].
Implements hhuCombustionThermo. |
|
Dynamic viscosity of burnt gas [kg/ms].
Implements hhuCombustionThermo. |
|
Dynamic viscosity of unburnt gas [kg/ms].
Implements hhuCombustionThermo. |
|
Burnt gas compressibility [s^2/m^2].
Implements hhuCombustionThermo. |
|
Unburnt gas compressibility [s^2/m^2].
Implements hhuCombustionThermo. |
|
Read thermophysicalProperties dictionary.
Implements basicThermo. |
|
Burnt gas temperature [K].
Implements hhuCombustionThermo. |
|
Runtime type information.
|