moving computeWellPotentials to StandardWells

This commit is contained in:
Kai Bao
2016-04-21 15:46:20 +02:00
parent 13acc8ee03
commit b87920e5e4
4 changed files with 124 additions and 112 deletions

View File

@@ -402,12 +402,6 @@ namespace Opm {
SolutionState& state,
WellState& well_state);
void
computeWellPotentials(const SolutionState& state,
const std::vector<ADB>& mob_perfcells,
const std::vector<ADB>& b_perfcells,
WellState& well_state);
void
addWellContributionToMassBalanceEq(const std::vector<ADB>& cq_s,
const SolutionState& state,