My Project
|
A generic class which tabulates all thermodynamic properties of a given component. More...
#include <cmath>
#include <limits>
#include <cassert>
#include <stdexcept>
#include <opm/material/common/MathToolbox.hpp>
Go to the source code of this file.
Classes | |
class | Opm::TabulatedComponent< ScalarT, RawComponent, useVaporPressure > |
A generic class which tabulates all thermodynamic properties of a given component. More... | |
Namespaces | |
namespace | Opm |
This class implements a small container which holds the transmissibility mulitpliers for all the faces in the grid. | |
A generic class which tabulates all thermodynamic properties of a given component.
At the moment, this class can only handle the sub-critical fluids since it tabulates along the vapor pressure curve.
Scalar | The type used for scalar values |
RawComponent | The component which ought to be tabulated |
useVaporPressure | If true, tabulate all quantities along the vapor pressure curve, if false use the pressure range [p_min, p_max] |