mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
implement recoverWellSolutionAndUpdateWellState
for MultisegmentWell_impl.
This commit is contained in:
parent
596814943c
commit
b6d324c95e
@ -604,6 +604,9 @@ namespace Opm
|
||||
const ModelParameters& param,
|
||||
WellState& well_state) const
|
||||
{
|
||||
BVectorWell xw(1);
|
||||
recoverSolutionWell(x, xw);
|
||||
updateWellState(xw, param, well_state);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user