Constant properties thermodynamics package templated into the equationOfState. More...
#include <specie/hConstThermo.H>
Constant properties thermodynamics package templated into the equationOfState.
Definition at line 90 of file hConstThermo.H.
Public Member Functions | |
hConstThermo (Istream &) | |
Construct from Istream. | |
hConstThermo (const word &, const hConstThermo &) | |
Construct as named copy. | |
autoPtr< hConstThermo > | 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 hConstThermo &) |
void | operator-= (const hConstThermo &) |
Static Public Member Functions | |
static autoPtr< hConstThermo > | New (Istream &is) |
Selector from Istream. |
Friends | |
hConstThermo | operator+ (const hConstThermo &, const hConstThermo &) |
hConstThermo | operator- (const hConstThermo &, const hConstThermo &) |
hConstThermo | operator* (const scalar, const hConstThermo &) |
hConstThermo | operator== (const hConstThermo &, const hConstThermo &) |
Ostream & | operator (Ostream &, const hConstThermo &) |
hConstThermo | ( | Istream & | is | ) |
|
inline |
Construct as named copy.
Definition at line 46 of file hConstThermoI.H.
|
inline |
Construct and return a clone.
Definition at line 59 of file hConstThermoI.H.
|
inlinestatic |
Selector from Istream.
Definition at line 70 of file hConstThermoI.H.
|
inline |
Heat capacity at constant pressure [J/(kmol K)].
Definition at line 83 of file hConstThermoI.H.
|
inline |
Enthalpy [J/kmol].
Definition at line 93 of file hConstThermoI.H.
|
inline |
Sensible enthalpy [J/kmol].
Definition at line 103 of file hConstThermoI.H.
|
inline |
Chemical enthalpy [J/kmol].
Definition at line 112 of file hConstThermoI.H.
|
inline |
Entropy [J/(kmol K)].
Definition at line 120 of file hConstThermoI.H.
References notImplemented, and Foam::T().
|
inline |
Definition at line 136 of file hConstThermoI.H.
|
inline |
Definition at line 154 of file hConstThermoI.H.
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |