mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-16 20:24:48 -06:00
Merge pull request #3456 from plgbrts/gw1
include twophase gaswater in the test suite
This commit is contained in:
commit
034e1c19da
@ -220,6 +220,13 @@ add_test_compareECLFiles(CASENAME spe1_oilgas
|
||||
REL_TOL ${coarse_rel_tol}
|
||||
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
|
||||
FILENAME SPE1CASE1
|
||||
SIMULATOR flow
|
||||
@ -1007,6 +1014,14 @@ if(MPI_FOUND)
|
||||
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 spe1_gaswater
|
||||
FILENAME SPE1CASE2_GASWATER
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol_parallel}
|
||||
REL_TOL ${rel_tol_parallel}
|
||||
DIR spe1
|
||||
TEST_ARGS --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-8)
|
||||
|
||||
add_test_compare_parallel_simulation(CASENAME spe9
|
||||
FILENAME SPE9_CP_SHORT
|
||||
SIMULATOR flow
|
||||
|
@ -55,6 +55,7 @@ tests[spe1]="flow spe1 SPE1CASE1"
|
||||
tests[spe12]="flow spe1 SPE1CASE2"
|
||||
tests[spe1_2p]="flow spe1 SPE1CASE2_2P"
|
||||
tests[spe1_oilgas]="flow spe1 SPE1CASE2_OILGAS"
|
||||
tests[spe1_gaswater]="flow spe1 SPE1CASE2_GASWATER"
|
||||
tests[spe1_nowells]="flow spe1 SPE1CASE2_NOWELLS"
|
||||
tests[spe1_thermal]="flow spe1 SPE1CASE2_THERMAL"
|
||||
tests[spe1_thermal_onephase]="flow_onephase_energy spe1 SPE1CASE2_THERMAL_ONEPHASE"
|
||||
|
Loading…
Reference in New Issue
Block a user