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.
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 oflast report step
. As a result, setting theguide rate
based onwell potentials
can be done in the initialization of theWellsManager
anymore.And also, make the
distr
inwell_controls
recognize the injection phase.More description will be found in the PR description in the OPM/opm-simulators#1118.