mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 02:00:59 -06:00
Merge pull request #1370 from totto82/changeDpMaxDefault
Change dp_max_rel default from 1.0 to 0.3
This commit is contained in:
commit
9f14b63b82
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user