![]() |
|
Public Member Functions | |
TypeName ("hCombustionThermo") | |
Runtime type information. | |
declareRunTimeSelectionTable (autoPtr, hCombustionThermo, fvMesh,(const fvMesh &mesh),(mesh)) | |
hCombustionThermo (const fvMesh &) | |
Construct from dictionary and mesh. | |
virtual | ~hCombustionThermo () |
virtual combustionMixture & | composition ()=0 |
Return the composition of the combustion mixture. | |
virtual const combustionMixture & | composition () const =0 |
Return the composition of the combustion mixture. | |
volScalarField & | h () |
Enthalpy [J/kg]. | |
const volScalarField & | h () const |
Enthalpy [J/kg]. | |
virtual void | correct ()=0 |
Update properties. | |
Static Public Member Functions | |
autoPtr< hCombustionThermo > | New (const fvMesh &) |
Protected Attributes | |
volScalarField | h_ |
|
Construct from dictionary and mesh.
|
|
|
|
Return the composition of the combustion mixture.
Implemented in hhuMixtureThermo, and hMixtureThermo. |
|
Return the composition of the combustion mixture.
Implemented in hhuMixtureThermo, and hMixtureThermo. |
|
Update properties.
Implements basicThermo. Implemented in hhuCombustionThermo, hhuMixtureThermo, and hMixtureThermo. |
|
|
|
Enthalpy [J/kg].
Reimplemented from basicThermo. Definition at line 127 of file hCombustionThermo.H. |
|
Enthalpy [J/kg]. Non-const access allowed for transport equations Reimplemented from basicThermo. Definition at line 121 of file hCombustionThermo.H. |
|
Reimplemented from basicThermo. Reimplemented in hhuCombustionThermo. |
|
Runtime type information.
|
|
Definition at line 69 of file hCombustionThermo.H. |