handling well_efficiency_factor_ in WellInterface.

This commit is contained in:
Kai Bao
2017-07-25 14:48:37 +02:00
parent 358d4c2a00
commit 369ccfef52
4 changed files with 16 additions and 12 deletions

View File

@@ -204,6 +204,8 @@ namespace Opm
const WellState& well_state,
std::vector<double>& well_potentials) const = 0;
void setWellEfficiencyFactor(const double efficiency_factor);
protected:
const Well* well_ecl_;