eConstThermo< EquationOfState > Class Template Reference

Constant properties thermodynamics package templated on an equation of state. More...

Inheritance diagram for eConstThermo< EquationOfState >:
Collaboration diagram for eConstThermo< EquationOfState >:

Public Member Functions

 eConstThermo (const dictionary &dict)
 Construct from dictionary. More...
 
 eConstThermo (const word &, const eConstThermo &)
 Construct as named copy. More...
 
autoPtr< eConstThermoclone () 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 Cv (const scalar p, const scalar T) const
 Heat capacity at constant volume [J/kg/K]. More...
 
scalar Es (const scalar p, const scalar T) const
 Sensible internal energy [J/kg]. More...
 
scalar Ea (const scalar p, const scalar T) const
 Absolute internal energy [J/kg]. More...
 
scalar Hf () const
 Enthalpy of formation [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 write (Ostream &os) const
 Write to Ostream. More...
 
void operator+= (const eConstThermo &)
 

Static Public Member Functions

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

Friends

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

Detailed Description

template<class EquationOfState>
class Foam::eConstThermo< EquationOfState >

Constant properties thermodynamics package templated on an equation of state.

Source files

Definition at line 46 of file eConstThermo.H.

Constructor & Destructor Documentation

◆ eConstThermo() [1/2]

eConstThermo ( const dictionary dict)

Construct from dictionary.

Definition at line 32 of file eConstThermo.C.

◆ eConstThermo() [2/2]

eConstThermo ( const word name,
const eConstThermo< EquationOfState > &  ct 
)
inline

Construct as named copy.

Definition at line 50 of file eConstThermoI.H.

Member Function Documentation

◆ clone()

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

Construct and return a clone.

Definition at line 65 of file eConstThermoI.H.

◆ New()

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

Selector from dictionary.

Definition at line 76 of file eConstThermoI.H.

References dict, and eConstThermo< EquationOfState >::limit().

Here is the call graph for this function:

◆ typeName()

◆ limit()

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

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

Definition at line 89 of file eConstThermoI.H.

References eConstThermo< EquationOfState >::Cv(), and Foam::T().

Referenced by eConstThermo< EquationOfState >::New(), and eConstThermo< EquationOfState >::typeName().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Cv()

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

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

Definition at line 99 of file eConstThermoI.H.

References Cv, and eConstThermo< EquationOfState >::Es().

Referenced by eConstThermo< EquationOfState >::limit(), and eConstThermo< EquationOfState >::typeName().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Es()

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

Sensible internal energy [J/kg].

Definition at line 110 of file eConstThermoI.H.

Referenced by eConstThermo< EquationOfState >::Cv(), eConstThermo< EquationOfState >::Ea(), and eConstThermo< EquationOfState >::typeName().

Here is the caller graph for this function:

◆ Ea()

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

Absolute internal energy [J/kg].

Definition at line 128 of file eConstThermoI.H.

References eConstThermo< EquationOfState >::Es(), eConstThermo< EquationOfState >::Hf(), and eConstThermo< EquationOfState >::S().

Referenced by eConstThermo< EquationOfState >::Hf(), and eConstThermo< EquationOfState >::typeName().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Hf()

Foam::scalar Hf ( ) const
inline

Enthalpy of formation [J/kg].

Definition at line 120 of file eConstThermoI.H.

References eConstThermo< EquationOfState >::Ea().

Referenced by eConstThermo< EquationOfState >::Ea(), eConstThermo< EquationOfState >::Gstd(), and eConstThermo< EquationOfState >::typeName().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ S()

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

Entropy [J/kg/K].

Definition at line 139 of file eConstThermoI.H.

References Cp(), eConstThermo< EquationOfState >::Gstd(), Foam::log(), and Foam::constant::standard::Tstd.

Referenced by eConstThermo< EquationOfState >::Ea(), eConstThermo< EquationOfState >::Gstd(), and eConstThermo< EquationOfState >::typeName().

Here is the call graph for this function:
Here is the caller 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 150 of file eConstThermoI.H.

References eConstThermo< EquationOfState >::dCpdT(), eConstThermo< EquationOfState >::Hf(), Foam::constant::standard::Pstd, rho, eConstThermo< EquationOfState >::S(), and Foam::T().

Referenced by eConstThermo< EquationOfState >::S(), and eConstThermo< EquationOfState >::typeName().

Here is the call graph for this function:
Here is the caller 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 162 of file eConstThermoI.H.

References NotImplemented.

Referenced by eConstThermo< EquationOfState >::Gstd(), and eConstThermo< EquationOfState >::typeName().

Here is the caller graph for this function:

◆ write()

void write ( Ostream os) const

Write to Ostream.

Definition at line 45 of file eConstThermo.C.

References dictionary::add(), dict, dictionaryName::dictName(), Foam::indent(), Foam::constant::standard::Tstd, Foam::vtkWriteOps::write(), and Ostream::write().

Referenced by eConstThermo< EquationOfState >::typeName().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator+=()

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

Definition at line 176 of file eConstThermoI.H.

References Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::mag(), Foam::name(), Foam::notEqual(), s(), and Y.

Referenced by eConstThermo< EquationOfState >::typeName().

Here is the call graph for this function:
Here is the caller graph for this function:

Friends And Related Function Documentation

◆ operator+

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

◆ operator*

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

◆ operator==

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

◆ operator

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

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