mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Update the SolutionState's qs and bhp members.
This way they can be used instead of repeatedly extracting the top segment data, which also could make it possible to use more of the existing implementation.
This commit is contained in:
committed by
Kai Bao
parent
433d76cd86
commit
fce7247da5
@@ -202,6 +202,8 @@ namespace Opm {
|
||||
|
||||
const std::vector<WellMultiSegmentConstPtr> wells_multisegment_;
|
||||
|
||||
std::vector<int> top_well_segments_;
|
||||
|
||||
// return wells object
|
||||
// TODO: remove this wells structure
|
||||
using Base::wells;
|
||||
|
||||
Reference in New Issue
Block a user