#include <GuideRateConfig.hpp>

Classes

struct  GroupTarget
 
struct  WellTarget
 

Public Member Functions

const GuideRateModelmodel () const
 
bool has_model () const
 
bool update_model (const GuideRateModel &model)
 
void update_well (const Well &well)
 
void update_group (const Group &group)
 
const WellTargetwell (const std::string &well) const
 
const GroupTargetgroup (const std::string &group) const
 
bool has_well (const std::string &well) const
 
bool has_group (const std::string &group) const
 
bool operator== (const GuideRateConfig &data) const
 
template<class Serializer >
void serializeOp (Serializer &serializer)
 

Static Public Member Functions

static GuideRateConfig serializeObject ()
 

Member Function Documentation

◆ group()

const GroupTarget & Opm::GuideRateConfig::group ( const std::string group) const

◆ has_group()

bool Opm::GuideRateConfig::has_group ( const std::string group) const

◆ has_model()

bool Opm::GuideRateConfig::has_model ( ) const

◆ has_well()

bool Opm::GuideRateConfig::has_well ( const std::string well) const

◆ model()

const GuideRateModel & Opm::GuideRateConfig::model ( ) const

◆ operator==()

bool Opm::GuideRateConfig::operator== ( const GuideRateConfig data) const

◆ serializeObject()

static GuideRateConfig Opm::GuideRateConfig::serializeObject ( )
static

◆ serializeOp()

template<class Serializer >
void Opm::GuideRateConfig::serializeOp ( Serializer serializer)
inline

◆ update_group()

void Opm::GuideRateConfig::update_group ( const Group group)

◆ update_model()

bool Opm::GuideRateConfig::update_model ( const GuideRateModel model)

◆ update_well()

void Opm::GuideRateConfig::update_well ( const Well well)

◆ well()

const WellTarget & Opm::GuideRateConfig::well ( const std::string well) const

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