puting computeWellFlux in StandardWells

This commit is contained in:
Kai Bao
2016-04-08 17:26:07 +02:00
parent e9e1b9fda8
commit c398a6e424
5 changed files with 168 additions and 163 deletions

View File

@@ -397,13 +397,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,