mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 02:30:18 -06:00
Add regression testing for model ACTIONX_UDQ
This commit is contained in:
parent
b568237c04
commit
8673e02317
@ -980,6 +980,13 @@ add_test_compareECLFiles(CASENAME actionx_wefac
|
||||
REL_TOL ${rel_tol}
|
||||
DIR actionx)
|
||||
|
||||
add_test_compareECLFiles(CASENAME actionx_udq
|
||||
FILENAME ACTIONX_UDQ
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR actionx)
|
||||
|
||||
add_test_compareECLFiles(CASENAME micp
|
||||
FILENAME MICP
|
||||
SIMULATOR flow
|
||||
|
@ -161,6 +161,7 @@ tests[actionx_gconinje]="flow actionx ACTIONX_GCONINJE"
|
||||
tests[actionx_gconprod]="flow actionx ACTIONX_GCONPROD"
|
||||
tests[actionx_wconinje]="flow actionx ACTIONX_WCONINJE"
|
||||
tests[actionx_wefac]="flow actionx ACTIONX_WEFAC"
|
||||
tests[actionx_udq]="flow actionx ACTIONX_UDQ"
|
||||
tests[micp]="flow micp MICP"
|
||||
tests[0_base_model6]="flow model6 0_BASE_MODEL6"
|
||||
tests[0a_aquct_model6]="flow model6 0A_AQUCT_MODEL6"
|
||||
|
Loading…
Reference in New Issue
Block a user