Opm::EclHysteresisConfig Class Reference

Specifies the configuration used by the ECL kr/pC hysteresis code. More...

#include <EclHysteresisConfig.hpp>

List of all members.

Public Member Functions

void setEnableHysteresis (bool yesno)
 Specify whether hysteresis is enabled or not.
bool enableHysteresis () const
 Returns whether hysteresis is enabled.
void setPcHysteresisModel (int value)
 Set the type of the hysteresis model which is used for capillary pressure.
int pcHysteresisModel () const
 Return the type of the hysteresis model which is used for capillary pressure.
void setKrHysteresisModel (int value)
 Set the type of the hysteresis model which is used for relative permeability.
int krHysteresisModel () const
 Return the type of the hysteresis model which is used for relative permeability.

Detailed Description

Specifies the configuration used by the ECL kr/pC hysteresis code.


Member Function Documentation

int Opm::EclHysteresisConfig::krHysteresisModel (  )  const [inline]

Return the type of the hysteresis model which is used for relative permeability.

-1: relperm hysteresis is disabled 0: use the Carlson model for relative permeability hysteresis

int Opm::EclHysteresisConfig::pcHysteresisModel (  )  const [inline]

Return the type of the hysteresis model which is used for capillary pressure.

-1: capillary pressure hysteresis is disabled 0: use the Killough model for capillary pressure hysteresis

void Opm::EclHysteresisConfig::setKrHysteresisModel ( int  value  )  [inline]

Set the type of the hysteresis model which is used for relative permeability.

-1: relperm hysteresis is disabled 0: use the Carlson model for relative permeability hysteresis

void Opm::EclHysteresisConfig::setPcHysteresisModel ( int  value  )  [inline]

Set the type of the hysteresis model which is used for capillary pressure.

-1: capillary pressure hysteresis is disabled 0: use the Killough model for capillary pressure hysteresis


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

Generated on 25 Mar 2018 by  doxygen 1.6.1