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