32 #ifndef absoluteEnthalpy_H 33 #define absoluteEnthalpy_H 44 template<
class Thermo>
62 return "absoluteEnthalpy";
85 return thermo.Cp(p, T);
96 return thermo.Ha(p, T);
103 const Thermo& thermo,
109 return thermo.THa(h, p, T0);
absoluteEnthalpy()
Construct.
scalar Cpv(const Thermo &thermo, const scalar p, const scalar T) const
Thermodynamics mapping class to expose the absolute enthalpy functions.
const dimensionedScalar h
Planck constant.
A class for handling words, derived from string.
static word typeName()
Return the instantiated type name.
scalar THE(const Thermo &thermo, const scalar h, const scalar p, const scalar T0) const
Temperature from absolute enthalpy.
scalar HE(const Thermo &thermo, const scalar p, const scalar T) const