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

Foam::hCombustionThermo. More...

#include <reactionThermophysicalModels/hCombustionThermo.H>


Detailed Description

Foam::hCombustionThermo.

Source files

Definition at line 52 of file hCombustionThermo.H.

Inheritance diagram for hCombustionThermo:
Collaboration diagram for hCombustionThermo:

List of all members.

Public Member Functions

 TypeName ("hCombustionThermo")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, hCombustionThermo, fvMesh,(const fvMesh &mesh),(mesh))
 Declare run-time constructor selection tables.
 hCombustionThermo (const fvMesh &)
 Construct from dictionary and mesh.
virtual  ~hCombustionThermo ()
 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 &  h ()
 Enthalpy [J/kg].
virtual const volScalarField &  h () const
 Enthalpy [J/kg].
virtual void  correct ()=0
 Update properties.

Static Public Member Functions

static autoPtr< hCombustionThermo >  New (const fvMesh &)
 Standard selection based on fvMesh.
static autoPtr< hCombustionThermo >  NewType (const fvMesh &, const word &thermoType)
 Select and check that package contains 'thermoType'.

Protected Attributes

volScalarField  h_
 Enthalpy field.

Constructor & Destructor Documentation

hCombustionThermo ( const fvMesh &   mesh  )

Construct from dictionary and mesh.

Definition at line 39 of file hCombustionThermo.C.

~hCombustionThermo (  ) [virtual]

Destructor.

Definition at line 62 of file hCombustionThermo.C.


Member Function Documentation

TypeName ( "hCombustionThermo"    )

Runtime type information.

declareRunTimeSelectionTable ( autoPtr   ,
hCombustionThermo   ,
fvMesh   ,
(const fvMesh &mesh)   ,
(mesh)    
)

Declare run-time constructor selection tables.

Foam::autoPtr< Foam::hCombustionThermo > New ( const fvMesh &   mesh  ) [static]

Standard selection based on fvMesh.

Reimplemented from basicPsiThermo.

Reimplemented in hhuCombustionThermo.

Definition at line 32 of file newhCombustionThermo.C.

References TimePaths::constant(), Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorIn, Foam::Info, dictionary::lookup(), mesh, Foam::nl, and fvMesh::time().

Foam::autoPtr< Foam::hCombustionThermo > NewType ( const fvMesh &   mesh,
const word &   thermoType  
) [static]
virtual basicMultiComponentMixture& composition (  ) [pure virtual]

Return the composition of the multi-component mixture.

Implemented in hhuMixtureThermo< MixtureType >, and hPsiMixtureThermo< MixtureType >.

virtual const basicMultiComponentMixture& composition (  ) const [pure virtual]

Return the composition of the multi-component mixture.

Implemented in hhuMixtureThermo< MixtureType >, and hPsiMixtureThermo< MixtureType >.

virtual volScalarField& h (  ) [inline, virtual]

Enthalpy [J/kg].

Non-const access allowed for transport equations

Reimplemented from basicThermo.

Definition at line 118 of file hCombustionThermo.H.

References hCombustionThermo::h_.

Referenced by hhuMixtureThermo< MixtureType >::hhuMixtureThermo(), and hPsiMixtureThermo< MixtureType >::hPsiMixtureThermo().

virtual const volScalarField& h (  ) const [inline, virtual]

Enthalpy [J/kg].

Reimplemented from basicThermo.

Definition at line 124 of file hCombustionThermo.H.

References hCombustionThermo::h_.

virtual void correct (  ) [pure virtual]

Member Data Documentation


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