Constant properties thermodynamics package templated on an equation of state.
More...
#include <eConstThermo.H>
|
| | eConstThermo (const dictionary &dict) |
| | Construct from dictionary.
|
| | eConstThermo (const word &, const eConstThermo &) |
| | Construct as named copy.
|
| autoPtr< eConstThermo > | clone () const |
| | Construct and return a clone.
|
| scalar | limit (const scalar T) const |
| | Limit temperature to be within the range.
|
| scalar | Cv (const scalar p, const scalar T) const |
| | Heat capacity at constant volume [J/(kg K)].
|
| scalar | Es (const scalar p, const scalar T) const |
| | Sensible internal energy [J/kg].
|
| scalar | Ea (const scalar p, const scalar T) const |
| | Absolute internal energy [J/kg].
|
| scalar | Hc () const |
| | Chemical enthalpy [J/kg].
|
| scalar | S (const scalar p, const scalar T) const |
| | Entropy [J/(kg K)].
|
| scalar | Gstd (const scalar T) const |
| | Gibbs free energy of the mixture in the standard state [J/kg].
|
| scalar | Cp (const scalar p, const scalar T) const |
| scalar | Hs (const scalar p, const scalar T) const |
| scalar | Ha (const scalar p, const scalar T) const |
| scalar | dCpdT (const scalar p, const scalar T) const |
| | Temperature derivative of heat capacity at constant pressure.
|
| void | write (Ostream &os) const |
| | Write to Ostream.
|
| void | operator+= (const eConstThermo &) |
template<class EquationOfState>
class Foam::eConstThermo< EquationOfState >
Constant properties thermodynamics package templated on an equation of state.
- Source files
-
Definition at line 86 of file eConstThermo.H.
◆ eConstThermo() [1/2]
template<class EquationOfState>
◆ eConstThermo() [2/2]
template<class EquationOfState>
| eConstThermo |
( |
const word & | , |
|
|
const eConstThermo< EquationOfState > & | ) |
|
inline |
Construct as named copy.
References dict.
◆ clone()
template<class EquationOfState>
◆ New()
template<class EquationOfState>
◆ typeName()
template<class EquationOfState>
◆ limit()
template<class EquationOfState>
| Foam::scalar limit |
( |
const scalar | T | ) |
const |
|
inline |
◆ Cv()
template<class EquationOfState>
| Foam::scalar Cv |
( |
const scalar | p, |
|
|
const scalar | T ) const |
|
inline |
◆ Es()
template<class EquationOfState>
| Foam::scalar Es |
( |
const scalar | p, |
|
|
const scalar | T ) const |
|
inline |
◆ Ea()
template<class EquationOfState>
| Foam::scalar Ea |
( |
const scalar | p, |
|
|
const scalar | T ) const |
|
inline |
◆ Hc()
template<class EquationOfState>
| Foam::scalar Hc |
( |
| ) |
const |
|
inline |
◆ S()
template<class EquationOfState>
| Foam::scalar S |
( |
const scalar | p, |
|
|
const scalar | T ) const |
|
inline |
◆ Gstd()
template<class EquationOfState>
| Foam::scalar Gstd |
( |
const scalar | T | ) |
const |
|
inline |
◆ Cp()
template<class EquationOfState>
| scalar Cp |
( |
const scalar | p, |
|
|
const scalar | T ) const |
|
inline |
◆ Hs()
template<class EquationOfState>
| scalar Hs |
( |
const scalar | p, |
|
|
const scalar | T ) const |
|
inline |
◆ Ha()
template<class EquationOfState>
| scalar Ha |
( |
const scalar | p, |
|
|
const scalar | T ) const |
|
inline |
◆ dCpdT()
template<class EquationOfState>
| Foam::scalar dCpdT |
( |
const scalar | p, |
|
|
const scalar | T ) const |
|
inline |
◆ write()
template<class EquationOfState>
◆ operator+=()
template<class EquationOfState>
◆ operator+
template<class EquationOfState>
◆ operator*
template<class EquationOfState>
◆ operator==
template<class EquationOfState>
◆ operator<<
template<class EquationOfState>
The documentation for this class was generated from the following files: