mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Not copying the wellSolutions from previous WellState
in WellStateFullyImplicitBlackoilDense.
This commit is contained in:
@@ -68,8 +68,13 @@ namespace Opm
|
|||||||
// call init on base class
|
// call init on base class
|
||||||
BaseType :: init(wells, state, prevState);
|
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);
|
setWellSolutions(pu);
|
||||||
setWellSolutionsFromPrevState(prevState);
|
// setWellSolutionsFromPrevState(prevState);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user