Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto choke tests #5845

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions regressionTests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,31 @@ add_test_compareECLFiles(CASENAME network_01_reroute
ABS_TOL ${abs_tol}
REL_TOL ${rel_tol}
DIR network
TEST_ARGS --enable-tuning=true --local-well-solve-control-switching=true)
TEST_ARGS --enable-tuning=true)

add_test_compareECLFiles(CASENAME network_01_reroute_std
FILENAME NETWORK-01-REROUTE_STD
SIMULATOR flow
ABS_TOL ${abs_tol}
REL_TOL ${rel_tol}
DIR network
TEST_ARGS --enable-tuning=true --local-well-solve-control-switching=true)
TEST_ARGS --enable-tuning=true)

add_test_compareECLFiles(CASENAME network_model5_stdw_autochk
FILENAME NETWORK_MODEL5_STDW_AUTOCHK
SIMULATOR flow
ABS_TOL ${abs_tol}
REL_TOL ${rel_tol}
DIR network
TEST_ARGS --enable-tuning=true)

add_test_compareECLFiles(CASENAME network_model5_stdw_autochk_groupguiderates
FILENAME NETWORK_MODEL5_STDW_AUTOCHK_GROUPGUIDERATES
SIMULATOR flow
ABS_TOL ${abs_tol}
REL_TOL ${rel_tol}
DIR network
TEST_ARGS --enable-tuning=true)

add_test_compareECLFiles(CASENAME gas_precsalt
FILENAME GASWATER_VAPWAT_PRECSALT
Expand Down