mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-30 11:06:55 -06:00
Merge pull request #1516 from andreatlonn/master
I have included the regression test for SPE1CASE1 using flow.
This commit is contained in:
commit
4a23d44f11
@ -181,6 +181,13 @@ add_test_compareECLFiles(CASENAME spe1
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol})
|
||||
|
||||
add_test_compareECLFiles(CASENAME spe1
|
||||
FILENAME SPE1CASE1
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol})
|
||||
|
||||
|
||||
add_test_compareECLFiles(CASENAME spe1_nowells
|
||||
FILENAME SPE1CASE2_NOWELLS
|
||||
SIMULATOR flow
|
||||
@ -195,6 +202,13 @@ add_test_compareECLFiles(CASENAME spe1_thermal
|
||||
REL_TOL ${rel_tol}
|
||||
DIR spe1)
|
||||
|
||||
add_test_compareECLFiles(CASENAME spe1_metric_vfp1
|
||||
FILENAME SPE1CASE1_METRIC_VFP1
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR vfpprod_spe1)
|
||||
|
||||
add_test_compareECLFiles(CASENAME ctaquifer_2d_oilwater
|
||||
FILENAME 2D_OW_CTAQUIFER
|
||||
SIMULATOR flow
|
||||
@ -245,6 +259,7 @@ add_test_compareECLFiles(CASENAME polymer_oilwater
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol})
|
||||
|
||||
|
||||
add_test_compareECLFiles(CASENAME polymer_simple2D
|
||||
FILENAME 2D_THREEPHASE_POLY_HETER
|
||||
SIMULATOR flow
|
||||
|
@ -32,6 +32,7 @@ declare -A tests
|
||||
# binary dirname casename [testname]
|
||||
# you only have to specify testname if it differs from dirname
|
||||
tests[spe11_seq]="flow_sequential spe1 SPE1CASE1"
|
||||
tests[spe1]="flow spe1 SPE1CASE1"
|
||||
tests[spe12]="flow spe1 SPE1CASE2"
|
||||
tests[spe12_legacy]="flow_legacy spe1 SPE1CASE2"
|
||||
tests[spe12p]="flow spe1 SPE1CASE2_2P spe1_2p"
|
||||
@ -51,6 +52,7 @@ tests[spe9group]="flow spe9group SPE9_CP_GROUP"
|
||||
tests[spe9]="flow spe9 SPE9_CP_SHORT"
|
||||
tests[spe9_legacy]="flow_legacy spe9 SPE9_CP_SHORT"
|
||||
tests[wecon_wtest]="flow wecon_wtest 3D_WECON"
|
||||
tests[spe1_metric_vfp1]="flow vfpprod_spe1 SPE1CASE1_METRIC_VFP1 spe1_metric_vfp1"
|
||||
|
||||
changed_tests=""
|
||||
for test_name in ${!tests[*]}
|
||||
|
Loading…
Reference in New Issue
Block a user