include twophase gaswater in the test suite

This commit is contained in:
Paul Egberts 2021-08-03 12:24:09 +02:00
parent a80894d679
commit 68f7ad65ba
2 changed files with 15 additions and 0 deletions

View File

@ -220,6 +220,13 @@ add_test_compareECLFiles(CASENAME spe1_oilgas
REL_TOL ${coarse_rel_tol} REL_TOL ${coarse_rel_tol}
DIR spe1) DIR spe1)
add_test_compareECLFiles(CASENAME spe1_gaswater
FILENAME SPE1CASE2_GASWATER
SIMULATOR flow
ABS_TOL ${abs_tol}
REL_TOL ${coarse_rel_tol}
DIR spe1)
add_test_compareECLFiles(CASENAME spe1 add_test_compareECLFiles(CASENAME spe1
FILENAME SPE1CASE1 FILENAME SPE1CASE1
SIMULATOR flow SIMULATOR flow
@ -1007,6 +1014,13 @@ if(MPI_FOUND)
REL_TOL ${rel_tol_parallel} REL_TOL ${rel_tol_parallel}
TEST_ARGS --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-8) TEST_ARGS --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-8)
add_test_compare_parallel_simulation(CASENAME spe1_gaswater
FILENAME SPE1CASE2_GASWATER
SIMULATOR flow
ABS_TOL ${abs_tol_parallel}
REL_TOL ${rel_tol_parallel}
TEST_ARGS --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-8)
add_test_compare_parallel_simulation(CASENAME spe9 add_test_compare_parallel_simulation(CASENAME spe9
FILENAME SPE9_CP_SHORT FILENAME SPE9_CP_SHORT
SIMULATOR flow SIMULATOR flow

View File

@ -55,6 +55,7 @@ tests[spe1]="flow spe1 SPE1CASE1"
tests[spe12]="flow spe1 SPE1CASE2" tests[spe12]="flow spe1 SPE1CASE2"
tests[spe1_2p]="flow spe1 SPE1CASE2_2P" tests[spe1_2p]="flow spe1 SPE1CASE2_2P"
tests[spe1_oilgas]="flow spe1 SPE1CASE2_OILGAS" tests[spe1_oilgas]="flow spe1 SPE1CASE2_OILGAS"
tests[spe1_gaswater]="flow spe1 SPE1CASE2_GASWATER"
tests[spe1_nowells]="flow spe1 SPE1CASE2_NOWELLS" tests[spe1_nowells]="flow spe1 SPE1CASE2_NOWELLS"
tests[spe1_thermal]="flow spe1 SPE1CASE2_THERMAL" tests[spe1_thermal]="flow spe1 SPE1CASE2_THERMAL"
tests[spe1_thermal_onephase]="flow_onephase_energy spe1 SPE1CASE2_THERMAL_ONEPHASE" tests[spe1_thermal_onephase]="flow_onephase_energy spe1 SPE1CASE2_THERMAL_ONEPHASE"