Opm::RegularizedBrooksCoreyParams< TraitsT > Class Template Reference

Parameters that are necessary for the regularization of the Brooks-Corey capillary pressure model. More...

#include <RegularizedBrooksCoreyParams.hpp>

Inheritance diagram for Opm::RegularizedBrooksCoreyParams< TraitsT >:
Opm::BrooksCoreyParams< TraitsT > Opm::EnsureFinalized

List of all members.

Public Types

typedef TraitsT Traits

Public Member Functions

 RegularizedBrooksCoreyParams (Scalar entryPressure, Scalar lambda)
void finalize ()
 Calculate all dependent quantities once the independent quantities of the parameter object have been set.
Scalar pcnwLowSw () const
 Return the threshold saturation below which the capillary pressure is regularized.
Scalar pcnwLow () const
 Return the capillary pressure at the low threshold saturation of the wetting phase.
Scalar pcnwSlopeLow () const
 Return the slope capillary pressure curve if Sw is smaller or equal to the low threshold saturation.
void setPcLowSw (Scalar value)
 Set the threshold saturation below which the capillary pressure is regularized.
Scalar pcnwHigh () const
 Return the capillary pressure at the high threshold saturation of the wetting phase.
Scalar pcnwSlopeHigh () const
 Return the slope capillary pressure curve if Sw is larger or equal to 1.

Detailed Description

template<class TraitsT>
class Opm::RegularizedBrooksCoreyParams< TraitsT >

Parameters that are necessary for the regularization of the Brooks-Corey capillary pressure model.


Member Function Documentation

template<class TraitsT >
Scalar Opm::RegularizedBrooksCoreyParams< TraitsT >::pcnwSlopeHigh (  )  const [inline]

Return the slope capillary pressure curve if Sw is larger or equal to 1.

For this case, we extrapolate the curve using a straight line.

template<class TraitsT >
Scalar Opm::RegularizedBrooksCoreyParams< TraitsT >::pcnwSlopeLow (  )  const [inline]

Return the slope capillary pressure curve if Sw is smaller or equal to the low threshold saturation.

For this case, we extrapolate the curve using a straight line.


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

Generated on 25 Mar 2018 by  doxygen 1.6.1