mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-22 09:16:27 -06:00
Merge pull request #5638 from GitPaean/compositional_tolerance
set newton tolerance to be 1.e-7 for compositional running
This commit is contained in:
commit
15d6f13d92
@ -93,6 +93,9 @@ public:
|
||||
static void registerParameters()
|
||||
{
|
||||
FlowProblemType::registerParameters();
|
||||
|
||||
// tighter tolerance is needed for compositional modeling here
|
||||
Parameters::SetDefault<Parameters::NewtonTolerance<Scalar>>(1e-7);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user