Foam::hsPsiMixtureThermo. More...
#include <reactionThermophysicalModels/hsPsiMixtureThermo.H>
Definition at line 50 of file hsPsiMixtureThermo.H.
Public Member Functions | |
TypeName ("hsPsiMixtureThermo") | |
Runtime type information.
| |
hsPsiMixtureThermo (const fvMesh &) | |
Construct from mesh.
| |
virtual | ~hsPsiMixtureThermo () |
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 > | hs (const scalarField &T, const labelList &cells) const |
Sensible enthalpy for cell-set [J/kg].
| |
virtual tmp< scalarField > | hs (const scalarField &T, const label patchi) const |
Sensible 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.
|
hsPsiMixtureThermo | ( | const fvMesh & | mesh ) |
Construct from mesh.
Definition at line 33 of file hsPsiMixtureThermo.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), forAll, basicThermo::hBoundaryCorrection(), hsCombustionThermo::hs(), hsCombustionThermo::hs_, GeometricField< Type, PatchField, GeoMesh >::internalField(), GeometricField< Type, PatchField, GeoMesh >::oldTime(), basicThermo::psi_, and basicThermo::T_.
~hsPsiMixtureThermo | ( | ) | [virtual]
|
Destructor.
Definition at line 61 of file hsPsiMixtureThermo.C.
TypeName | ( | "hsPsiMixtureThermo< MixtureType >" | ) |
Runtime type information.
virtual basicMultiComponentMixture& composition | ( | ) | [inline, virtual]
|
Return the compostion of the multi-component mixture.
Implements hsCombustionThermo.
Definition at line 82 of file hsPsiMixtureThermo.H.
virtual const basicMultiComponentMixture& composition | ( | ) | const [inline, virtual]
|
Return the compostion of the multi-component mixture.
Implements hsCombustionThermo.
Definition at line 88 of file hsPsiMixtureThermo.H.
void correct | ( | ) | [virtual]
|
Update properties.
Implements hsCombustionThermo.
Definition at line 136 of file hsPsiMixtureThermo.C.
References Foam::endl(), and Foam::Info.
Foam::tmp< Foam::volScalarField > hc | ( | ) | const [virtual]
|
Chemical enthalpy [J/kg].
Reimplemented from basicThermo.
Definition at line 156 of file hsPsiMixtureThermo.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 > hs | ( | const scalarField & | T, |
const labelList & | cells | ||
) | const [virtual]
|
Sensible enthalpy for cell-set [J/kg].
Reimplemented from basicThermo.
Definition at line 202 of file hsPsiMixtureThermo.C.
References forAll, hs, and List< T >::size().
Foam::tmp< Foam::scalarField > hs | ( | const scalarField & | T, |
const label | patchi | ||
) | const [virtual]
|
Sensible enthalpy for patch [J/kg].
Reimplemented from basicThermo.
Definition at line 222 of file hsPsiMixtureThermo.C.
References forAll, hs, 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 242 of file hsPsiMixtureThermo.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 262 of file hsPsiMixtureThermo.C.
References Foam::cp(), Foam::dimEnergy, Foam::dimMass, Foam::dimTemperature, forAll, mesh, IOobject::NO_READ, IOobject::NO_WRITE, fvMesh::time(), and Time::timeName().
bool read | ( | ) | [virtual]
|
Read thermophysicalProperties dictionary.
Reimplemented from basicThermo.
Definition at line 303 of file hsPsiMixtureThermo.C.
References basicThermo::read().