Not copying the wellSolutions from previous WellState

in WellStateFullyImplicitBlackoilDense.
This commit is contained in:
Kai Bao
2017-03-23 16:13:26 +01:00
parent ed4e87ac24
commit 68eaf6ac1f

View File

@@ -68,8 +68,13 @@ namespace Opm
// call init on base class
BaseType :: init(wells, state, prevState);
// TODO: the reason to keep this is to avoid getting defaulted value BHP
// some facilities needed from opm-parser or opm-core
// It is a little tricky, since sometimes before applying group control, the only
// available constraints in the well_controls is the defaulted BHP value, and it
// is really not desirable to use this value to enter the Newton iterations.
setWellSolutions(pu);
setWellSolutionsFromPrevState(prevState);
// setWellSolutionsFromPrevState(prevState);
}