My Project
|
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. | |
bool | checkAllConnectionsFound () |
Class checking that all connections are on active cells.
Works for distributed wells, too
void Opm::CheckDistributedWellConnections< Scalar >::connectionFound | ( | std::size_t | index | ) |
Inidicate that the i-th completion was found.
in the local grid.
index | The index of the completion in Well::getConnections |