30 template<
class EquationOfState>
37 EquationOfState(name, pt),
48 template<
class EquationOfState>
58 template<
class EquationOfState>
65 return Cp_.value(p, T);
69 template<
class EquationOfState>
76 return Cv_.value(p, T);
80 template<
class EquationOfState>
87 return Hs_.value(p, T);
91 template<
class EquationOfState>
98 return Hs(p, T) + Hf_;
102 template<
class EquationOfState>
110 template<
class EquationOfState>
121 template<
class EquationOfState>
132 template<
class EquationOfState>
144 template<
class EquationOfState>
155 template<
class EquationOfState>
162 return Cp_.dfdT(p, T);
scalar Cv(const scalar p, const scalar T) const
Heat capacity at constant volume [J/kg/K].
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 uniform tabulated data for enthalpy and heat capacity vs ...
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].
scalar Ea(const scalar p, const scalar T) const
Absolute internal energy [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 S(const scalar p, const scalar T) const
Entropy [J/kg/K].
scalar Hf() const
Enthalpy of formation [J/kg].
scalar Ha(const scalar p, const scalar T) const
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.