Added ability to filter out completions in inactive cells.
This commit is contained in:
@@ -1681,4 +1681,11 @@ namespace Opm {
|
||||
this->updateWellStatus( well, timestep, WellCommon::StatusEnum::SHUT);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void Schedule::filterCompletions(const EclipseGrid& grid) {
|
||||
for (auto& well : this->m_wells)
|
||||
well.filterCompletions(grid);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user