Merge pull request #1370 from totto82/changeDpMaxDefault

Change dp_max_rel default from 1.0 to 0.3
This commit is contained in:
Atgeirr Flø Rasmussen 2017-12-20 16:59:43 +01:00 committed by GitHub
commit 9f14b63b82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ namespace Opm
void BlackoilModelParameters::reset()
{
// default values for the solver parameters
dp_max_rel_ = 1.0;
dp_max_rel_ = 0.3;
ds_max_ = 0.2;
dr_max_rel_ = 1.0e9;
dbhp_max_rel_ = 1.0;