Opm::BlackoilWellModelGenericParameters< Scalar > Struct Template Reference

#include <BlackoilWellModelGenericParameters.hpp>

Inheritance diagram for Opm::BlackoilWellModelGenericParameters< Scalar >:
Inheritance graph

Public Member Functions

 BlackoilWellModelGenericParameters ()
 

Public Attributes

Scalar nupcol_group_rate_tolerance_
 
int max_number_of_group_switches_
 
bool use_multisegment_well_
 

Detailed Description

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

Parameter bundle consumed by BlackoilWellModelGeneric.

Deliberately narrow subset of BlackoilModelParameters: holds only the fields the generic well-model base reads, so the base does not depend on parameters specific to a particular reservoir model (e.g. NLDD-solver knobs).

The default constructor populates fields from the global parameter system, which must already have been initialised (typically via BlackoilModelParameters::registerParameters()).

Constructor & Destructor Documentation

◆ BlackoilWellModelGenericParameters()

template<class Scalar >
Opm::BlackoilWellModelGenericParameters< Scalar >::BlackoilWellModelGenericParameters ( )

Member Data Documentation

◆ max_number_of_group_switches_

template<class Scalar >
int Opm::BlackoilWellModelGenericParameters< Scalar >::max_number_of_group_switches_

◆ nupcol_group_rate_tolerance_

template<class Scalar >
Scalar Opm::BlackoilWellModelGenericParameters< Scalar >::nupcol_group_rate_tolerance_

◆ use_multisegment_well_

template<class Scalar >
bool Opm::BlackoilWellModelGenericParameters< Scalar >::use_multisegment_well_

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