mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-05 22:13:00 -06:00
Increase hardcoded producer bhp search range to 600 bar.
This commit is contained in:
parent
5ce4e84acd
commit
4b7e37df1b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user