mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-18 21:02:57 -06:00
Reinstate 10% ad-hoc c-interval overestimation.
This commit is contained in:
parent
2990b0a3e8
commit
753a0c6949
@ -196,7 +196,7 @@ namespace Opm
|
||||
fractionalflow_(grid.number_of_cells, -1.0),
|
||||
mc_(grid.number_of_cells, -1.0),
|
||||
method_(method),
|
||||
adhoc_safety_(1.0)
|
||||
adhoc_safety_(1.1)
|
||||
{
|
||||
if (props.numPhases() != 2) {
|
||||
THROW("Property object must have 2 phases");
|
||||
|
Loading…
Reference in New Issue
Block a user