Constant properties thermodynamics package templated on an equation of state. More...
#include <specie/eConstThermo.H>
Constant properties thermodynamics package templated on an equation of state.
Definition at line 92 of file eConstThermo.H.
Public Member Functions | |
| eConstThermo (Istream &) | |
| Construct from Istream. | |
| eConstThermo (const word &, const eConstThermo &) | |
| Construct as named copy. | |
| autoPtr< eConstThermo > | clone () const |
| Construct and return a clone. | |
| 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)]. | |
| void | operator+= (const eConstThermo &) |
| void | operator-= (const eConstThermo &) |
Static Public Member Functions | |
| static autoPtr< eConstThermo > | New (Istream &is) |
Friends | |
| eConstThermo | operator+ (const eConstThermo &, const eConstThermo &) |
| eConstThermo | operator- (const eConstThermo &, const eConstThermo &) |
| eConstThermo | operator* (const scalar, const eConstThermo &) |
| eConstThermo | operator== (const eConstThermo &, const eConstThermo &) |
| Ostream & | operator (Ostream &, const eConstThermo &) |
| eConstThermo | ( | Istream & | is | ) |
|
inline |
Construct as named copy.
|
inline |
Construct and return a clone.
Definition at line 59 of file eConstThermoI.H.
|
inlinestatic |
Definition at line 70 of file eConstThermoI.H.
|
inline |
Heat capacity at constant pressure [J/(kmol K)].
Definition at line 83 of file eConstThermoI.H.
References specie::RR.
|
inline |
|
inline |
Sensible Enthalpy [J/kmol].
Definition at line 103 of file eConstThermoI.H.
References Foam::cp(), and Foam::T().
|
inline |
Chemical enthalpy [J/kmol].
Definition at line 112 of file eConstThermoI.H.
|
inline |
Entropy [J/(kmol K)].
Definition at line 120 of file eConstThermoI.H.
References notImplemented, and Foam::T().
|
inline |
Definition at line 133 of file eConstThermoI.H.
|
inline |
Definition at line 151 of file eConstThermoI.H.
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |