mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-11 08:51:55 -06:00
Merge pull request #4854 from vkip/gecon_closure_reason_group
Set GECON closure reason to GROUP, to not open with WTEST option 'E'.
This commit is contained in:
commit
b55270defe
@ -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