Opm::Action::WellSet Class Reference

#include <ActionResult.hpp>

Public Member Functions

 WellSet ()=default
 
 WellSet (const std::vector< std::string > &wells)
 
void add (const std::string &well)
 
std::size_t size () const
 
std::vector< std::stringwells () const
 
bool contains (const std::string &well) const
 
WellSetintersect (const WellSet &other)
 
WellSetadd (const WellSet &other)
 

Constructor & Destructor Documentation

◆ WellSet() [1/2]

Opm::Action::WellSet::WellSet ( )
default

◆ WellSet() [2/2]

Opm::Action::WellSet::WellSet ( const std::vector< std::string > &  wells)
explicit

Member Function Documentation

◆ add() [1/2]

void Opm::Action::WellSet::add ( const std::string well)

◆ add() [2/2]

WellSet & Opm::Action::WellSet::add ( const WellSet other)

◆ contains()

bool Opm::Action::WellSet::contains ( const std::string well) const

◆ intersect()

WellSet & Opm::Action::WellSet::intersect ( const WellSet other)

◆ size()

std::size_t Opm::Action::WellSet::size ( ) const

◆ wells()

std::vector< std::string > Opm::Action::WellSet::wells ( ) const

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