Improve stopped wells logic and log messages.

This commit is contained in:
Atgeirr Flø Rasmussen
2019-10-03 16:44:44 +02:00
committed by Tor Harald Sandve
parent 2b9f5fb4fb
commit a536b90891
5 changed files with 54 additions and 28 deletions

View File

@@ -283,6 +283,8 @@ namespace Opm
mutable std::vector<double> ipr_a_;
mutable std::vector<double> ipr_b_;
bool changed_to_stopped_this_step_ = false;
const EvalWell& getBhp() const;
EvalWell getQs(const int comp_idx) const;