Merge pull request #3062 from joakim-hove/enable-actionx-test

Enable new test udq_actionx/ACTIONX_M1
This commit is contained in:
Joakim Hove 2021-04-13 09:28:32 +02:00 committed by GitHub
commit 061b5c2395
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

View File

@ -497,6 +497,14 @@ add_test_compareECLFiles(CASENAME udq_wconprod
REL_TOL ${rel_tol}
DIR udq_actionx)
add_test_compareECLFiles(CASENAME actionx_m1
FILENAME ACTIONX_M1
SIMULATOR flow
ABS_TOL ${abs_tol}
REL_TOL ${rel_tol}
DIR udq_actionx
TEST_ARGS --solver-max-time-step-in-days=1)
add_test_compareECLFiles(CASENAME pinch_multz_all
FILENAME PINCH_MULTZ_ALL
SIMULATOR flow
@ -1065,4 +1073,12 @@ if(MPI_FOUND)
REL_TOL ${coarse_rel_tol_parallel}
DIR aquifer-num
TEST_ARGS --relaxed-max-pv-fraction=0 --tolerance-cnv=0.00003 --time-step-control=pid --linsolver=cpr)
add_test_compare_parallel_simulation(CASENAME actionx_m1
FILENAME ACTIONX_M1
SIMULATOR flow
ABS_TOL ${abs_tol_parallel}
REL_TOL ${rel_tol_parallel}
DIR udq_actionx
TEST_ARGS --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-6)
endif()

View File

@ -132,6 +132,7 @@ tests[polymer_injectivity]="flow polymer_injectivity 2D_POLYMER_INJECTIVITY"
tests[nnc]="flow editnnc NNC_AND_EDITNNC"
tests[udq_wconprod]="flow udq_actionx UDQ_WCONPROD"
tests[udq_actionx]="flow udq_actionx UDQ_ACTIONX"
tests[actionx_m1]="flow udq_actionx ACTIONX_M1"
tests[udq_uadd]="flow udq_actionx UDQ_M1"
tests[udq_undefined]="flow udq_actionx UDQ_M2"
tests[udq_in_actionx]="flow udq_actionx UDQ_M3"