Loading...
Searching...
No Matches
sensibleEnthalpy< Thermo > Class Template Reference

Thermodynamics mapping class to expose the sensible enthalpy functions. More...

#include <sensibleEnthalpy.H>

Public Member Functions

 sensibleEnthalpy ()
 Construct.
scalar Cpv (const Thermo &thermo, const scalar p, const scalar T) const
 Heat capacity at constant pressure [J/(kg K)].
scalar CpByCpv (const Thermo &thermo, const scalar p, const scalar T) const
 Cp/Cp [].
scalar HE (const Thermo &thermo, const scalar p, const scalar T) const
 Sensible enthalpy [J/kg].
scalar THE (const Thermo &thermo, const scalar h, const scalar p, const scalar T0) const
 Temperature from sensible enthalpy.

Static Public Member Functions

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

Detailed Description

template<class Thermo>
class Foam::sensibleEnthalpy< Thermo >

Thermodynamics mapping class to expose the sensible enthalpy functions.

Definition at line 43 of file sensibleEnthalpy.H.

Constructor & Destructor Documentation

◆ sensibleEnthalpy()

template<class Thermo>
sensibleEnthalpy ( )
inline

Construct.

Definition at line 53 of file sensibleEnthalpy.H.

Member Function Documentation

◆ typeName()

template<class Thermo>
word typeName ( )
inlinestatic

Return the instantiated type name.

Definition at line 62 of file sensibleEnthalpy.H.

◆ energyName()

template<class Thermo>
word energyName ( )
inlinestatic

Definition at line 69 of file sensibleEnthalpy.H.

◆ Cpv()

template<class Thermo>
scalar Cpv ( const Thermo & thermo,
const scalar p,
const scalar T ) const
inline

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

Definition at line 77 of file sensibleEnthalpy.H.

References Foam::cp(), p, and Foam::T().

Here is the call graph for this function:

◆ CpByCpv()

template<class Thermo>
scalar CpByCpv ( const Thermo & thermo,
const scalar p,
const scalar T ) const
inline

Cp/Cp [].

Definition at line 97 of file sensibleEnthalpy.H.

References p, and Foam::T().

Here is the call graph for this function:

◆ HE()

template<class Thermo>
scalar HE ( const Thermo & thermo,
const scalar p,
const scalar T ) const
inline

Sensible enthalpy [J/kg].

Definition at line 110 of file sensibleEnthalpy.H.

References p, and Foam::T().

Here is the call graph for this function:

◆ THE()

template<class Thermo>
scalar THE ( const Thermo & thermo,
const scalar h,
const scalar p,
const scalar T0 ) const
inline

Temperature from sensible enthalpy.

given an initial temperature T0

Definition at line 132 of file sensibleEnthalpy.H.

References h, p, and T0.


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