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

Thermodynamics mapping class to expose the sensible internal energy functions. More...

#include <sensibleInternalEnergy.H>

Public Member Functions

 sensibleInternalEnergy ()
 Constructor.
scalar Cpv (const Thermo &thermo, const scalar p, const scalar T) const
 Heat capacity at constant volume [J/(kg K)].
scalar CpByCpv (const Thermo &thermo, const scalar p, const scalar T) const
 Ratio of specific heats Cp/Cv [].
scalar HE (const Thermo &thermo, const scalar p, const scalar T) const
 Sensible internal energy [J/kg].
scalar THE (const Thermo &thermo, const scalar e, const scalar p, const scalar T0) const
 Temperature from sensible internal energy given an initial temperature T0 [K].

Static Public Member Functions

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

Detailed Description

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

Thermodynamics mapping class to expose the sensible internal energy functions.

Definition at line 45 of file sensibleInternalEnergy.H.

Constructor & Destructor Documentation

◆ sensibleInternalEnergy()

template<class Thermo>
sensibleInternalEnergy ( )
inline

Constructor.

Definition at line 53 of file sensibleInternalEnergy.H.

Member Function Documentation

◆ typeName()

template<class Thermo>
word typeName ( )
inlinestatic

Return the instantiated type name.

Definition at line 62 of file sensibleInternalEnergy.H.

◆ energyName()

template<class Thermo>
word energyName ( )
inlinestatic

Definition at line 70 of file sensibleInternalEnergy.H.

◆ Cpv()

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

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

Definition at line 78 of file sensibleInternalEnergy.H.

References 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

Ratio of specific heats Cp/Cv [].

Definition at line 98 of file sensibleInternalEnergy.H.

References gamma, 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 internal energy [J/kg].

Definition at line 118 of file sensibleInternalEnergy.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 e,
const scalar p,
const scalar T0 ) const
inline

Temperature from sensible internal energy given an initial temperature T0 [K].

Definition at line 139 of file sensibleInternalEnergy.H.

References e, p, and T0.


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