mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
update status after WTEST
This commit is contained in:
@@ -770,6 +770,12 @@ void WellState::stopWell(int well_index)
|
||||
ws.stop();
|
||||
}
|
||||
|
||||
void WellState::openWell(int well_index)
|
||||
{
|
||||
auto& ws = this->well(well_index);
|
||||
ws.open();
|
||||
}
|
||||
|
||||
void WellState::shutWell(int well_index)
|
||||
{
|
||||
auto& ws = this->well(well_index);
|
||||
|
||||
Reference in New Issue
Block a user