mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
add regression test for model WVFPEXT-02
This commit is contained in:
parent
4b7ad47b69
commit
7afb12ff6e
@ -1212,6 +1212,13 @@ add_test_compareECLFiles(CASENAME actionx_wpimult
|
|||||||
REL_TOL ${rel_tol}
|
REL_TOL ${rel_tol}
|
||||||
DIR actionx)
|
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
|
# Restart tests
|
||||||
opm_set_test_driver(${PROJECT_SOURCE_DIR}/tests/run-restart-regressionTest.sh "")
|
opm_set_test_driver(${PROJECT_SOURCE_DIR}/tests/run-restart-regressionTest.sh "")
|
||||||
# Cruder tolerances for the restarted tests
|
# Cruder tolerances for the restarted tests
|
||||||
|
@ -193,6 +193,7 @@ tests[rxft_smry]="flow rxft_smry TEST_RXFT"
|
|||||||
tests[bo_diffusion]="flow diffusion BO_DIFFUSE_CASE1"
|
tests[bo_diffusion]="flow diffusion BO_DIFFUSE_CASE1"
|
||||||
tests[fpr_nonhc]="flow water-1ph WATER2F"
|
tests[fpr_nonhc]="flow water-1ph WATER2F"
|
||||||
tests[actionx_wpimult]="flow actionx ACTIONX_WPIMULT"
|
tests[actionx_wpimult]="flow actionx ACTIONX_WPIMULT"
|
||||||
|
tests[wvfpexp_02]="flow wvfpexp WVFPEXP-02"
|
||||||
|
|
||||||
changed_tests=""
|
changed_tests=""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user