adding updateListEconLimited to StandardWells

This commit is contained in:
Kai Bao
2016-06-27 16:14:28 +02:00
parent 18fa442721
commit 53490270e1
4 changed files with 91 additions and 4 deletions

View File

@@ -272,6 +272,8 @@ namespace Opm
asImpl().computeWellPotentials(wells, well_state, well_potentials);
}
solver->model().wellModel().updateListEconLimited(eclipse_state_->getSchedule(), timer.currentStepNum(), wells,
well_state, dynamic_list_econ_limited);
}
// Write final simulation state.
output_writer_.writeTimeStep( timer, state, prev_well_state );