![]() |
|
Public Member Functions | |
TypeName ("hThermo") | |
Runtime type information. | |
hThermo (const fvMesh &) | |
Construct from mesh. | |
~hThermo () | |
basicMixture & | composition () |
Return the compostion of the combustion mixture. | |
const basicMixture & | composition () const |
Return the compostion of the combustion mixture. | |
void | correct () |
Update properties. | |
volScalarField & | h () |
Enthalpy [J/kg]. | |
const volScalarField & | h () const |
Enthalpy [J/kg]. | |
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< volScalarField > | Cv () const |
Heat capacity at constant volume [J/kg/K]. | |
bool | read () |
Read thermophysicalProperties dictionary. |
|
Construct from mesh.
|
|
|
|
Return the compostion of the combustion mixture.
Definition at line 97 of file hThermo.H. References Foam::volScalarField. |
|
Return the compostion of the combustion mixture.
|
|
Update properties.
Implements basicThermo. |
|
Heat capacity at constant pressure [J/kg/K].
Reimplemented from basicThermo. |
|
Heat capacity at constant pressure for patch [J/kg/K].
Reimplemented from basicThermo. |
|
Heat capacity at constant volume [J/kg/K].
Reimplemented from basicThermo. |
|
Enthalpy for patch [J/kg].
Reimplemented from basicThermo. |
|
Enthalpy for cell-set [J/kg].
Reimplemented from basicThermo. |
|
Enthalpy [J/kg].
Reimplemented from basicThermo. Definition at line 118 of file hThermo.H. References Foam::label, Foam::labelList, and Foam::scalarField. |
|
Enthalpy [J/kg]. Non-const access allowed for transport equations Reimplemented from basicThermo. Definition at line 112 of file hThermo.H. References Foam::volScalarField. |
|
Read thermophysicalProperties dictionary.
Implements basicThermo. |
|
Runtime type information.
|