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

hPsiMixtureThermo< MixtureType > Class Template Reference

Foam::hPsiMixtureThermo. More...

#include <reactionThermophysicalModels/hPsiMixtureThermo.H>


Detailed Description

template<class MixtureType>
class Foam::hPsiMixtureThermo< MixtureType >

Foam::hPsiMixtureThermo.

Source files

Definition at line 50 of file hPsiMixtureThermo.H.

Inheritance diagram for hPsiMixtureThermo< MixtureType >:
Collaboration diagram for hPsiMixtureThermo< MixtureType >:

List of all members.

Public Member Functions

 TypeName ("hPsiMixtureThermo")
 Runtime type information.
 hPsiMixtureThermo (const fvMesh &)
 Construct from mesh.
virtual  ~hPsiMixtureThermo ()
 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 >  h (const scalarField &T, const labelList &cells) const
 Enthalpy for cell-set [J/kg].
virtual tmp< scalarField >  h (const scalarField &T, const label patchi) const
 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.

Constructor & Destructor Documentation

~hPsiMixtureThermo (  ) [virtual]

Destructor.

Definition at line 131 of file hPsiMixtureThermo.C.


Member Function Documentation

TypeName ( "hPsiMixtureThermo< MixtureType >"    )

Runtime type information.

virtual basicMultiComponentMixture& composition (  ) [inline, virtual]

Return the compostion of the multi-component mixture.

Implements hCombustionThermo.

Definition at line 82 of file hPsiMixtureThermo.H.

virtual const basicMultiComponentMixture& composition (  ) const [inline, virtual]

Return the compostion of the multi-component mixture.

Implements hCombustionThermo.

Definition at line 88 of file hPsiMixtureThermo.H.

void correct (  ) [virtual]

Update properties.

Implements hCombustionThermo.

Definition at line 138 of file hPsiMixtureThermo.C.

References Foam::endl(), and Foam::Info.

Foam::tmp< Foam::scalarField > h ( const scalarField &   T,
const labelList &   cells  
) const [virtual]

Enthalpy for cell-set [J/kg].

Reimplemented from basicThermo.

Definition at line 205 of file hPsiMixtureThermo.C.

References forAll, h, and List< T >::size().

Foam::tmp< Foam::scalarField > h ( const scalarField &   T,
const label   patchi  
) const [virtual]

Enthalpy for patch [J/kg].

Reimplemented from basicThermo.

Definition at line 225 of file hPsiMixtureThermo.C.

References forAll, h, 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 245 of file hPsiMixtureThermo.C.

References Foam::cp(), forAll, and List< T >::size().

bool read (  ) [virtual]

Read thermophysicalProperties dictionary.

Reimplemented from basicThermo.

Definition at line 306 of file hPsiMixtureThermo.C.

References basicThermo::read().


The documentation for this class was generated from the following files:
  • src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hPsiMixtureThermo/hPsiMixtureThermo.H
  • src/thermophysicalModels/reactionThermo/combustionThermo/mixtureThermos/hPsiMixtureThermo/hPsiMixtureThermo.C