mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
adding updateWellControls to BlackoilMultiSegmentModel
This commit is contained in:
@@ -140,6 +140,9 @@ namespace Opm {
|
||||
using Base::geo_;
|
||||
using Base::active_;
|
||||
using Base::rq_;
|
||||
using Base::fluid_;
|
||||
using Base::terminal_output_;
|
||||
using Base::grid_;
|
||||
|
||||
|
||||
// Diff to the pressure of the related segment.
|
||||
@@ -189,8 +192,8 @@ namespace Opm {
|
||||
|
||||
const std::vector<WellMultiSegmentConstPtr>& wellsMultiSegment() const { return wells_multisegment_; }
|
||||
|
||||
using Base::updateWellControls;
|
||||
// void updateWellControls(WellState& xw) const {};
|
||||
void updateWellControls(WellState& xw) const;
|
||||
|
||||
using Base::variableState;
|
||||
|
||||
// void updateWellState(const V& dwells,
|
||||
|
||||
Reference in New Issue
Block a user