moving the shear-thinning application out of the addWellEq()

So we still use the addWellEq() from the Base Class, without making a
new addWellEq() function in the BlackoilPolymerModel class.
This commit is contained in:
Kai Bao
2015-06-19 15:17:59 +02:00
parent 60494ac531
commit 4807a90c35
2 changed files with 8 additions and 170 deletions

View File

@@ -197,7 +197,7 @@ namespace Opm {
using Base::drMaxRel;
using Base::maxResidualAllowed;
// using Base::addWellEq;
using Base::addWellEq;
using Base::updateWellControls;
using Base::computeWellConnectionPressures;
using Base::addWellControlEq;
@@ -226,15 +226,6 @@ namespace Opm {
void
assembleMassBalanceEq(const SolutionState& state);
void
addWellEq(const SolutionState& state,
WellState& xw,
std::vector<ADB>& mob_perfcells,
const std::vector<ADB>& b_perfcells,
V& aliveWells,
std::vector<ADB>& cq_s,
const bool welleq_initial);
void
addWellContributionToMassBalanceEq(const SolutionState& state,
const WellState& xw,