correcting the dFLimit and dBHPLimit in StandardWell_impl

This commit is contained in:
Kai Bao 2017-07-18 17:21:20 +02:00
parent eca28a8ade
commit 4624ecc63d

View File

@ -823,8 +823,8 @@ namespace Opm
// 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_;
const double dBHPLimit = param.dwell_fraction_max_;
const double dBHPLimit = param.dbhp_max_rel_;
const double dFLimit = param.dwell_fraction_max_;
std::vector<double> xvar_well_old(numWellEq);
// TODO: better way to handle this?