add regression test for model WVFPEXT-02

This commit is contained in:
Torbjørn Skille 2022-10-06 14:30:46 +02:00
parent 4b7ad47b69
commit 7afb12ff6e
2 changed files with 8 additions and 0 deletions

View File

@ -1212,6 +1212,13 @@ add_test_compareECLFiles(CASENAME actionx_wpimult
REL_TOL ${rel_tol}
DIR actionx)
add_test_compareECLFiles(CASENAME wvfpexp_02
FILENAME WVFPEXP-02
SIMULATOR flow
ABS_TOL ${abs_tol}
REL_TOL ${rel_tol}
DIR wvfpexp)
# Restart tests
opm_set_test_driver(${PROJECT_SOURCE_DIR}/tests/run-restart-regressionTest.sh "")
# Cruder tolerances for the restarted tests

View File

@ -193,6 +193,7 @@ tests[rxft_smry]="flow rxft_smry TEST_RXFT"
tests[bo_diffusion]="flow diffusion BO_DIFFUSE_CASE1"
tests[fpr_nonhc]="flow water-1ph WATER2F"
tests[actionx_wpimult]="flow actionx ACTIONX_WPIMULT"
tests[wvfpexp_02]="flow wvfpexp WVFPEXP-02"
changed_tests=""