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

hPsiThermo< MixtureType > Class Template Reference

Enthalpy for a mixture based on compressibility. More...

#include <basicThermophysicalModels/hPsiThermo.H>


Detailed Description

template<class MixtureType>
class Foam::hPsiThermo< MixtureType >

Enthalpy for a mixture based on compressibility.

Source files

Definition at line 51 of file hPsiThermo.H.

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

List of all members.

Public Member Functions

 TypeName ("hPsiThermo")
 Runtime type information.
 hPsiThermo (const fvMesh &)
 Construct from mesh.
virtual  ~hPsiThermo ()
 Destructor.
virtual basicMixture &  composition ()
 Return the compostion of the mixture.
virtual const basicMixture &  composition () const
 Return the compostion of the mixture.
virtual void  correct ()
 Update properties.
virtual volScalarField &  h ()
 Enthalpy [J/kg].
virtual const volScalarField &  h () const
 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 tmp< scalarField >  Cv (const scalarField &T, const label patchi) const
 Heat capacity at constant volume for patch [J/kg/K].
virtual tmp< volScalarField >  Cv () const
 Heat capacity at constant volume [J/kg/K].
virtual bool  read ()
 Read thermophysicalProperties dictionary.

Constructor & Destructor Documentation

~hPsiThermo (  ) [virtual]

Destructor.

Definition at line 145 of file hPsiThermo.C.


Member Function Documentation

TypeName ( "hPsiThermo< MixtureType >"    )

Runtime type information.

virtual basicMixture& composition (  ) [inline, virtual]

Return the compostion of the mixture.

Definition at line 90 of file hPsiThermo.H.

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

Return the compostion of the mixture.

Definition at line 96 of file hPsiThermo.H.

void correct (  ) [virtual]

Update properties.

Implements basicThermo.

Definition at line 152 of file hPsiThermo.C.

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

virtual volScalarField& h (  ) [inline, virtual]

Enthalpy [J/kg].

Non-const access allowed for transport equations

Reimplemented from basicThermo.

Definition at line 109 of file hPsiThermo.H.

Referenced by hPsiThermo< MixtureType >::hPsiThermo().

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

Enthalpy [J/kg].

Reimplemented from basicThermo.

Definition at line 115 of file hPsiThermo.H.

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 173 of file hPsiThermo.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 192 of file hPsiThermo.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 211 of file hPsiThermo.C.

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

Foam::tmp< Foam::volScalarField > Cp (  ) const [virtual]

Heat capacity at constant pressure [J/kg/K].

Reimplemented from basicThermo.

Definition at line 229 of file hPsiThermo.C.

References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), Foam::cp(), forAll, mesh, IOobject::NO_READ, IOobject::NO_WRITE, fvMesh::time(), and Time::timeName().

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

Heat capacity at constant volume for patch [J/kg/K].

Reimplemented from basicThermo.

Definition at line 274 of file hPsiThermo.C.

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

Foam::tmp< Foam::volScalarField > Cv (  ) const [virtual]

Heat capacity at constant volume [J/kg/K].

Reimplemented from basicThermo.

Definition at line 292 of file hPsiThermo.C.

References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), forAll, mesh, IOobject::NO_READ, IOobject::NO_WRITE, fvMesh::time(), and Time::timeName().

bool read (  ) [virtual]

Read thermophysicalProperties dictionary.

Reimplemented from basicThermo.

Definition at line 331 of file hPsiThermo.C.

References basicThermo::read().


The documentation for this class was generated from the following files:
  • src/thermophysicalModels/basic/psiThermo/hPsiThermo/hPsiThermo.H
  • src/thermophysicalModels/basic/psiThermo/hPsiThermo/hPsiThermo.C