Thermodynamics mapping class to expose the absolute enthalpy functions. More...
#include <absoluteEnthalpy.H>
Public Member Functions | |
| absoluteEnthalpy () | |
| Construct. | |
| scalar | Cpv (const Thermo &thermo, const scalar p, const scalar T) const |
| scalar | CpByCpv (const Thermo &thermo, const scalar p, const scalar T) const |
| Cp/Cp []. | |
| scalar | HE (const Thermo &thermo, const scalar p, const scalar T) const |
| scalar | THE (const Thermo &thermo, const scalar h, const scalar p, const scalar T0) const |
| Temperature from absolute enthalpy. | |
Static Public Member Functions | |
| static word | typeName () |
| Return the instantiated type name. | |
| static word | energyName () |
Thermodynamics mapping class to expose the absolute enthalpy functions.
Definition at line 43 of file absoluteEnthalpy.H.
|
inline |
Construct.
Definition at line 53 of file absoluteEnthalpy.H.
|
inlinestatic |
Return the instantiated type name.
Definition at line 62 of file absoluteEnthalpy.H.
|
inlinestatic |
Definition at line 69 of file absoluteEnthalpy.H.
|
inline |
Definition at line 75 of file absoluteEnthalpy.H.
References Foam::cp(), p, and Foam::T().

|
inline |
Cp/Cp [].
Definition at line 95 of file absoluteEnthalpy.H.

|
inline |
|
inline |
Temperature from absolute enthalpy.
given an initial temperature T0
Definition at line 128 of file absoluteEnthalpy.H.