Increase hardcoded producer bhp search range to 600 bar.

This commit is contained in:
Atgeirr Flø Rasmussen 2019-11-05 16:07:22 +01:00
parent 5ce4e84acd
commit 4b7e37df1b

View File

@ -3744,7 +3744,7 @@ namespace Opm
};
// TODO: replace hardcoded low/high limits.
const double low = 10.0 * unit::barsa;
const double high = 400.0 * unit::barsa;
const double high = 600.0 * unit::barsa;
const int max_iteration = 50;
const double flo_tolerance = 1e-6 * std::fabs(flo_samples.back());
int iteration = 0;