mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
increasing the max iteration number for statFromPc
when doing the equilibration.
This commit is contained in:
@@ -826,7 +826,7 @@ double satFromPc(const MaterialLawManager& materialLawManager,
|
||||
|
||||
assert(f0 > 0 && f1 < 0);
|
||||
|
||||
const int maxIter = 60;
|
||||
const int maxIter = 100;
|
||||
const double tol = 1e-10;
|
||||
|
||||
// regula falsi with the "Pegasus" method to avoid stagnation
|
||||
|
||||
Reference in New Issue
Block a user