mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-11 06:05:35 -06:00
Reduce Timestep for Certain Sensitive Tests
This increases the cost of those tests, but in return we get improved determinism and stability of the tests.
This commit is contained in:
parent
b08bc029e6
commit
6f64388f1e
@ -203,4 +203,4 @@ add_test_compare_parallel_simulation(CASENAME rxft
|
||||
ABS_TOL ${abs_tol_parallel}
|
||||
REL_TOL 1.0e-3
|
||||
DIR rxft_smry
|
||||
TEST_ARGS --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-8 --ecl-enable-drift-compensation=false)
|
||||
TEST_ARGS --enable-tuning=true --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-8 --ecl-enable-drift-compensation=false)
|
||||
|
@ -285,7 +285,7 @@ add_test_compareECLFiles(CASENAME polymer_oilwater
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
TEST_ARGS --tolerance-mb=1.e-7)
|
||||
TEST_ARGS --solver-max-time-step-in-days=10 --tolerance-mb=1.e-7)
|
||||
|
||||
add_test_compareECLFiles(CASENAME polymer_injectivity
|
||||
FILENAME 2D_POLYMER_INJECTIVITY
|
||||
@ -439,7 +439,8 @@ add_test_compareECLFiles(CASENAME udq_actionx
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR udq_actionx)
|
||||
DIR udq_actionx
|
||||
TEST_ARGS --solver-max-time-step-in-days=5)
|
||||
|
||||
add_test_compareECLFiles(CASENAME udq_wconprod
|
||||
FILENAME UDQ_WCONPROD
|
||||
@ -1221,7 +1222,8 @@ add_test_compareECLFiles(CASENAME rxft_smry
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR rxft_smry )
|
||||
DIR rxft_smry
|
||||
TEST_ARGS --enable-tuning=true)
|
||||
|
||||
add_test_compareECLFiles(CASENAME bo_diffusion
|
||||
FILENAME BO_DIFFUSE_CASE1
|
||||
@ -1242,7 +1244,8 @@ add_test_compareECLFiles(CASENAME actionx_wpimult
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR actionx)
|
||||
DIR actionx
|
||||
TEST_ARGS --enable-tuning=true)
|
||||
|
||||
add_test_compareECLFiles(CASENAME wvfpexp_02
|
||||
FILENAME WVFPEXP-02
|
||||
|
Loading…
Reference in New Issue
Block a user