mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-22 01:07:24 -06:00
Adding tests
This commit is contained in:
parent
c9cc261891
commit
36b341e4f6
@ -74,6 +74,24 @@ add_test_compare_restarted_simulation(CASENAME aquflux_02
|
||||
DIR aquifers
|
||||
TEST_ARGS --enable-tuning=true)
|
||||
|
||||
add_test_compare_restarted_simulation(CASENAME network_01_restart
|
||||
FILENAME NETWORK-01-RESTART
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol_restart}
|
||||
REL_TOL ${rel_tol_restart}
|
||||
RESTART_STEP 5
|
||||
DIR network
|
||||
TEST_ARGS --enable-tuning=true --local-well-solve-control-switching=true)
|
||||
|
||||
add_test_compare_restarted_simulation(CASENAME network_01_reroute_restart
|
||||
FILENAME NETWORK-01-REROUTE-RESTART
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol_restart}
|
||||
REL_TOL ${rel_tol_restart}
|
||||
RESTART_STEP 5
|
||||
DIR network
|
||||
TEST_ARGS --enable-tuning=true --local-well-solve-control-switching=true)
|
||||
|
||||
# The dynamic MSW data is not written to /read from the restart file
|
||||
# We therefore accept significant deviation in the results.
|
||||
# Note also that we use --sched-restart=true since some necessary
|
||||
|
Loading…
Reference in New Issue
Block a user