mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-16 05:21:56 -06:00
Add udq test UDQ_M2
This commit is contained in:
parent
d69d0e95e7
commit
237db3be6d
@ -471,6 +471,13 @@ add_test_compareECLFiles(CASENAME udq_uadd
|
||||
REL_TOL ${rel_tol}
|
||||
DIR udq_actionx)
|
||||
|
||||
add_test_compareECLFiles(CASENAME udq_undefined
|
||||
FILENAME UDQ_M2
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR udq_actionx)
|
||||
|
||||
if (opm-common_EMBEDDED_PYTHON)
|
||||
add_test_compareECLFiles(CASENAME udq_pyaction
|
||||
FILENAME PYACTION_WCONPROD
|
||||
|
@ -126,6 +126,7 @@ tests[nnc]="flow editnnc NNC_AND_EDITNNC"
|
||||
tests[udq_wconprod]="flow udq_actionx UDQ_WCONPROD"
|
||||
tests[udq_actionx]="flow udq_actionx UDQ_ACTIONX"
|
||||
tests[udq_uadd]="flow udq_actionx UDQ_M1"
|
||||
tests[udq_undefined]="flow udq_actionx UDQ_M2"
|
||||
tests[udq_pyaction]="flow udq_actionx PYACTION_WCONPROD"
|
||||
tests[spe1_foam]="flow spe1_foam SPE1FOAM"
|
||||
tests[wsegsicd]="flow wsegsicd TEST_WSEGSICD"
|
||||
|
Loading…
Reference in New Issue
Block a user