mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
make multiple well control switching output more readable
This commit is contained in:
@@ -456,6 +456,10 @@ namespace Opm {
|
||||
well->updateWaterThroughput(dt, this->wellState());
|
||||
}
|
||||
}
|
||||
// report well switching
|
||||
for (const auto& well : well_container_) {
|
||||
well->reportWellSwitching(this->wellState().well(well->indexOfWell()), local_deferredLogger);
|
||||
}
|
||||
|
||||
// update the rate converter with current averages pressures etc in
|
||||
rateConverter_->template defineState<ElementContext>(ebosSimulator_);
|
||||
|
||||
Reference in New Issue
Block a user