Opm::CheckDistributedWellConnections< Scalar > Class Template Reference

Class checking that all connections are on active cells. More...

#include <ParallelWellInfo.hpp>

Public Member Functions

 CheckDistributedWellConnections (const Well &well, const ParallelWellInfo< Scalar > &info)
 
void connectionFound (std::size_t index)
 Inidicate that the i-th completion was found. More...
 
bool checkAllConnectionsFound ()
 

Detailed Description

template<class Scalar>
class Opm::CheckDistributedWellConnections< Scalar >

Class checking that all connections are on active cells.

Works for distributed wells, too

Constructor & Destructor Documentation

◆ CheckDistributedWellConnections()

template<class Scalar >
Opm::CheckDistributedWellConnections< Scalar >::CheckDistributedWellConnections ( const Well &  well,
const ParallelWellInfo< Scalar > &  info 
)

Member Function Documentation

◆ checkAllConnectionsFound()

template<class Scalar >
bool Opm::CheckDistributedWellConnections< Scalar >::checkAllConnectionsFound ( )

◆ connectionFound()

template<class Scalar >
void Opm::CheckDistributedWellConnections< Scalar >::connectionFound ( std::size_t  index)

Inidicate that the i-th completion was found.

in the local grid.

Parameters
indexThe index of the completion in Well::getConnections

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