Thermodynamics package templated on the equation of state, using polynomial functions for cp, h and s. More...
#include <specie/hPolynomialThermo.H>
Thermodynamics package templated on the equation of state, using polynomial functions for cp, h and s.
Polynomials for h and s derived from cp
Definition at line 96 of file hPolynomialThermo.H.
Public Member Functions | |
| hPolynomialThermo (Istream &is) | |
| Construct from dictionary. | |
| hPolynomialThermo (const hPolynomialThermo &) | |
| Construct as copy. | |
| hPolynomialThermo (const word &, const hPolynomialThermo &) | |
| Construct as a named copy. | |
| scalar | cp (const scalar T) const |
| Heat capacity at constant pressure [J/(kmol K)]. | |
| scalar | h (const scalar T) const |
| Enthalpy [J/kmol]. | |
| scalar | hs (const scalar T) const |
| Sensible enthalpy [J/kmol]. | |
| scalar | hc () const |
| Chemical enthalpy [J/kmol]. | |
| scalar | s (const scalar T) const |
| Entropy [J/(kmol K)]. | |
| hPolynomialThermo & | operator= (const hPolynomialThermo &) |
| void | operator+= (const hPolynomialThermo &) |
| void | operator-= (const hPolynomialThermo &) |
| void | operator*= (const scalar) |
Friends | |
| hPolynomialThermo | operator+ (const hPolynomialThermo &, const hPolynomialThermo &) |
| hPolynomialThermo | operator- (const hPolynomialThermo &, const hPolynomialThermo &) |
| hPolynomialThermo | operator* (const scalar, const hPolynomialThermo &) |
| hPolynomialThermo | operator== (const hPolynomialThermo &, const hPolynomialThermo &) |
| Ostream & | operator (Ostream &, const hPolynomialThermo &) |
| hPolynomialThermo | ( | Istream & | is | ) |
Construct from dictionary.
Definition at line 33 of file hPolynomialThermo.C.
|
inline |
Construct as copy.
Definition at line 54 of file hPolynomialThermoI.H.
|
inline |
Construct as a named copy.
Definition at line 69 of file hPolynomialThermoI.H.
|
inline |
Heat capacity at constant pressure [J/(kmol K)].
Definition at line 87 of file hPolynomialThermoI.H.
|
inline |
Enthalpy [J/kmol].
Definition at line 97 of file hPolynomialThermoI.H.
|
inline |
|
inline |
Chemical enthalpy [J/kmol].
Definition at line 116 of file hPolynomialThermoI.H.
|
inline |
Entropy [J/(kmol K)].
Definition at line 125 of file hPolynomialThermoI.H.
|
inline |
Definition at line 138 of file hPolynomialThermoI.H.
|
inline |
Definition at line 156 of file hPolynomialThermoI.H.
|
inline |
Definition at line 177 of file hPolynomialThermoI.H.
|
inline |
Definition at line 198 of file hPolynomialThermoI.H.
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |