mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add regression testing for model UDQ_M3
This commit is contained in:
parent
887b13705d
commit
ba25f35c57
@ -478,6 +478,13 @@ add_test_compareECLFiles(CASENAME udq_undefined
|
||||
REL_TOL ${rel_tol}
|
||||
DIR udq_actionx)
|
||||
|
||||
add_test_compareECLFiles(CASENAME udq_in_actionx
|
||||
FILENAME UDQ_M3
|
||||
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
|
||||
|
@ -127,6 +127,7 @@ 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_in_actionx]="flow udq_actionx UDQ_M3"
|
||||
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