mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Set GECON closure reason to GROUP, to not open with WTEST option 'E'.
This commit is contained in:
parent
1d33e7caf0
commit
a12f0aaa13
@ -308,7 +308,7 @@ closeWellsRecursive(Group group)
|
||||
displayDebugMessage(msg);
|
||||
}
|
||||
this->well_test_state_.close_well(
|
||||
well_name, WellTestConfig::Reason::ECONOMIC, this->simulation_time_);
|
||||
well_name, WellTestConfig::Reason::GROUP, this->simulation_time_);
|
||||
this->well_model_.updateClosedWellsThisStep(well_name);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user