32 #ifndef absoluteEnthalpy_H 33 #define absoluteEnthalpy_H 44 template<
class Thermo>
62 return "absoluteEnthalpy";
80 return thermo.Cp(p, T);
102 return thermo.Ha(p, T);
109 const Thermo& thermo,
115 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.
A class for handling words, derived from string.
static word typeName()
Return the instantiated type name.
const dimensionedScalar & h
Planck constant.
scalar THE(const Thermo &thermo, const scalar h, const scalar p, const scalar T0) const
Temperature from absolute enthalpy.
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