mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Adjust test parameters for stability.
The necessity of ILU0 for MICP and injectivity runs must be handled by either error message of fix, this just works around the issue by forcing the tests to run with ILU0.
This commit is contained in:
parent
eb3d4e9203
commit
19ed115a99
@ -139,7 +139,7 @@ add_test_compare_parallel_simulation(CASENAME aquflux_01
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL 0.04
|
||||
DIR aquifers
|
||||
TEST_ARGS --enable-tuning=true --enable-drift-compensation=false --relaxed-max-pv-fraction=0.0)
|
||||
TEST_ARGS --enable-tuning=true --enable-drift-compensation=false --relaxed-max-pv-fraction=0.0 --tolerance-cnv=1.0e-3)
|
||||
|
||||
add_test_compare_parallel_simulation(CASENAME aquflux_02
|
||||
FILENAME AQUFLUX-02
|
||||
|
@ -299,7 +299,7 @@ add_test_compareECLFiles(CASENAME polymer_injectivity
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
TEST_ARGS --tolerance-mb=1.e-7 --tolerance-wells=1.e-6)
|
||||
TEST_ARGS --tolerance-mb=1.e-7 --tolerance-wells=1.e-6 --linear-solver=ilu0)
|
||||
|
||||
add_test_compareECLFiles(CASENAME polymer_simple2D
|
||||
FILENAME 2D_THREEPHASE_POLY_HETER
|
||||
@ -1119,7 +1119,8 @@ add_test_compareECLFiles(CASENAME micp
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR micp)
|
||||
DIR micp
|
||||
TEST_ARGS --linear-solver=ilu0)
|
||||
|
||||
add_test_compareECLFiles(CASENAME 0_base_model6
|
||||
FILENAME 0_BASE_MODEL6
|
||||
|
Loading…
Reference in New Issue
Block a user