Opm::DynamicListEconLimited Class Reference

to handle the wells and connections violating economic limits. More...

#include <DynamicListEconLimited.hpp>

Public Member Functions

 DynamicListEconLimited ()
 
bool wellShutEconLimited (const std::string &well_name) const
 
void addShutWell (const std::string &well_name)
 
bool wellStoppedEconLimited (const std::string &well_name) const
 
void addStoppedWell (const std::string &well_name)
 
bool anyConnectionClosedForWell (const std::string &well_name) const
 
const std::vector< int > & getClosedConnectionsForWell (const std::string &well_name) const
 
void addClosedConnectionsForWell (const std::string &well_name, const int cell_closed_connection)
 

Detailed Description

to handle the wells and connections violating economic limits.

Constructor & Destructor Documentation

◆ DynamicListEconLimited()

Opm::DynamicListEconLimited::DynamicListEconLimited ( )
inline

Member Function Documentation

◆ addClosedConnectionsForWell()

void Opm::DynamicListEconLimited::addClosedConnectionsForWell ( const std::string &  well_name,
const int  cell_closed_connection 
)
inline

◆ addShutWell()

void Opm::DynamicListEconLimited::addShutWell ( const std::string &  well_name)
inline

◆ addStoppedWell()

void Opm::DynamicListEconLimited::addStoppedWell ( const std::string &  well_name)
inline

◆ anyConnectionClosedForWell()

bool Opm::DynamicListEconLimited::anyConnectionClosedForWell ( const std::string &  well_name) const
inline

◆ getClosedConnectionsForWell()

const std::vector< int > & Opm::DynamicListEconLimited::getClosedConnectionsForWell ( const std::string &  well_name) const
inline

◆ wellShutEconLimited()

bool Opm::DynamicListEconLimited::wellShutEconLimited ( const std::string &  well_name) const
inline

Referenced by addShutWell(), and addStoppedWell().

◆ wellStoppedEconLimited()

bool Opm::DynamicListEconLimited::wellStoppedEconLimited ( const std::string &  well_name) const
inline

Referenced by addShutWell(), and addStoppedWell().


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