mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add Regression Test for WPIMULT in ACTIONX Block
To keep this feature working as intended.
This commit is contained in:
parent
88b944f60d
commit
9a171582b4
@ -1198,6 +1198,13 @@ add_test_compareECLFiles(CASENAME fpr_nonhc
|
|||||||
REL_TOL ${rel_tol}
|
REL_TOL ${rel_tol}
|
||||||
DIR water-1ph)
|
DIR water-1ph)
|
||||||
|
|
||||||
|
add_test_compareECLFiles(CASENAME actionx_wpimult
|
||||||
|
FILENAME ACTIONX_WPIMULT
|
||||||
|
SIMULATOR flow
|
||||||
|
ABS_TOL ${abs_tol}
|
||||||
|
REL_TOL ${rel_tol}
|
||||||
|
DIR actionx)
|
||||||
|
|
||||||
# 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
|
||||||
|
@ -191,6 +191,7 @@ tests[max_wgr_1]="flow wtest/wecon_wgr_max MAX_WGR_1"
|
|||||||
tests[rxft_smry]="flow rxft_smry TEST_RXFT"
|
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"
|
||||||
|
|
||||||
changed_tests=""
|
changed_tests=""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user