mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-20 11:48:25 -06:00
set newton tolerance to be 1.e-7 for compositional running
This commit is contained in:
parent
919f30029f
commit
69c6294978
@ -93,6 +93,9 @@ public:
|
|||||||
static void registerParameters()
|
static void registerParameters()
|
||||||
{
|
{
|
||||||
FlowProblemType::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