Foam::hRhoMixtureThermo. More...
#include <reactionThermophysicalModels/hRhoMixtureThermo.H>
Definition at line 50 of file hRhoMixtureThermo.H.
Public Member Functions | |
TypeName ("hRhoMixtureThermo") | |
Runtime type information.
| |
hRhoMixtureThermo (const fvMesh &) | |
Construct from mesh.
| |
virtual | ~hRhoMixtureThermo () |
Destructor.
| |
virtual basicMultiComponentMixture & | composition () |
Return the compostion of the multi-component mixture.
| |
virtual const basicMultiComponentMixture & | composition () const |
Return the compostion of the multi-component mixture.
| |
virtual void | correct () |
Update properties.
| |
virtual tmp< volScalarField > | hc () const |
Chemical enthalpy [J/kg].
| |
virtual tmp< scalarField > | h (const scalarField &T, const labelList &cells) const |
Enthalpy for cell-set [J/kg].
| |
virtual tmp< scalarField > | h (const scalarField &T, const label patchi) const |
Enthalpy for patch [J/kg].
| |
virtual tmp< scalarField > | Cp (const scalarField &T, const label patchi) const |
Heat capacity at constant pressure for patch [J/kg/K].
| |
virtual tmp< volScalarField > | Cp () const |
Heat capacity at constant pressure [J/kg/K].
| |
virtual bool | read () |
Read thermophysicalProperties dictionary.
|
hRhoMixtureThermo | ( | const fvMesh & | mesh ) |
Construct from mesh.
Definition at line 106 of file hRhoMixtureThermo.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), forAll, hReactionThermo::h(), hReactionThermo::h_, basicThermo::hBoundaryCorrection(), GeometricField< Type, PatchField, GeoMesh >::internalField(), and basicThermo::T_.
~hRhoMixtureThermo | ( | ) | [virtual]
|
Destructor.
Definition at line 133 of file hRhoMixtureThermo.C.
TypeName | ( | "hRhoMixtureThermo< MixtureType >" | ) |
Runtime type information.
virtual basicMultiComponentMixture& composition | ( | ) | [inline, virtual]
|
Return the compostion of the multi-component mixture.
Implements hReactionThermo.
Definition at line 82 of file hRhoMixtureThermo.H.
virtual const basicMultiComponentMixture& composition | ( | ) | const [inline, virtual]
|
Return the compostion of the multi-component mixture.
Implements hReactionThermo.
Definition at line 88 of file hRhoMixtureThermo.H.
void correct | ( | ) | [virtual]
|
Update properties.
Implements hReactionThermo.
Definition at line 140 of file hRhoMixtureThermo.C.
References Foam::endl(), and Foam::Info.
Foam::tmp< Foam::volScalarField > hc | ( | ) | const [virtual]
|
Chemical enthalpy [J/kg].
Reimplemented from basicThermo.
Definition at line 158 of file hRhoMixtureThermo.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), forAll, GeometricField< Type, PatchField, GeoMesh >::internalField(), mesh, IOobject::NO_READ, IOobject::NO_WRITE, fvMesh::time(), and Time::timeName().
Foam::tmp< Foam::scalarField > h | ( | const scalarField & | T, |
const labelList & | cells | ||
) | const [virtual]
|
Enthalpy for cell-set [J/kg].
Reimplemented from basicThermo.
Definition at line 204 of file hRhoMixtureThermo.C.
References forAll, h, and List< T >::size().
Foam::tmp< Foam::scalarField > h | ( | const scalarField & | T, |
const label | patchi | ||
) | const [virtual]
|
Enthalpy for patch [J/kg].
Reimplemented from basicThermo.
Definition at line 224 of file hRhoMixtureThermo.C.
References forAll, h, and List< T >::size().
Foam::tmp< Foam::scalarField > Cp | ( | const scalarField & | T, |
const label | patchi | ||
) | const [virtual]
|
Heat capacity at constant pressure for patch [J/kg/K].
Reimplemented from basicThermo.
Definition at line 244 of file hRhoMixtureThermo.C.
References Foam::cp(), forAll, and List< T >::size().
Foam::tmp< Foam::volScalarField > Cp | ( | ) | const [virtual]
|
Heat capacity at constant pressure [J/kg/K].
Reimplemented from basicThermo.
Definition at line 264 of file hRhoMixtureThermo.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), Foam::cp(), forAll, GeometricField< Type, PatchField, GeoMesh >::internalField(), mesh, IOobject::NO_READ, IOobject::NO_WRITE, fvMesh::time(), and Time::timeName().
bool read | ( | ) | [virtual]
|
Read thermophysicalProperties dictionary.
Reimplemented from basicThermo.
Definition at line 305 of file hRhoMixtureThermo.C.
References basicThermo::read().