mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Reinstate 10% ad-hoc c-interval overestimation.
Similar to in TransportModelPolymer.
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user