moving addWellControlEq to StandardWells

This commit is contained in:
Kai Bao
2016-04-19 11:20:18 +02:00
parent eb278c3c9a
commit dcca0b0b76
7 changed files with 188 additions and 179 deletions

View File

@@ -203,7 +203,7 @@ namespace Opm {
// using Base::updateWellControls;
using Base::computeWellConnectionPressures;
using Base::addWellControlEq;
// using Base::addWellControlEq;
using Base::computeRelPerm;

View File

@@ -575,7 +575,7 @@ namespace Opm {
stdWells().updatePerfPhaseRatesAndPressures(cq_s, state, well_state);
stdWells().addWellFluxEq(cq_s, state, residual_);
addWellContributionToMassBalanceEq(cq_s, state, well_state);
addWellControlEq(state, well_state, aliveWells);
stdWells().addWellControlEq(state, well_state, aliveWells, active_, vfp_properties_, gravity, residual_);
}