hPowerThermo< EquationOfState > Class Template Reference

Power-function based thermodynamics package templated on EquationOfState. More...

Public Member Functions

 hPowerThermo (const dictionary &)
 Construct from dictionary. More...
 
 hPowerThermo (const word &, const hPowerThermo &)
 Construct as a named copy. More...
 
autoPtr< hPowerThermoclone () const
 Construct and return a clone. More...
 
scalar limit (const scalar T) const
 Limit the temperature to be in the range Tlow_ to Thigh_. More...
 
scalar Cp (const scalar p, const scalar T) const
 Heat capacity at constant pressure [J/(kg K)]. More...
 
scalar Ha (const scalar p, const scalar T) const
 Absolute Enthalpy [J/kg]. More...
 
scalar Hs (const scalar p, const scalar T) const
 Sensible enthalpy [J/kg]. More...
 
scalar Hc () const
 Chemical enthalpy [J/kg]. More...
 
scalar S (const scalar p, const scalar T) const
 Entropy [J/(kg K)]. More...
 
scalar dGdT (const scalar p, const scalar T) const
 Derivative of Gibbs free energy w.r.t. temperature. More...
 
scalar dCpdT (const scalar p, const scalar T) const
 Temperature derivative of heat capacity at constant pressure. More...
 
void operator+= (const hPowerThermo &)
 

Static Public Member Functions

static autoPtr< hPowerThermoNew (const dictionary &dict)
 Selector from dictionary. More...
 
static word typeName ()
 Return the instantiated type name. More...
 

Friends

hPowerThermo operator+ (const hPowerThermo &, const hPowerThermo &)
 
hPowerThermo operator* (const scalar, const hPowerThermo &)
 
hPowerThermo operator== (const hPowerThermo &, const hPowerThermo &)
 
Ostreamoperator (Ostream &, const hPowerThermo &)
 

Detailed Description

template<class EquationOfState>
class Foam::hPowerThermo< EquationOfState >

Power-function based thermodynamics package templated on EquationOfState.

In this thermodynamics package the heat capacity is a simple power of temperature:

Cp(T) = c0*(T/Tref)^n0;

which is particularly suitable for solids.

Source files

Definition at line 59 of file hPowerThermo.H.

Constructor & Destructor Documentation

◆ hPowerThermo() [1/2]

hPowerThermo ( const dictionary dict)

Construct from dictionary.

Definition at line 35 of file hPowerThermo.C.

◆ hPowerThermo() [2/2]

hPowerThermo ( const word name,
const hPowerThermo< EquationOfState > &  jt 
)
inline

Construct as a named copy.

Definition at line 51 of file hPowerThermoI.H.

Member Function Documentation

◆ clone()

Foam::autoPtr< Foam::hPowerThermo< EquationOfState > > clone ( ) const
inline

Construct and return a clone.

Definition at line 86 of file hPowerThermoI.H.

References Foam::New().

Here is the call graph for this function:

◆ New()

Foam::autoPtr< Foam::hPowerThermo< EquationOfState > > New ( const dictionary dict)
inlinestatic

Selector from dictionary.

Definition at line 94 of file hPowerThermoI.H.

References dict, and Foam::New().

Here is the call graph for this function:

◆ typeName()

static word typeName ( )
inlinestatic

Return the instantiated type name.

Definition at line 149 of file hPowerThermo.H.

◆ limit()

Foam::scalar limit ( const scalar  T) const
inline

Limit the temperature to be in the range Tlow_ to Thigh_.

Definition at line 104 of file hPowerThermoI.H.

References Foam::T().

Here is the call graph for this function:

◆ Cp()

Foam::scalar Cp ( const scalar  p,
const scalar  T 
) const
inline

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

Definition at line 114 of file hPowerThermoI.H.

References Cp, p, Foam::pow(), and Foam::T().

Here is the call graph for this function:

◆ Ha()

Foam::scalar Ha ( const scalar  p,
const scalar  T 
) const
inline

Absolute Enthalpy [J/kg].

Definition at line 124 of file hPowerThermoI.H.

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

Here is the call graph for this function:

◆ Hs()

Foam::scalar Hs ( const scalar  p,
const scalar  T 
) const
inline

Sensible enthalpy [J/kg].

Definition at line 134 of file hPowerThermoI.H.

References H(), p, Foam::pow(), Foam::T(), and Foam::constant::standard::Tstd.

Here is the call graph for this function:

◆ Hc()

Foam::scalar Hc ( ) const
inline

Chemical enthalpy [J/kg].

Definition at line 145 of file hPowerThermoI.H.

◆ S()

Foam::scalar S ( const scalar  p,
const scalar  T 
) const
inline

Entropy [J/(kg K)].

Definition at line 153 of file hPowerThermoI.H.

References p, Foam::pow(), Foam::T(), and Foam::constant::standard::Tstd.

Here is the call graph for this function:

◆ dGdT()

Foam::scalar dGdT ( const scalar  p,
const scalar  T 
) const
inline

Derivative of Gibbs free energy w.r.t. temperature.

Definition at line 165 of file hPowerThermoI.H.

References NotImplemented.

◆ dCpdT()

Foam::scalar dCpdT ( const scalar  p,
const scalar  T 
) const
inline

Temperature derivative of heat capacity at constant pressure.

Definition at line 177 of file hPowerThermoI.H.

References NotImplemented.

◆ operator+=()

void operator+= ( const hPowerThermo< EquationOfState > &  )
inline

Definition at line 191 of file hPowerThermoI.H.

References Foam::mag(), and Y.

Here is the call graph for this function:

Friends And Related Function Documentation

◆ operator+

hPowerThermo operator+ ( const hPowerThermo< EquationOfState > &  ,
const hPowerThermo< EquationOfState > &   
)
friend

◆ operator*

hPowerThermo operator* ( const  scalar,
const hPowerThermo< EquationOfState > &   
)
friend

◆ operator==

hPowerThermo operator== ( const hPowerThermo< EquationOfState > &  ,
const hPowerThermo< EquationOfState > &   
)
friend

◆ operator

Ostream& operator ( Ostream ,
const hPowerThermo< EquationOfState > &   
)
friend

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