mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fix cutoff value bug in haalandFormula
This commit is contained in:
parent
779dbd39dd
commit
0d28dfff17
@ -148,7 +148,7 @@ namespace mswellhelpers
|
||||
return 0.0;
|
||||
}
|
||||
|
||||
const ValueType re_value1 = 200.;
|
||||
const ValueType re_value1 = 2000.;
|
||||
const ValueType re_value2 = 4000.;
|
||||
|
||||
if (re < re_value1) {
|
||||
|
Loading…
Reference in New Issue
Block a user