mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-28 03:53:49 -06:00
Added working PINCH test cases as regressions.
This hopefully will prevent breaking things when further work for PINCH is done. The following tests are still known to fail with current master: T2A_NOPINCH T2A_GAP T2A_NOGAP T4A1_NOGAP T4A1_GAP
This commit is contained in:
parent
70cd4f41cb
commit
290e7146ad
@ -444,6 +444,29 @@ add_test_compareECLFiles(CASENAME pinch_multzm_all_barrier
|
||||
REL_TOL ${rel_tol}
|
||||
DIR pinch)
|
||||
|
||||
set(_pinch_cases
|
||||
T1A_GAP T1A_NOGAP T1A_NOPINCH
|
||||
T1A1_NOGAP
|
||||
T2A1_GAP
|
||||
T1B_NOPINCH
|
||||
T1B1_GAP
|
||||
T1C_NOPINCH
|
||||
T1C1_NOGAP T1C1_GAP
|
||||
T1C2_GAP T1C2_NOGAP
|
||||
T1C3_GAP T1C3_NOGAP
|
||||
T1D_NOPINCH
|
||||
T1D1_GAP T1D1_NOGAP)
|
||||
|
||||
foreach(pinch_case ${_pinch_cases})
|
||||
string(TOLOWER ${pinch_case} pinch_test)
|
||||
add_test_compareECLFiles(CASENAME pinch_${pinch_test}
|
||||
FILENAME ${pinch_case}
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR pinch)
|
||||
endforeach()
|
||||
|
||||
add_test_compareECLFiles(CASENAME udq_uadd
|
||||
FILENAME UDQ_M1
|
||||
SIMULATOR flow
|
||||
@ -820,7 +843,7 @@ add_test_compareECLFiles(CASENAME spe1_gaswater_solvent
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR spe1_solvent)
|
||||
|
||||
|
||||
add_test_compareECLFiles(CASENAME bc_lab
|
||||
FILENAME BC_LAB
|
||||
SIMULATOR flow
|
||||
|
@ -79,7 +79,6 @@ tests[spe1_radial]="flow radial_grid RADIAL_CAKESLICE"
|
||||
tests[spe1_import]="flow spe1 SPE1CASE1_IMPORT"
|
||||
tests[network_balance_01]="flow network NETWORK-01"
|
||||
tests[jfunc_01]="flow jfunc JFUNC-01"
|
||||
tests[pinch_nopinch_1x1x10]="flow pinch PINCH10_NOPINCH"
|
||||
tests[ctaquifer_2d_oilwater]="flow aquifer-oilwater 2D_OW_CTAQUIFER"
|
||||
tests[fetkovich_2d]="flow aquifer-fetkovich 2D_FETKOVICHAQUIFER"
|
||||
tests[numerical_aquifer_3d_1aqu]="flow aquifer-num 3D_1AQU_3CELLS"
|
||||
@ -170,6 +169,24 @@ tests[pinch_multz_all]="flow pinch PINCH_MULTZ_ALL"
|
||||
tests[pinch_multzm_all]="flow pinch PINCH_MULTZ-_ALL"
|
||||
tests[pinch_multz_all_barrier]="flow pinch PINCH_MULTZ_ALL_BARRIER"
|
||||
tests[pinch_multzm_all_barrier]="flow pinch PINCH_MULTZ-_ALL_BARRIER"
|
||||
tests[pinch_nopinch_1x1x10]="flow pinch PINCH10_NOPINCH"
|
||||
tests[pinch_t1a_gap]="flow pinch T1A_GAP"
|
||||
tests[pinch_t1a_nogap]="flow pinch T1A_NOGAP"
|
||||
tests[pinch_t1a_nopinch]="flow pinch T1A_NOPINCH"
|
||||
tests[pinch_t1a1_nogap]="flow pinch T1A1_NOGAP"
|
||||
tests[pinch_t1b_nopinch]="flow pinch T1B_NOPINCH"
|
||||
tests[pinch_t1b1_gap]="flow pinch T1B1_GAP"
|
||||
tests[pinch_t1c_nopinch]="flow pinch T1C_NOPINCH"
|
||||
tests[pinch_t1c1_gap]="flow pinch T1C1_GAP"
|
||||
tests[pinch_t1c1_nogap]="flow pinch T1C1_NOGAP"
|
||||
tests[pinch_t1c2_gap]="flow pinch T1C2_GAP"
|
||||
tests[pinch_t1c2_nogap]="flow pinch T1C2_NOGAP"
|
||||
tests[pinch_t1c3_gap]="flow pinch T1C3_GAP"
|
||||
tests[pinch_t1c3_nogap]="flow pinch T1C3_NOGAP"
|
||||
tests[pinch_t1d_nopinch]="flow pinch T1D_NOPINCH"
|
||||
tests[pinch_t1d1_gap]="flow pinch T1D1_GAP"
|
||||
tests[pinch_t1d1_nogap]="flow pinch T1D1_NOGAP"
|
||||
tests[pinch_t2a1_gap]="flow pinch T2A1_GAP"
|
||||
tests[model6_msw]="flow model6 1_MSW_MODEL6"
|
||||
tests[norne_reperf]="flow norne NORNE_ATW2013_B1H_RE-PERF"
|
||||
tests[compl_smry]="flow compl_smry COMPL_SMRY"
|
||||
|
Loading…
Reference in New Issue
Block a user