mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add actionx testing of GCONPROD
This commit is contained in:
parent
6e37b9ae05
commit
33033cd6cc
@ -935,6 +935,14 @@ add_test_compareECLFiles(CASENAME actionx_gconinje
|
|||||||
REL_TOL ${rel_tol}
|
REL_TOL ${rel_tol}
|
||||||
DIR actionx)
|
DIR actionx)
|
||||||
|
|
||||||
|
add_test_compareECLFiles(CASENAME actionx_gconprod
|
||||||
|
FILENAME ACTIONX_GCONPROD
|
||||||
|
SIMULATOR flow
|
||||||
|
ABS_TOL ${abs_tol}
|
||||||
|
REL_TOL ${rel_tol}
|
||||||
|
DIR actionx)
|
||||||
|
|
||||||
|
|
||||||
add_test_compareECLFiles(CASENAME actionx_wconinje
|
add_test_compareECLFiles(CASENAME actionx_wconinje
|
||||||
FILENAME ACTIONX_WCONINJE
|
FILENAME ACTIONX_WCONINJE
|
||||||
SIMULATOR flow
|
SIMULATOR flow
|
||||||
|
@ -158,6 +158,7 @@ tests[co2store]="flow co2store CO2STORE"
|
|||||||
tests[co2store_diffusive]="flow co2store CO2STORE_DIFFUSIVE"
|
tests[co2store_diffusive]="flow co2store CO2STORE_DIFFUSIVE"
|
||||||
tests[co2store_drsdtcon]="flow co2store CO2STORE_DRSDTCON"
|
tests[co2store_drsdtcon]="flow co2store CO2STORE_DRSDTCON"
|
||||||
tests[actionx_gconinje]="flow actionx ACTIONX_GCONINJE"
|
tests[actionx_gconinje]="flow actionx ACTIONX_GCONINJE"
|
||||||
|
tests[actionx_gconprod]="flow actionx ACTIONX_GCONPROD"
|
||||||
tests[actionx_wconinje]="flow actionx ACTIONX_WCONINJE"
|
tests[actionx_wconinje]="flow actionx ACTIONX_WCONINJE"
|
||||||
|
|
||||||
changed_tests=""
|
changed_tests=""
|
||||||
|
Loading…
Reference in New Issue
Block a user