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 Es_.value(p, T);
91 template<
class EquationOfState>
98 return Es(p, T) + Hf_;
102 template<
class EquationOfState>
113 template<
class EquationOfState>
124 template<
class EquationOfState>
132 template<
class EquationOfState>
144 template<
class EquationOfState>
155 template<
class EquationOfState>
eTabulatedThermo(const dictionary &dict)
Construct from dictionary.
scalar Ea(const scalar p, const scalar T) const
Absolute internal energy [J/kg].
Internal energy based thermodynamics package using uniform tabulated data for internal energy and hea...
scalar Hf() const
Enthalpy of formation [J/kg].
scalar Es(const scalar p, const scalar T) const
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 Cv(const scalar p, const scalar T) const
Heat capacity at constant pressure [J/kg/K].
A class for handling words, derived from string.
scalar Hs(const scalar p, const scalar T) const
Sensible enthalpy [J/kg].
scalar Cp(const scalar p, const scalar T) const
Heat capacity at constant pressure [J/kg/K].
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 S(const scalar p, const scalar T) const
Entropy [J/kg/K].
scalar dCpdT(const scalar p, const scalar T) const
Temperature derivative of heat capacity at constant pressure.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
scalar Ea(const scalar p, const scalar T) const