Sensible enthalpy variant for reactionThermo. More...
#include <reactionThermophysicalModels/hsReactionThermo.H>
Sensible enthalpy variant for reactionThermo.
Definition at line 52 of file hsReactionThermo.H.
Public Member Functions | |
TypeName ("hsReactionThermo") | |
Runtime type information.
| |
declareRunTimeSelectionTable (autoPtr, hsReactionThermo, fvMesh,(const fvMesh &mesh),(mesh)) | |
Declare run-time constructor selection tables.
| |
hsReactionThermo (const fvMesh &) | |
Construct from dictionary and mesh.
| |
virtual | ~hsReactionThermo () |
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< hsReactionThermo > | New (const fvMesh &) |
Standard selection based on fvMesh.
| |
static autoPtr< hsReactionThermo > | NewType (const fvMesh &, const word &thermoType) |
Select and check that package contains 'thermoType'.
| |
Protected Attributes | |
volScalarField | hs_ |
Sensible enthalpy [J/kg].
|
hsReactionThermo | ( | const fvMesh & | mesh ) |
Construct from dictionary and mesh.
Definition at line 39 of file hsReactionThermo.C.
~hsReactionThermo | ( | ) | [virtual]
|
Destructor.
Definition at line 62 of file hsReactionThermo.C.
TypeName | ( | "hsReactionThermo" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
hsReactionThermo | , | ||
fvMesh | , | ||
(const fvMesh &mesh) | , | ||
(mesh) | |||
) |
Declare run-time constructor selection tables.
Foam::autoPtr< Foam::hsReactionThermo > New | ( | const fvMesh & | mesh ) | [static]
|
Standard selection based on fvMesh.
Reimplemented from basicRhoThermo.
Definition at line 32 of file newhsReactionThermo.C.
References TimePaths::constant(), Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorIn, Foam::Info, dictionary::lookup(), mesh, Foam::nl, and fvMesh::time().
Foam::autoPtr< Foam::hsReactionThermo > NewType | ( | const fvMesh & | mesh, |
const word & | thermoType | ||
) | [static]
|
Select and check that package contains 'thermoType'.
Definition at line 78 of file newhsReactionThermo.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 hsRhoMixtureThermo< MixtureType >.
virtual const basicMultiComponentMixture& composition | ( | ) | const [pure virtual]
|
Return the composition of the multi-component mixture.
Implemented in hsRhoMixtureThermo< 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 hsReactionThermo.H.
References hsReactionThermo::hs_.
Referenced by hsRhoMixtureThermo< MixtureType >::hsRhoMixtureThermo().
virtual const volScalarField& hs | ( | ) | const [inline, virtual]
|
Sensible enthalpy [J/kg].
Reimplemented from basicThermo.
Definition at line 124 of file hsReactionThermo.H.
References hsReactionThermo::hs_.
virtual void correct | ( | ) | [pure virtual]
|
volScalarField hs_ [protected]
|
Sensible enthalpy [J/kg].
Definition at line 62 of file hsReactionThermo.H.
Referenced by hsReactionThermo::hs(), and hsRhoMixtureThermo< MixtureType >::hsRhoMixtureThermo().