mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-18 21:43:27 -06:00
Report first well whose connections are outside grid.
This commit is contained in:
parent
6a7c6cfeb0
commit
8909664bd7
@ -280,7 +280,7 @@ namespace Opm
|
|||||||
cartesian_to_compressed.find(cart_grid_indx);
|
cartesian_to_compressed.find(cart_grid_indx);
|
||||||
if (cgit == cartesian_to_compressed.end()) {
|
if (cgit == cartesian_to_compressed.end()) {
|
||||||
THROW("Cell with i,j,k indices " << ix << ' ' << jy << ' '
|
THROW("Cell with i,j,k indices " << ix << ' ' << jy << ' '
|
||||||
<< kz << " not found in grid!");
|
<< kz << " not found in grid (well = " << name << ')');
|
||||||
}
|
}
|
||||||
int cell = cgit->second;
|
int cell = cgit->second;
|
||||||
PerfData pd;
|
PerfData pd;
|
||||||
|
Loading…
Reference in New Issue
Block a user