moving computeWellFlux to MultisegmentWells

This commit is contained in:
Kai Bao
2016-04-26 16:30:53 +02:00
parent 484c48e0fe
commit 944ebec4c0
4 changed files with 225 additions and 199 deletions

View File

@@ -200,13 +200,6 @@ namespace Opm {
SolutionState& state,
WellState& well_state);
void
computeWellFlux(const SolutionState& state,
const std::vector<ADB>& mob_perfcells,
const std::vector<ADB>& b_perfcells,
V& aliveWells,
std::vector<ADB>& cq_s) const;
void
updatePerfPhaseRatesAndPressures(const std::vector<ADB>& cq_s,
const SolutionState& state,