Thermodynamics mapping class to expose the sensible enthalpy functions. More...
#include <sensibleEnthalpy.H>
Public Member Functions | |
| sensibleEnthalpy () | |
| Construct. | |
| scalar | Cpv (const Thermo &thermo, const scalar p, const scalar T) const |
| Heat capacity at constant pressure [J/(kg K)]. | |
| 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 |
| Sensible enthalpy [J/kg]. | |
| scalar | THE (const Thermo &thermo, const scalar h, const scalar p, const scalar T0) const |
| Temperature from sensible enthalpy. | |
Static Public Member Functions | |
| static word | typeName () |
| Return the instantiated type name. | |
| static word | energyName () |
Thermodynamics mapping class to expose the sensible enthalpy functions.
Definition at line 43 of file sensibleEnthalpy.H.
|
inline |
Construct.
Definition at line 53 of file sensibleEnthalpy.H.
|
inlinestatic |
Return the instantiated type name.
Definition at line 62 of file sensibleEnthalpy.H.
|
inlinestatic |
Definition at line 69 of file sensibleEnthalpy.H.
|
inline |
Heat capacity at constant pressure [J/(kg K)].
Definition at line 77 of file sensibleEnthalpy.H.
References Foam::cp(), p, and Foam::T().

|
inline |
Cp/Cp [].
Definition at line 97 of file sensibleEnthalpy.H.

|
inline |
Sensible enthalpy [J/kg].
Definition at line 110 of file sensibleEnthalpy.H.

|
inline |
Temperature from sensible enthalpy.
given an initial temperature T0
Definition at line 132 of file sensibleEnthalpy.H.