Public Member Functions | Static Public Member Functions | List of all members
sensibleInternalEnergy< Thermo > Class Template Reference

Thermodynamics mapping class to expose the sensible internal energy function as the standard internal energy function e(T). More...

Public Member Functions

 sensibleInternalEnergy ()
 Construct. More...
 
scalar he (const Thermo &thermo, const scalar p, const scalar T) const
 Sensible Internal energy [J/kmol]. More...
 
scalar cpv (const Thermo &thermo, const scalar p, const scalar T) const
 Heat capacity at constant volume [J/(kmol K)]. More...
 
scalar cpBycpv (const Thermo &thermo, const scalar p, const scalar T) const
 cp/cv [] More...
 
scalar HE (const Thermo &thermo, const scalar p, const scalar T) const
 Sensible internal energy [J/kg]. More...
 
scalar THE (const Thermo &thermo, const scalar e, const scalar p, const scalar T0) const
 Temperature from sensible internal energy. More...
 

Static Public Member Functions

static word typeName ()
 Return the instantiated type name. More...
 
static word name ()
 

Detailed Description

template<class Thermo>
class Foam::sensibleInternalEnergy< Thermo >

Thermodynamics mapping class to expose the sensible internal energy function as the standard internal energy function e(T).

Definition at line 45 of file sensibleInternalEnergy.H.

Constructor & Destructor Documentation

Construct.

Definition at line 53 of file sensibleInternalEnergy.H.

Member Function Documentation

static word typeName ( )
inlinestatic

Return the instantiated type name.

Definition at line 60 of file sensibleInternalEnergy.H.

static word name ( )
inlinestatic

Definition at line 67 of file sensibleInternalEnergy.H.

References sensibleInternalEnergy< Thermo >::he().

Here is the call graph for this function:

scalar he ( const Thermo &  thermo,
const scalar  p,
const scalar  T 
) const
inline

Sensible Internal energy [J/kmol].

Definition at line 74 of file sensibleInternalEnergy.H.

References sensibleInternalEnergy< Thermo >::cpv().

Referenced by sensibleInternalEnergy< Thermo >::name().

Here is the call graph for this function:

Here is the caller graph for this function:

scalar cpv ( const Thermo &  thermo,
const scalar  p,
const scalar  T 
) const
inline

Heat capacity at constant volume [J/(kmol K)].

Definition at line 84 of file sensibleInternalEnergy.H.

References sensibleInternalEnergy< Thermo >::cpBycpv().

Referenced by sensibleInternalEnergy< Thermo >::he().

Here is the call graph for this function:

Here is the caller graph for this function:

scalar cpBycpv ( const Thermo &  thermo,
const scalar  p,
const scalar  T 
) const
inline

cp/cv []

Definition at line 95 of file sensibleInternalEnergy.H.

References sensibleInternalEnergy< Thermo >::HE().

Referenced by sensibleInternalEnergy< Thermo >::cpv().

Here is the call graph for this function:

Here is the caller graph for this function:

scalar HE ( const Thermo &  thermo,
const scalar  p,
const scalar  T 
) const
inline

Sensible internal energy [J/kg].

Definition at line 106 of file sensibleInternalEnergy.H.

References sensibleInternalEnergy< Thermo >::THE().

Referenced by sensibleInternalEnergy< Thermo >::cpBycpv().

Here is the call graph for this function:

Here is the caller graph for this function:

scalar THE ( const Thermo &  thermo,
const scalar  e,
const scalar  p,
const scalar  T0 
) const
inline

Temperature from sensible internal energy.

given an initial temperature T0

Definition at line 118 of file sensibleInternalEnergy.H.

Referenced by sensibleInternalEnergy< Thermo >::HE().

Here is the caller graph for this function:


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