make multiple well control switching output more readable

This commit is contained in:
Tor Harald Sandve
2021-10-08 09:47:22 +02:00
parent 9cde5ec9e7
commit 83ef3730b2
5 changed files with 37 additions and 9 deletions

View File

@@ -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_);