Implements the Peng-Robinson equation of state for liquids and gases. More...
#include <dune/common/math.hh>#include <dumux/material/fluidstates/temperatureoverlay.hh>#include <dumux/material/idealgas.hh>#include <dumux/common/exceptions.hh>#include <dumux/common/math.hh>#include <dumux/common/tabulated2dfunction.hh>#include <iostream>Go to the source code of this file.
See:
D.-Y. Peng, D.B. Robinson (1976, pp. 59–64) [peng1976] 
 https://doi.org/10.1021/i160057a011
R. Reid, et al. "The properties of gases and liquids" (1987, pp. 42-44, 82) [reid1987]
| Classes | |
| class | Dumux::PengRobinson< Scalar > | 
| Implements the Peng-Robinson equation of state for liquids and gases.  More... | |
| Namespaces | |
| namespace | Dumux | 
| Variables | |
| template<class Scalar> | |
| Tabulated2DFunction< Scalar > | Dumux::PengRobinson< Scalar >::criticalTemperature_ | 
| template<class Scalar> | |
| Tabulated2DFunction< Scalar > | Dumux::PengRobinson< Scalar >::criticalPressure_ | 
| template<class Scalar> | |
| Tabulated2DFunction< Scalar > | Dumux::PengRobinson< Scalar >::criticalMolarVolume_ |