FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

Sensible enthalpy variant for reactionThermo. More...

#include <reactionThermophysicalModels/hsReactionThermo.H>


Detailed Description

Sensible enthalpy variant for reactionThermo.

Source files

Definition at line 52 of file hsReactionThermo.H.

Inheritance diagram for hsReactionThermo:
Collaboration diagram for hsReactionThermo:

List of all members.

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].

Constructor & Destructor Documentation

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.


Member Function Documentation

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]
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]

Update properties.

Implements basicThermo.

Implemented in hsRhoMixtureThermo< MixtureType >.


Member Data Documentation

volScalarField hs_ [protected]

Sensible enthalpy [J/kg].

Definition at line 62 of file hsReactionThermo.H.

Referenced by hsReactionThermo::hs(), and hsRhoMixtureThermo< MixtureType >::hsRhoMixtureThermo().


The documentation for this class was generated from the following files: