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.
This commit is contained in:
@@ -196,7 +196,7 @@ namespace Opm
|
|||||||
fractionalflow_(grid.number_of_cells, -1.0),
|
fractionalflow_(grid.number_of_cells, -1.0),
|
||||||
mc_(grid.number_of_cells, -1.0),
|
mc_(grid.number_of_cells, -1.0),
|
||||||
method_(method),
|
method_(method),
|
||||||
adhoc_safety_(1.0)
|
adhoc_safety_(1.1)
|
||||||
{
|
{
|
||||||
if (props.numPhases() != 2) {
|
if (props.numPhases() != 2) {
|
||||||
THROW("Property object must have 2 phases");
|
THROW("Property object must have 2 phases");
|
||||||
|
|||||||
Reference in New Issue
Block a user