adding updateWellControls to BlackoilMultiSegmentModel

This commit is contained in:
Kai Bao
2015-09-23 15:11:51 +02:00
parent dd432c6400
commit 9776559a21
2 changed files with 17 additions and 14 deletions

View File

@@ -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,