Opm::EclEpsConfig Class Reference

Specifies the configuration used by the endpoint scaling code. More...

#include <EclEpsConfig.hpp>

Public Member Functions

 EclEpsConfig ()
 
void setEnableSatScaling (bool yesno)
 Specify whether saturation scaling is enabled. More...
 
bool enableSatScaling () const
 Returns whether saturation scaling is enabled. More...
 
void setEnableThreePointKrSatScaling (bool yesno)
 Specify whether three point saturation scaling is enabled for the relative permeabilities. More...
 
bool enableThreePointKrSatScaling () const
 Returns whether three point saturation scaling is enabled for the relative permeabilities. More...
 
void setEnableKrwScaling (bool yesno)
 Specify whether relative permeability scaling is enabled for the wetting phase. More...
 
bool enableKrwScaling () const
 Returns whether relative permeability scaling is enabled for the wetting phase. More...
 
void setEnableKrnScaling (bool yesno)
 Specify whether relative permeability scaling is enabled for the non-wetting phase. More...
 
bool enableKrnScaling () const
 Returns whether relative permeability scaling is enabled for the non-wetting phase. More...
 
void setEnablePcScaling (bool yesno)
 Specify whether capillary pressure scaling is enabled. More...
 
bool enablePcScaling () const
 Returns whether capillary pressure scaling is enabled. More...
 

Detailed Description

Specifies the configuration used by the endpoint scaling code.

This means which quantities are scaled and how this is to be done.

Constructor & Destructor Documentation

Opm::EclEpsConfig::EclEpsConfig ( )
inline

Member Function Documentation

bool Opm::EclEpsConfig::enableKrnScaling ( ) const
inline

Returns whether relative permeability scaling is enabled for the non-wetting phase.

bool Opm::EclEpsConfig::enableKrwScaling ( ) const
inline

Returns whether relative permeability scaling is enabled for the wetting phase.

bool Opm::EclEpsConfig::enablePcScaling ( ) const
inline

Returns whether capillary pressure scaling is enabled.

bool Opm::EclEpsConfig::enableSatScaling ( ) const
inline

Returns whether saturation scaling is enabled.

bool Opm::EclEpsConfig::enableThreePointKrSatScaling ( ) const
inline

Returns whether three point saturation scaling is enabled for the relative permeabilities.

Referenced by Opm::EclEpsScalingPoints< Scalar >::init().

void Opm::EclEpsConfig::setEnableKrnScaling ( bool  yesno)
inline

Specify whether relative permeability scaling is enabled for the non-wetting phase.

void Opm::EclEpsConfig::setEnableKrwScaling ( bool  yesno)
inline

Specify whether relative permeability scaling is enabled for the wetting phase.

void Opm::EclEpsConfig::setEnablePcScaling ( bool  yesno)
inline

Specify whether capillary pressure scaling is enabled.

void Opm::EclEpsConfig::setEnableSatScaling ( bool  yesno)
inline

Specify whether saturation scaling is enabled.

void Opm::EclEpsConfig::setEnableThreePointKrSatScaling ( bool  yesno)
inline

Specify whether three point saturation scaling is enabled for the relative permeabilities.


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