mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-11 09:55:34 -06:00
not updateWellControl for non-operable wells
This commit is contained in:
parent
eaa3ad19f5
commit
680c45b8f8
@ -916,6 +916,9 @@ namespace Opm {
|
||||
wellhelpers::WellSwitchingLogger logger;
|
||||
|
||||
for (const auto& well : well_container_) {
|
||||
|
||||
if ( !well->isOperable() ) continue;
|
||||
|
||||
well->updateWellControl(ebosSimulator_, well_state_, logger);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user