Shomate equations for enthalpy and heat capacity. More...
#include <algorithm>#include <array>#include <iostream>#include <type_traits>#include <vector>#include <dune/common/exceptions.hh>Go to the source code of this file.
The Shomate equations were inroduced in [Shomate1954]. They offer analytical equations for computing the heat capacity as well as enthalpy. Both equations use a set of component-specific parameters \(A,B,C,D,E,F,G,H\). For the heat capacity \(C_p^0\), one obtains
\[C_p^0 = A + Bt + Ct^2 + Dt^3 + E/t^2, \]
while for the enthalpy with a reference state at \(T=298.15\text{K}\), one uses
\[H^0-H_{298.15}^0 = At + \frac{Bt^2}{2} + \frac{Ct^3}{3} + \frac{Dt^4}{4} -\frac{E}{t} + F - H \]
where:
| Classes | |
| class | Dumux::ShomateMethod< Scalar, intervals > | 
| The Shomate method to compute enthalpy and heat capacity.  More... | |
| Namespaces | |
| namespace | Dumux | 
| Variables | |
| template<class Scalar, int intervals> | |
| bool | Dumux::ShomateMethod< Scalar, intervals >::warningPrinted_ = false |