![]() |
|
Public Member Functions | |
TypeName ("hMixtureThermo") | |
Runtime type information. | |
hMixtureThermo (const fvMesh &) | |
Construct from mesh. | |
virtual | ~hMixtureThermo () |
combustionMixture & | composition () |
Return the compostion of the combustion mixture. | |
const combustionMixture & | composition () const |
Return the compostion of the combustion mixture. | |
virtual 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]. | |
virtual bool | read () |
Read thermophysicalProperties dictionary. |
|
Construct from mesh.
|
|
|
|
Return the compostion of the combustion mixture.
Implements hCombustionThermo. Definition at line 96 of file hMixtureThermo.H. References Foam::label, Foam::labelList, and Foam::scalarField. |
|
Return the compostion of the combustion mixture.
Implements hCombustionThermo. Definition at line 90 of file hMixtureThermo.H. |
|
Update properties.
Implements hCombustionThermo. |
|
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. |
|
Read thermophysicalProperties dictionary.
Implements basicThermo. |
|
Runtime type information.
|