hPowerThermo< EquationOfState > Class Template Reference

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

Inheritance diagram for hPowerThermo< EquationOfState >:
[legend]
Collaboration diagram for hPowerThermo< EquationOfState >:
[legend]

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 temperature to be within the range. 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 Gstd (const scalar T) const
 Gibbs free energy of the mixture in the standard state [J/kg]. 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 98 of file hPowerThermo.H.

Constructor & Destructor Documentation

◆ hPowerThermo() [1/2]

hPowerThermo ( const dictionary dict)

Construct from dictionary.

Definition at line 34 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.

References Foam::name().

Here is the call graph for this function:

Member Function Documentation

◆ clone()

Foam::autoPtr< Foam::hPowerThermo< EquationOfState > > clone
inline

Construct and return a clone.

Definition at line 87 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 95 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 150 of file hPowerThermo.H.

◆ limit()

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

Limit temperature to be within the range.

Definition at line 104 of file hPowerThermoI.H.

References T.

◆ 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 p, Foam::pow(), and 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 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 p, Foam::pow(), T, and Foam::constant::thermodynamic::Tstd.

Here is the call graph for this function:

◆ Hc()

Foam::scalar Hc
inline

Chemical enthalpy [J/kg].

Definition at line 146 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(), T, and Foam::constant::thermodynamic::Tstd.

Here is the call graph for this function:

◆ Gstd()

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

Gibbs free energy of the mixture in the standard state [J/kg].

Definition at line 165 of file hPowerThermoI.H.

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

Here is the call graph for this function:

◆ dCpdT()

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

Temperature derivative of heat capacity at constant pressure.

Definition at line 178 of file hPowerThermoI.H.

References NotImplemented.

◆ operator+=()

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

Definition at line 192 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: