Constant properties thermodynamics package templated into the EquationOfState.
More...
#include <hConstThermo.H>
|
| | hConstThermo (const dictionary &dict) |
| | Construct from dictionary.
|
| | hConstThermo (const word &, const hConstThermo &) |
| | Construct as named copy.
|
| autoPtr< hConstThermo > | clone () const |
| | Construct and return a clone.
|
| scalar | limit (const scalar T) const |
| | Limit temperature to be within the range.
|
| scalar | Cp (const scalar p, const scalar T) const |
| | Heat capacity at constant pressure [J/(kg K)].
|
| scalar | Ha (const scalar p, const scalar T) const |
| | Absolute Enthalpy [J/kg].
|
| scalar | Hs (const scalar p, const scalar T) const |
| | Sensible enthalpy [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 | Cv (const scalar p, const scalar T) const |
| scalar | Es (const scalar p, const scalar T) const |
| scalar | Ea (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 hConstThermo &) |
template<class EquationOfState>
class Foam::hConstThermo< EquationOfState >
Constant properties thermodynamics package templated into the EquationOfState.
- Source files
-
Definition at line 84 of file hConstThermo.H.
◆ hConstThermo() [1/2]
template<class EquationOfState>
◆ hConstThermo() [2/2]
template<class EquationOfState>
| hConstThermo |
( |
const word & | name, |
|
|
const hConstThermo< EquationOfState > & | ct ) |
|
inline |
◆ clone()
template<class EquationOfState>
◆ New()
template<class EquationOfState>
◆ typeName()
template<class EquationOfState>
◆ limit()
template<class EquationOfState>
| Foam::scalar limit |
( |
const scalar | T | ) |
const |
|
inline |
◆ Cp()
template<class EquationOfState>
| Foam::scalar Cp |
( |
const scalar | p, |
|
|
const scalar | T ) const |
|
inline |
◆ Ha()
template<class EquationOfState>
| Foam::scalar Ha |
( |
const scalar | p, |
|
|
const scalar | T ) const |
|
inline |
◆ Hs()
template<class EquationOfState>
| Foam::scalar Hs |
( |
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 |
◆ Cv()
template<class EquationOfState>
| scalar Cv |
( |
const scalar | p, |
|
|
const scalar | T ) const |
|
inline |
◆ Es()
template<class EquationOfState>
| scalar Es |
( |
const scalar | p, |
|
|
const scalar | T ) const |
|
inline |
◆ Ea()
template<class EquationOfState>
| scalar Ea |
( |
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>
| void operator+= |
( |
const hConstThermo< EquationOfState > & | | ) |
|
|
inline |
◆ operator+
template<class EquationOfState>
| hConstThermo operator+ |
( |
const hConstThermo< EquationOfState > & | , |
|
|
const hConstThermo< EquationOfState > & | ) |
|
friend |
◆ operator*
template<class EquationOfState>
| hConstThermo operator* |
( |
const scalar | , |
|
|
const hConstThermo< EquationOfState > & | ) |
|
friend |
◆ operator==
template<class EquationOfState>
| hConstThermo operator== |
( |
const hConstThermo< EquationOfState > & | , |
|
|
const hConstThermo< EquationOfState > & | ) |
|
friend |
◆ operator<<
template<class EquationOfState>
| Ostream & operator<< |
( |
Ostream & | , |
|
|
const hConstThermo< EquationOfState > & | ) |
|
friend |
The documentation for this class was generated from the following files: