A simple implementation of a LNAPL, e.g. More...
#include <Lnapl.hpp>
Static Public Member Functions | |
static const char * | name () |
A human readable name for the LNAPL. | |
static bool | liquidIsCompressible () |
Returns true iff the liquid phase is assumed to be compressible. | |
template<class Evaluation > | |
static Evaluation | liquidDensity (const Evaluation &, const Evaluation &) |
Rough estimate of the density of oil ![]() | |
template<class Evaluation > | |
static Evaluation | liquidViscosity (const Evaluation &, const Evaluation &) |
Rough estimate of the viscosity of oil in ![]() |
A simple implementation of a LNAPL, e.g.
a kind of oil
Scalar | The type used for scalar values |
static Evaluation Opm::LNAPL< Scalar >::liquidDensity | ( | const Evaluation & | , | |
const Evaluation & | ||||
) | [inline, static] |
Rough estimate of the density of oil .
temperature | temperature of component in ![]() | |
pressure | pressure of component in ![]() |
Reimplemented from Opm::Component< Scalar, LNAPL< Scalar > >.
static Evaluation Opm::LNAPL< Scalar >::liquidViscosity | ( | const Evaluation & | , | |
const Evaluation & | ||||
) | [inline, static] |
Rough estimate of the viscosity of oil in .
temperature | temperature of component in ![]() | |
pressure | pressure of component in ![]() |
Reimplemented from Opm::Component< Scalar, LNAPL< Scalar > >.