mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 18:50:19 -06:00
Increase max iterations for capillary curve inversion.
Triggered by a new two-phase case.
This commit is contained in:
parent
d81c150bae
commit
c57ed2f32c
@ -734,7 +734,7 @@ namespace Opm
|
||||
} else if (f1 > 0.0) {
|
||||
return s1;
|
||||
} else {
|
||||
const int max_iter = 30;
|
||||
const int max_iter = 60;
|
||||
const double tol = 1e-6;
|
||||
int iter_used = -1;
|
||||
typedef RegulaFalsi<ThrowOnError> ScalarSolver;
|
||||
|
Loading…
Reference in New Issue
Block a user