Opm::LNAPL< Scalar > Class Template Reference

A simple implementation of a LNAPL, e.g. More...

#include <Lnapl.hpp>

Inheritance diagram for Opm::LNAPL< Scalar >:
Opm::Component< Scalar, LNAPL< Scalar > >

List of all members.

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 $\mathrm{[kg/m^3]}$.
template<class Evaluation >
static Evaluation liquidViscosity (const Evaluation &, const Evaluation &)
 Rough estimate of the viscosity of oil in $\mathrm{[Pa*s]}$.

Detailed Description

template<class Scalar>
class Opm::LNAPL< Scalar >

A simple implementation of a LNAPL, e.g.

a kind of oil

Template Parameters:
Scalar The type used for scalar values

Member Function Documentation

template<class Scalar >
template<class Evaluation >
static Evaluation Opm::LNAPL< Scalar >::liquidDensity ( const Evaluation &  ,
const Evaluation &   
) [inline, static]

Rough estimate of the density of oil $\mathrm{[kg/m^3]}$.

Parameters:
temperature temperature of component in $\mathrm{[K]}$
pressure pressure of component in $\mathrm{[Pa]}$

Reimplemented from Opm::Component< Scalar, LNAPL< Scalar > >.

template<class Scalar >
template<class Evaluation >
static Evaluation Opm::LNAPL< Scalar >::liquidViscosity ( const Evaluation &  ,
const Evaluation &   
) [inline, static]

Rough estimate of the viscosity of oil in $\mathrm{[Pa*s]}$.

Parameters:
temperature temperature of component in $\mathrm{[K]}$
pressure pressure of component in $\mathrm{[Pa]}$

Reimplemented from Opm::Component< Scalar, LNAPL< Scalar > >.


The documentation for this class was generated from the following file:

Generated on 25 Mar 2018 by  doxygen 1.6.1