sensibleEnthalpy< Thermo > Class Template Reference

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

Public Member Functions

 sensibleEnthalpy ()
 Construct. More...
 
scalar Cpv (const Thermo &thermo, const scalar p, const scalar T) const
 Heat capacity at constant pressure [J/(kg K)]. More...
 
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
 Sensible enthalpy [J/kg]. More...
 
scalar THE (const Thermo &thermo, const scalar h, const scalar p, const scalar T0) const
 Temperature from sensible enthalpy. More...
 

Static Public Member Functions

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

Detailed Description

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

Thermodynamics mapping class to expose the sensible enthalpy functions.

Definition at line 49 of file sensibleEnthalpy.H.

Constructor & Destructor Documentation

◆ sensibleEnthalpy()

sensibleEnthalpy ( )
inline

Construct.

Definition at line 57 of file sensibleEnthalpy.H.

Member Function Documentation

◆ typeName()

static word typeName ( )
inlinestatic

Return the instantiated type name.

Definition at line 64 of file sensibleEnthalpy.H.

◆ energyName()

static word energyName ( )
inlinestatic

Definition at line 71 of file sensibleEnthalpy.H.

◆ Cpv()

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 cp, p, and T.

◆ CpByCpv()

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

Cp/Cp [].

Definition at line 95 of file sensibleEnthalpy.H.

◆ HE()

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

Sensible enthalpy [J/kg].

Definition at line 106 of file sensibleEnthalpy.H.

References p, and T.

◆ THE()

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 125 of file sensibleEnthalpy.H.


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