Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
heThermo< BasicThermo, MixtureType > Class Template Reference

Enthalpy/Internal energy for a mixture. More...

Inheritance diagram for heThermo< BasicThermo, MixtureType >:
Inheritance graph
[legend]
Collaboration diagram for heThermo< BasicThermo, MixtureType >:
Collaboration graph
[legend]

Public Member Functions

 heThermo (const fvMesh &, const word &phaseName)
 Construct from mesh. More...
 
 heThermo (const fvMesh &, const dictionary &, const word &phaseName)
 Construct from mesh and dictionary. More...
 
virtual ~heThermo ()
 Destructor. More...
 
virtual MixtureType::basicMixtureType & composition ()
 Return the compostion of the mixture. More...
 
virtual const MixtureType::basicMixtureType & composition () const
 Return the compostion of the mixture. More...
 
virtual bool incompressible () const
 Return true if the equation of state is incompressible. More...
 
virtual bool isochoric () const
 Return true if the equation of state is isochoric. More...
 
virtual volScalarFieldhe ()
 Enthalpy/Internal energy [J/kg]. More...
 
virtual const volScalarFieldhe () const
 Enthalpy/Internal energy [J/kg]. More...
 
virtual tmp< volScalarFieldhe (const volScalarField &p, const volScalarField &T) const
 Enthalpy/Internal energy. More...
 
virtual tmp< scalarFieldhe (const scalarField &p, const scalarField &T, const labelList &cells) const
 Enthalpy/Internal energy for cell-set [J/kg]. More...
 
virtual tmp< scalarFieldhe (const scalarField &p, const scalarField &T, const label patchi) const
 Enthalpy/Internal energy for patch [J/kg]. More...
 
virtual tmp< volScalarFieldhc () const
 Chemical enthalpy [J/kg]. More...
 
virtual tmp< scalarFieldTHE (const scalarField &he, const scalarField &p, const scalarField &T0, const labelList &cells) const
 Temperature from enthalpy/internal energy for cell-set. More...
 
virtual tmp< scalarFieldTHE (const scalarField &he, const scalarField &p, const scalarField &T0, const label patchi) const
 Temperature from enthalpy/internal energy for patch. More...
 
virtual tmp< scalarFieldCp (const scalarField &p, const scalarField &T, const label patchi) const
 Heat capacity at constant pressure for patch [J/kg/K]. More...
 
virtual tmp< volScalarFieldCp () const
 Heat capacity at constant pressure [J/kg/K]. More...
 
virtual tmp< scalarFieldCv (const scalarField &p, const scalarField &T, const label patchi) const
 Heat capacity at constant volume for patch [J/kg/K]. More...
 
virtual tmp< volScalarFieldCv () const
 Heat capacity at constant volume [J/kg/K]. More...
 
virtual tmp< volScalarFieldgamma () const
 Gamma = Cp/Cv []. More...
 
virtual tmp< scalarFieldgamma (const scalarField &p, const scalarField &T, const label patchi) const
 Gamma = Cp/Cv for patch []. More...
 
virtual tmp< scalarFieldCpv (const scalarField &p, const scalarField &T, const label patchi) const
 Heat capacity at constant pressure/volume for patch [J/kg/K]. More...
 
virtual tmp< volScalarFieldCpv () const
 Heat capacity at constant pressure/volume [J/kg/K]. More...
 
virtual tmp< volScalarFieldCpByCpv () const
 Heat capacity ratio []. More...
 
virtual tmp< scalarFieldCpByCpv (const scalarField &p, const scalarField &T, const label patchi) const
 Heat capacity ratio for patch []. More...
 
virtual tmp< volScalarFieldkappa () const
 Thermal diffusivity for temperature of mixture [J/m/s/K]. More...
 
virtual tmp< scalarFieldkappa (const label patchi) const
 Thermal diffusivity for temperature. More...
 
virtual tmp< volScalarFieldkappaEff (const volScalarField &) const
 Effective thermal diffusivity for temperature. More...
 
virtual tmp< scalarFieldkappaEff (const scalarField &alphat, const label patchi) const
 Effective thermal diffusivity for temperature. More...
 
virtual tmp< volScalarFieldalphaEff (const volScalarField &alphat) const
 Effective thermal diffusivity of mixture [kg/m/s]. More...
 
virtual tmp< scalarFieldalphaEff (const scalarField &alphat, const label patchi) const
 Effective thermal diffusivity of mixture for patch [kg/m/s]. More...
 
virtual bool read ()
 Read thermophysical properties dictionary. More...
 

Protected Member Functions

void heBoundaryCorrection (volScalarField &he)
 Correct the enthalpy/internal energy field boundaries. More...
 

Protected Attributes

volScalarField he_
 Energy field. More...
 

Detailed Description

template<class BasicThermo, class MixtureType>
class Foam::heThermo< BasicThermo, MixtureType >

Enthalpy/Internal energy for a mixture.

Source files

Definition at line 49 of file heThermo.H.

Constructor & Destructor Documentation

heThermo ( const fvMesh mesh,
const word phaseName 
)

Construct from mesh.

Definition at line 88 of file heThermo.C.

heThermo ( const fvMesh mesh,
const dictionary dict,
const word phaseName 
)

Construct from mesh and dictionary.

Definition at line 121 of file heThermo.C.

~heThermo ( )
virtual

Destructor.

Definition at line 156 of file heThermo.C.

References heThermo< BasicThermo, MixtureType >::he().

Here is the call graph for this function:

Member Function Documentation

void heBoundaryCorrection ( volScalarField he)
protected

Correct the enthalpy/internal energy field boundaries.

Definition at line 34 of file heThermo.C.

References GeometricField< Type, PatchField, GeoMesh >::boundaryFieldRef(), forAll, he, and patchi.

Here is the call graph for this function:

virtual MixtureType::basicMixtureType& composition ( )
inlinevirtual

Return the compostion of the mixture.

Definition at line 110 of file heThermo.H.

virtual const MixtureType::basicMixtureType& composition ( ) const
inlinevirtual

Return the compostion of the mixture.

Definition at line 117 of file heThermo.H.

virtual bool incompressible ( ) const
inlinevirtual

Return true if the equation of state is incompressible.

i.e. rho != f(p)

Definition at line 124 of file heThermo.H.

Referenced by heThermo< BasicSolidThermo, MixtureType >::composition().

Here is the caller graph for this function:

virtual bool isochoric ( ) const
inlinevirtual

Return true if the equation of state is isochoric.

i.e. rho = const

Definition at line 131 of file heThermo.H.

Referenced by heThermo< BasicSolidThermo, MixtureType >::composition().

Here is the caller graph for this function:

virtual volScalarField& he ( )
inlinevirtual

Enthalpy/Internal energy [J/kg].

Non-const access allowed for transport equations

Definition at line 141 of file heThermo.H.

Referenced by heThermo< BasicSolidThermo, MixtureType >::composition(), heThermo< BasicSolidThermo, MixtureType >::he(), heThermo< BasicThermo, MixtureType >::he(), and heThermo< BasicThermo, MixtureType >::~heThermo().

Here is the caller graph for this function:

virtual const volScalarField& he ( ) const
inlinevirtual

Enthalpy/Internal energy [J/kg].

Definition at line 147 of file heThermo.H.

Foam::tmp< Foam::volScalarField > he ( const volScalarField p,
const volScalarField T 
) const
virtual
Foam::tmp< Foam::scalarField > he ( const scalarField p,
const scalarField T,
const labelList cells 
) const
virtual

Enthalpy/Internal energy for cell-set [J/kg].

Definition at line 221 of file heThermo.C.

References forAll, he, heThermo< BasicThermo, MixtureType >::he(), tmp< T >::ref(), scalarField(), and List< T >::size().

Here is the call graph for this function:

Foam::tmp< Foam::scalarField > he ( const scalarField p,
const scalarField T,
const label  patchi 
) const
virtual

Enthalpy/Internal energy for patch [J/kg].

Definition at line 241 of file heThermo.C.

References forAll, he, tmp< T >::ref(), scalarField(), and List< T >::size().

Here is the call graph for this function:

Foam::tmp< Foam::volScalarField > hc ( ) const
virtual
Foam::tmp< Foam::scalarField > THE ( const scalarField he,
const scalarField p,
const scalarField T0,
const labelList cells 
) const
virtual

Temperature from enthalpy/internal energy for cell-set.

Definition at line 678 of file heThermo.C.

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

Referenced by heThermo< BasicThermo, MixtureType >::CpByCpv(), and heThermo< BasicSolidThermo, MixtureType >::he().

Here is the call graph for this function:

Here is the caller graph for this function:

Foam::tmp< Foam::scalarField > THE ( const scalarField he,
const scalarField p,
const scalarField T0,
const label  patchi 
) const
virtual

Temperature from enthalpy/internal energy for patch.

Definition at line 700 of file heThermo.C.

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

Here is the call graph for this function:

Foam::tmp< Foam::scalarField > Cp ( const scalarField p,
const scalarField T,
const label  patchi 
) const
virtual

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

Definition at line 310 of file heThermo.C.

References cp, forAll, tmp< T >::ref(), scalarField(), and List< T >::size().

Here is the call graph for this function:

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

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

Definition at line 331 of file heThermo.C.

References cp, heThermo< BasicThermo, MixtureType >::Cv(), Foam::dimEnergy, Foam::dimMass, Foam::dimTemperature, forAll, mesh, patchi, fvMesh::time(), and Time::timeName().

Referenced by heThermo< BasicThermo, MixtureType >::hc(), and heThermo< BasicSolidThermo, MixtureType >::he().

Here is the call graph for this function:

Here is the caller graph for this function:

Foam::tmp< Foam::scalarField > Cv ( const scalarField p,
const scalarField T,
const label  patchi 
) const
virtual

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

Definition at line 383 of file heThermo.C.

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

Here is the call graph for this function:

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

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

Definition at line 404 of file heThermo.C.

References Foam::dimEnergy, Foam::dimMass, Foam::dimTemperature, forAll, heThermo< BasicThermo, MixtureType >::gamma(), mesh, patchi, GeometricField< Type, PatchField, GeoMesh >::ref(), fvMesh::time(), and Time::timeName().

Referenced by heThermo< BasicThermo, MixtureType >::Cp(), and heThermo< BasicSolidThermo, MixtureType >::he().

Here is the call graph for this function:

Here is the caller graph for this function:

Foam::tmp< Foam::volScalarField > gamma ( ) const
virtual

Gamma = Cp/Cv [].

Definition at line 473 of file heThermo.C.

References heThermo< BasicThermo, MixtureType >::Cpv(), Foam::dimless, forAll, mesh, patchi, GeometricField< Type, PatchField, GeoMesh >::ref(), fvMesh::time(), and Time::timeName().

Referenced by heThermo< BasicThermo, MixtureType >::Cv(), and heThermo< BasicSolidThermo, MixtureType >::he().

Here is the call graph for this function:

Here is the caller graph for this function:

Foam::tmp< Foam::scalarField > gamma ( const scalarField p,
const scalarField T,
const label  patchi 
) const
virtual

Gamma = Cp/Cv for patch [].

Definition at line 452 of file heThermo.C.

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

Here is the call graph for this function:

Foam::tmp< Foam::scalarField > Cpv ( const scalarField p,
const scalarField T,
const label  patchi 
) const
virtual

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

Definition at line 527 of file heThermo.C.

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

Here is the call graph for this function:

Foam::tmp< Foam::volScalarField > Cpv ( ) const
virtual

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

Definition at line 548 of file heThermo.C.

References heThermo< BasicThermo, MixtureType >::CpByCpv(), Foam::dimEnergy, Foam::dimMass, Foam::dimTemperature, forAll, mesh, patchi, GeometricField< Type, PatchField, GeoMesh >::ref(), fvMesh::time(), and Time::timeName().

Referenced by heThermo< BasicThermo, MixtureType >::gamma(), and heThermo< BasicSolidThermo, MixtureType >::he().

Here is the call graph for this function:

Here is the caller graph for this function:

Foam::tmp< Foam::volScalarField > CpByCpv ( ) const
virtual

Heat capacity ratio [].

Definition at line 620 of file heThermo.C.

References Foam::dimless, forAll, mesh, patchi, GeometricField< Type, PatchField, GeoMesh >::ref(), heThermo< BasicThermo, MixtureType >::THE(), fvMesh::time(), and Time::timeName().

Referenced by heThermo< BasicThermo, MixtureType >::Cpv(), and heThermo< BasicSolidThermo, MixtureType >::he().

Here is the call graph for this function:

Here is the caller graph for this function:

Foam::tmp< Foam::scalarField > CpByCpv ( const scalarField p,
const scalarField T,
const label  patchi 
) const
virtual

Heat capacity ratio for patch [].

Definition at line 599 of file heThermo.C.

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

Here is the call graph for this function:

Foam::tmp< Foam::volScalarField > kappa ( ) const
virtual

Thermal diffusivity for temperature of mixture [J/m/s/K].

Definition at line 725 of file heThermo.C.

References Foam::constant::electromagnetic::kappa, tmp< T >::ref(), and regIOobject::rename().

Referenced by heThermo< BasicSolidThermo, MixtureType >::he().

Here is the call graph for this function:

Here is the caller graph for this function:

Foam::tmp< Foam::scalarField > kappa ( const label  patchi) const
virtual

Thermal diffusivity for temperature.

of mixture for patch [J/m/s/K]

Definition at line 735 of file heThermo.C.

References heThermo< BasicThermo, MixtureType >::kappaEff(), and patchi.

Here is the call graph for this function:

Foam::tmp< Foam::volScalarField > kappaEff ( const volScalarField alphat) const
virtual

Effective thermal diffusivity for temperature.

of mixture [J/m/s/K]

Definition at line 752 of file heThermo.C.

References tmp< T >::ref(), and regIOobject::rename().

Referenced by heThermo< BasicSolidThermo, MixtureType >::he(), and heThermo< BasicThermo, MixtureType >::kappa().

Here is the call graph for this function:

Here is the caller graph for this function:

Foam::tmp< Foam::scalarField > kappaEff ( const scalarField alphat,
const label  patchi 
) const
virtual

Effective thermal diffusivity for temperature.

of mixture for patch [J/m/s/K]

Definition at line 765 of file heThermo.C.

References heThermo< BasicThermo, MixtureType >::alphaEff(), and patchi.

Here is the call graph for this function:

Foam::tmp< Foam::volScalarField > alphaEff ( const volScalarField alphat) const
virtual

Effective thermal diffusivity of mixture [kg/m/s].

Definition at line 787 of file heThermo.C.

References alphaEff(), tmp< T >::ref(), and regIOobject::rename().

Referenced by heThermo< BasicSolidThermo, MixtureType >::he(), and heThermo< BasicThermo, MixtureType >::kappaEff().

Here is the call graph for this function:

Here is the caller graph for this function:

Foam::tmp< Foam::scalarField > alphaEff ( const scalarField alphat,
const label  patchi 
) const
virtual

Effective thermal diffusivity of mixture for patch [kg/m/s].

Definition at line 800 of file heThermo.C.

References patchi.

bool read ( )
virtual

Read thermophysical properties dictionary.

Definition at line 820 of file heThermo.C.

References Foam::read().

Referenced by heThermo< BasicSolidThermo, MixtureType >::he().

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

volScalarField he_
protected

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