OPM / opm-core

Collection of utilities, solvers and other components.
http://www.opm-project.org
GNU General Public License v3.0
44 stars 50 forks source link

[WIP] changes needed to compute well potentials each time step. #1152

Closed GitPaean closed 7 years ago

GitPaean commented 7 years ago

The major reason for this PR is to help to fulfill the computation of the well potentials for each time step instead of using the well potentials from the end of last report step. As a result, setting the guide rate based on well potentials can be done in the initialization of the WellsManager anymore.

And also, make the distr in well_controls recognize the injection phase.

More description will be found in the PR description in the OPM/opm-simulators#1118.

GitPaean commented 7 years ago

TODO: Well potentials related should be removed from the WellsManager. It will change the interface through quite a few legacy simulators.