33 #ifndef absoluteInternalEnergy_H 34 #define absoluteInternalEnergy_H 45 template<
class Thermo>
63 return "absoluteInternalEnergy";
81 return thermo.ea(p, T);
92 return thermo.cv(p, T);
103 return thermo.gamma(p, T);
109 const Thermo& thermo,
114 return thermo.Ea(p, T);
121 const Thermo& thermo,
127 return thermo.TEa(e, p, T0);
const double e
Elementary charge.
scalar he(const Thermo &thermo, const scalar p, const scalar T) const
scalar THE(const Thermo &thermo, const scalar e, const scalar p, const scalar T0) const
Temperature from absolute internal energy.
A class for handling words, derived from string.
scalar HE(const Thermo &thermo, const scalar p, const scalar T) const
Thermodynamics mapping class to expose the absolute internal energy function as the standard internal...
scalar cpv(const Thermo &thermo, const scalar p, const scalar T) const
static word typeName()
Return the instantiated type name.
scalar cpBycpv(const Thermo &thermo, const scalar p, const scalar T) const
cp/cv []
absoluteInternalEnergy()
Construct.