Opm::BlackoilNewtonParams< Scalar > Struct Template Reference

Struct holding the parameters for BlackoilNewtonMethod. More...

#include <blackoilnewtonmethodparams.hpp>

Public Member Functions

void read ()
 Reads the parameter values from the parameter system. More...
 

Static Public Member Functions

static void registerParameters ()
 Registers the parameters in parameter system. More...
 

Public Attributes

Scalar priVarOscilationThreshold_
 
Scalar waterSaturationMax_
 
Scalar waterOnlyThreshold_
 
Scalar dpMaxRel_
 
Scalar dsMax_
 
bool projectSaturations_
 
Scalar maxTempChange_
 
Scalar tempMax_
 
Scalar tempMin_
 
Scalar pressMax_
 
Scalar pressMin_
 

Detailed Description

template<class Scalar>
struct Opm::BlackoilNewtonParams< Scalar >

Struct holding the parameters for BlackoilNewtonMethod.

Member Function Documentation

◆ read()

template<class Scalar >
void Opm::BlackoilNewtonParams< Scalar >::read ( )

Reads the parameter values from the parameter system.

◆ registerParameters()

template<class Scalar >
static void Opm::BlackoilNewtonParams< Scalar >::registerParameters ( )
static

Registers the parameters in parameter system.

Referenced by Opm::BlackOilNewtonMethod< TypeTag >::registerParameters().

Member Data Documentation

◆ dpMaxRel_

template<class Scalar >
Scalar Opm::BlackoilNewtonParams< Scalar >::dpMaxRel_

◆ dsMax_

template<class Scalar >
Scalar Opm::BlackoilNewtonParams< Scalar >::dsMax_

◆ maxTempChange_

template<class Scalar >
Scalar Opm::BlackoilNewtonParams< Scalar >::maxTempChange_

◆ pressMax_

template<class Scalar >
Scalar Opm::BlackoilNewtonParams< Scalar >::pressMax_

◆ pressMin_

template<class Scalar >
Scalar Opm::BlackoilNewtonParams< Scalar >::pressMin_

◆ priVarOscilationThreshold_

template<class Scalar >
Scalar Opm::BlackoilNewtonParams< Scalar >::priVarOscilationThreshold_

◆ projectSaturations_

template<class Scalar >
bool Opm::BlackoilNewtonParams< Scalar >::projectSaturations_

◆ tempMax_

template<class Scalar >
Scalar Opm::BlackoilNewtonParams< Scalar >::tempMax_

◆ tempMin_

template<class Scalar >
Scalar Opm::BlackoilNewtonParams< Scalar >::tempMin_

◆ waterOnlyThreshold_

template<class Scalar >
Scalar Opm::BlackoilNewtonParams< Scalar >::waterOnlyThreshold_

◆ waterSaturationMax_

template<class Scalar >
Scalar Opm::BlackoilNewtonParams< Scalar >::waterSaturationMax_

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