mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 10:40:21 -06:00
Merge pull request #2553 from alfbr/add-group-tests
Added the remaining group tests that are correct.
This commit is contained in:
commit
87d58a08b1
@ -552,6 +552,48 @@ add_test_compareECLFiles(CASENAME 9_2a_grpctl_msw_model2
|
||||
REL_TOL ${rel_tol}
|
||||
DIR model2)
|
||||
|
||||
add_test_compareECLFiles(CASENAME 9_3a_grpctl_stw_model2
|
||||
FILENAME 9_3A_GINJ_REIN-G_STW
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR model2)
|
||||
|
||||
add_test_compareECLFiles(CASENAME 9_3a_grpctl_msw_model2
|
||||
FILENAME 9_3A_GINJ_REIN-G_MSW
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR model2)
|
||||
|
||||
add_test_compareECLFiles(CASENAME 9_4a_grpctl_stw_model2
|
||||
FILENAME 9_4A_WINJ_MAXWRATES_MAXBHP_GCONPROD_1L_STW
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR model2)
|
||||
|
||||
add_test_compareECLFiles(CASENAME 9_4a_grpctl_msw_model2
|
||||
FILENAME 9_4A_WINJ_MAXWRATES_MAXBHP_GCONPROD_1L_MSW
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR model2)
|
||||
|
||||
add_test_compareECLFiles(CASENAME 9_4b_grpctl_msw_model2
|
||||
FILENAME 9_4B_WINJ_VREP-W_MSW
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR model2)
|
||||
|
||||
add_test_compareECLFiles(CASENAME 9_4c_grpctl_msw_model2
|
||||
FILENAME 9_4C_WINJ_GINJ_VREP-W_REIN-G_MSW
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR model2)
|
||||
|
||||
add_test_compareECLFiles(CASENAME wsegsicd
|
||||
FILENAME TEST_WSEGSICD
|
||||
SIMULATOR flow
|
||||
|
@ -99,6 +99,12 @@ tests[9_1b_grpctl_stw_model2]="flow model2 9_1B_DEPL_MAX_RATE_MIN_THP_STW 9_1b_g
|
||||
tests[9_1b_grpctl_msw_model2]="flow model2 9_1B_DEPL_MAX_RATE_MIN_THP_MSW 9_1b_grpctl_msw_model2"
|
||||
tests[9_2a_grpctl_stw_model2]="flow model2 9_2A_DEPL_GCONPROD_1L_STW 9_2a_grpctl_stw_model2"
|
||||
tests[9_2a_grpctl_msw_model2]="flow model2 9_2A_DEPL_GCONPROD_1L_MSW 9_2a_grpctl_msw_model2"
|
||||
tests[9_3a_grpctl_stw_model2]="flow model2 9_3A_GINJ_REIN-G_STW 9_3a_grpctl_stw_model2"
|
||||
tests[9_3a_grpctl_msw_model2]="flow model2 9_3A_GINJ_REIN-G_MSW 9_3a_grpctl_msw_model2"
|
||||
tests[9_4a_grpctl_stw_model2]="flow model2 9_4A_WINJ_MAXWRATES_MAXBHP_GCONPROD_1L_STW 9_4a_grpctl_stw_model2"
|
||||
tests[9_4a_grpctl_msw_model2]="flow model2 9_4A_WINJ_MAXWRATES_MAXBHP_GCONPROD_1L_MSW 9_4a_grpctl_msw_model2"
|
||||
tests[9_4b_grpctl_msw_model2]="flow model2 9_4B_WINJ_VREP-W_MSW 9_4b_grpctl_msw_model2"
|
||||
tests[9_4c_grpctl_msw_model2]="flow model2 9_4C_WINJ_GINJ_VREP-W_REIN-G_MSW 9_4c_grpctl_msw_model2"
|
||||
tests[polymer_injectivity]="flow polymer_injectivity 2D_POLYMER_INJECTIVITY"
|
||||
tests[nnc]="flow editnnc NNC_AND_EDITNNC nnc"
|
||||
tests[udq_wconprod]="flow udq_actionx UDQ_WCONPROD udq_wconprod"
|
||||
|
Loading…
Reference in New Issue
Block a user