30 template<
class EquationOfState>
37 EquationOfState(name, pt),
46 template<
class EquationOfState>
56 template<
class EquationOfState>
67 template<
class EquationOfState>
74 return Cv_.intfdT(T) + EquationOfState::E(p, T);
78 template<
class EquationOfState>
85 return Es(p, T) + Hf_;
89 template<
class EquationOfState>
97 template<
class EquationOfState>
109 template<
class EquationOfState>
120 template<
class EquationOfState>
scalar Cv(const scalar p, const scalar T) const
scalar Cv(const scalar p, const scalar T) const
Heat capacity at constant volume [J/kg/K].
scalar Es(const scalar p, const scalar T) const
scalar Hf() const
Enthalpy of formation [J/kg].
A class for handling words, derived from string.
scalar Es(const scalar p, const scalar T) const
Sensible internal energy [J/kg].
scalar limit(const scalar) const
Limit the temperature to be in the range Tlow_ to Thigh_.
scalar Gstd(const scalar T) const
Gibbs free energy of the mixture in the standard state [J/kg].
scalar Ea(const scalar p, const scalar T) const
Absolute internal energy [J/kg].
scalar S(const scalar p, const scalar T) const
Entropy [J/kg/K].
eIcoTabulatedThermo(const dictionary &dict)
Construct from dictionary.
scalar dCpdT(const scalar p, const scalar T) const
Temperature derivative of heat capacity at constant pressure.
Internal energy based thermodynamics package using non-uniform tabulated data for heat capacity vs te...
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.