Sensible enthalpy variant of combustionThermo. More...
#include <reactionThermophysicalModels/hsCombustionThermo.H>
Sensible enthalpy variant of combustionThermo.
Definition at line 52 of file hsCombustionThermo.H.
Inheritance diagram for hsCombustionThermo:
Collaboration diagram for hsCombustionThermo:Public Member Functions | |
| TypeName ("hsCombustionThermo") | |
| Runtime type information.
| |
| declareRunTimeSelectionTable (autoPtr, hsCombustionThermo, fvMesh,(const fvMesh &mesh),(mesh)) | |
| Declare run-time constructor selection tables.
| |
| hsCombustionThermo (const fvMesh &) | |
| Construct from dictionary and mesh.
| |
| virtual | ~hsCombustionThermo () |
| Destructor.
| |
| virtual basicMultiComponentMixture & | composition ()=0 |
| Return the composition of the multi-component mixture.
| |
| virtual const basicMultiComponentMixture & | composition () const =0 |
| Return the composition of the multi-component mixture.
| |
| virtual volScalarField & | hs () |
| Sensible enthalpy [J/kg].
| |
| virtual const volScalarField & | hs () const |
| Sensible enthalpy [J/kg].
| |
| virtual void | correct ()=0 |
| Update properties.
| |
Static Public Member Functions | |
| static autoPtr < hsCombustionThermo > | New (const fvMesh &) |
| Standard selection based on fvMesh.
| |
| static autoPtr < hsCombustionThermo > | NewType (const fvMesh &, const word &thermoType) |
| Select and check that package contains 'thermoType'.
| |
Protected Attributes | |
| volScalarField | hs_ |
| Sensible enthalpy field.
| |
| hsCombustionThermo | ( | const fvMesh & | mesh ) |
Construct from dictionary and mesh.
Definition at line 39 of file hsCombustionThermo.C.
| ~hsCombustionThermo | ( | ) | [virtual]
|
Destructor.
Definition at line 62 of file hsCombustionThermo.C.
| TypeName | ( | "hsCombustionThermo" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| hsCombustionThermo | , | ||
| fvMesh | , | ||
| (const fvMesh &mesh) | , | ||
| (mesh) | |||
| ) |
Declare run-time constructor selection tables.
| Foam::autoPtr< Foam::hsCombustionThermo > New | ( | const fvMesh & | mesh ) | [static]
|
Standard selection based on fvMesh.
Reimplemented from basicPsiThermo.
Definition at line 32 of file newhsCombustionThermo.C.
References TimePaths::constant(), Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorIn, Foam::Info, dictionary::lookup(), mesh, Foam::nl, and fvMesh::time().
| Foam::autoPtr< Foam::hsCombustionThermo > NewType | ( | const fvMesh & | mesh, |
| const word & | thermoType | ||
| ) | [static]
|
Select and check that package contains 'thermoType'.
Definition at line 78 of file newhsCombustionThermo.C.
References DynamicList< T, SizeInc, SizeMult, SizeDiv >::append(), TimePaths::constant(), Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorIn, forAll, Foam::Info, dictionary::lookup(), mesh, Foam::nl, and fvMesh::time().
| virtual basicMultiComponentMixture& composition | ( | ) | [pure virtual]
|
Return the composition of the multi-component mixture.
Implemented in hsPsiMixtureThermo< MixtureType >.
| virtual const basicMultiComponentMixture& composition | ( | ) | const [pure virtual]
|
Return the composition of the multi-component mixture.
Implemented in hsPsiMixtureThermo< MixtureType >.
| virtual volScalarField& hs | ( | ) | [inline, virtual]
|
Sensible enthalpy [J/kg].
Non-const access allowed for transport equations
Reimplemented from basicThermo.
Definition at line 118 of file hsCombustionThermo.H.
References hsCombustionThermo::hs_.
Referenced by hsPsiMixtureThermo< MixtureType >::hsPsiMixtureThermo().
| virtual const volScalarField& hs | ( | ) | const [inline, virtual]
|
Sensible enthalpy [J/kg].
Reimplemented from basicThermo.
Definition at line 124 of file hsCombustionThermo.H.
References hsCombustionThermo::hs_.
| virtual void correct | ( | ) | [pure virtual]
|
volScalarField hs_ [protected]
|
Sensible enthalpy field.
Definition at line 62 of file hsCombustionThermo.H.
Referenced by hsCombustionThermo::hs(), and hsPsiMixtureThermo< MixtureType >::hsPsiMixtureThermo().