mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-22 09:16:27 -06:00
Add UDQ_WCONPROD model to integration testing
This commit is contained in:
parent
dfe22cb1a4
commit
2a7c576509
@ -304,6 +304,13 @@ add_test_compareECLFiles(CASENAME multregt_model2
|
||||
REL_TOL ${rel_tol}
|
||||
DIR model2)
|
||||
|
||||
add_test_compareECLFiles(CASENAME udq_wconprod
|
||||
FILENAME UDQ_WCONPROD
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR udq_actionx)
|
||||
|
||||
add_test_compareECLFiles(CASENAME multxyz_model2
|
||||
FILENAME 2_MULTXYZ_MODEL2
|
||||
SIMULATOR flow
|
||||
|
@ -64,6 +64,7 @@ tests[multiply_tranxyz_model2]="flow model2 8_MULTIPLY_TRANXYZ_MODEL2 multiply_t
|
||||
tests[editnnc_model2]="flow model2 9_EDITNNC_MODEL2 editnnc_model2"
|
||||
tests[polymer_injectivity]="flow polymer_injectivity 2D_POLYMER_INJECTIVITY"
|
||||
tests[nnc]="flow editnnc NNC_AND_EDITNNC nnc"
|
||||
tests[udq]="flow udq_actionx UDQ_WCONPROD"
|
||||
|
||||
changed_tests=""
|
||||
for test_name in ${!tests[*]}
|
||||
|
Loading…
Reference in New Issue
Block a user