30 template<
class EquationOfState>
37 EquationOfState(name, pt),
46 template<
class EquationOfState>
56 template<
class EquationOfState>
67 template<
class EquationOfState>
74 return Hs(p, T) + Hf_;
78 template<
class EquationOfState>
85 return Cp_.intfdT(p, T) + EquationOfState::H(p, T);
89 template<
class EquationOfState>
97 template<
class EquationOfState>
108 template<
class EquationOfState>
114 return Cp_.intfdT(
Pstd, T) + Hf_ - (Cp_.intfByTdT(
Pstd, T) + Sf_)*T;
118 template<
class EquationOfState>
125 return Cp_.dfdT(p, T);
scalar limit(const scalar) const
Limit the temperature to be in the range Tlow_ to Thigh_.
scalar Hs(const scalar p, const scalar T) const
Enthalpy based thermodynamics package using non-uniform tabulated data for heat capacity vs temperatu...
scalar Hs(const scalar p, const scalar T) const
Sensible enthalpy [J/kg].
scalar dCpdT(const scalar p, const scalar T) const
Temperature derivative of heat capacity at constant pressure.
scalar Cp(const scalar p, const scalar T) const
Heat capacity at constant pressure [J/kg/K].
hTabulatedThermo(const dictionary &dict)
Construct from dictionary.
scalar Gstd(const scalar T) const
Gibbs free energy of the mixture in the standard state [J/kg].
scalar Ha(const scalar p, const scalar T) const
Absolute enthalpy [J/kg].
A class for handling words, derived from string.
scalar S(const scalar p, const scalar T) const
Entropy [J/kg/K].
scalar Cp(const scalar p, const scalar T) const
const dimensionedScalar & Pstd
Standard pressure.
scalar Hf() const
Enthalpy of formation [J/kg].