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

Thermodynamics mapping class to expose the absolute enthalpy function as the standard enthalpy function h(T). More...

Public Member Functions

 absoluteEnthalpy ()
 Construct. More...
 
scalar he (const Thermo &thermo, const scalar p, const scalar T) const
 
scalar cpv (const Thermo &thermo, const scalar p, const scalar T) const
 
scalar cpBycpv (const Thermo &thermo, const scalar p, const scalar T) const
 cp/cp [] More...
 
scalar HE (const Thermo &thermo, const scalar p, const scalar T) const
 
scalar THE (const Thermo &thermo, const scalar h, const scalar p, const scalar T0) const
 Temperature from absolute enthalpy. More...
 

Static Public Member Functions

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

Detailed Description

template<class Thermo>
class Foam::absoluteEnthalpy< Thermo >

Thermodynamics mapping class to expose the absolute enthalpy function as the standard enthalpy function h(T).

Definition at line 45 of file absoluteEnthalpy.H.

Constructor & Destructor Documentation

absoluteEnthalpy ( )
inline

Construct.

Definition at line 53 of file absoluteEnthalpy.H.

Member Function Documentation

static word typeName ( )
inlinestatic

Return the instantiated type name.

Definition at line 60 of file absoluteEnthalpy.H.

static word name ( )
inlinestatic

Definition at line 67 of file absoluteEnthalpy.H.

References absoluteEnthalpy< Thermo >::he().

Here is the call graph for this function:

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

Definition at line 74 of file absoluteEnthalpy.H.

References absoluteEnthalpy< Thermo >::cpv().

Referenced by absoluteEnthalpy< 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

Definition at line 85 of file absoluteEnthalpy.H.

References absoluteEnthalpy< Thermo >::cpBycpv().

Referenced by absoluteEnthalpy< 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/cp []

Definition at line 96 of file absoluteEnthalpy.H.

References absoluteEnthalpy< Thermo >::HE().

Referenced by absoluteEnthalpy< 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

Definition at line 107 of file absoluteEnthalpy.H.

References absoluteEnthalpy< Thermo >::THE().

Referenced by absoluteEnthalpy< 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  h,
const scalar  p,
const scalar  T0 
) const
inline

Temperature from absolute enthalpy.

given an initial temperature T0

Definition at line 119 of file absoluteEnthalpy.H.

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

Here is the caller graph for this function:


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