cleaning up a few fucntions in StandardWellsDense

to remove the implementation implemented in StandardWell already.
This commit is contained in:
Kai Bao
2017-06-28 11:15:04 +02:00
parent fb5fa836c0
commit d535157b1a
5 changed files with 39 additions and 426 deletions

View File

@@ -818,6 +818,7 @@ namespace Opm
const BlackoilModelParameters& param,
WellState& well_state) const
{
// TODO: to check whether all the things from PR 1220 were incoporated.
const int np = numberOfPhases();
const int nw = well_state.bhp().size();
const double dFLimit = param.dbhp_max_rel_;