mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-16 01:41:56 -06:00
Reinstate 10% ad-hoc c-interval overestimation.
Similar to in TransportModelPolymer.
This commit is contained in:
parent
25e528df0d
commit
dbd4c9e7b5
@ -173,7 +173,7 @@ namespace Opm
|
||||
tol_(tol),
|
||||
maxit_(maxit),
|
||||
method_(method),
|
||||
adhoc_safety_(1.0),
|
||||
adhoc_safety_(1.1),
|
||||
concentration_(0),
|
||||
cmax_(0),
|
||||
fractionalflow_(grid.number_of_cells, -1.0),
|
||||
|
Loading…
Reference in New Issue
Block a user