mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Added support for water-only and water-only + thermal to flow.
Also run the onephase tests with flow now.
This commit is contained in:
@@ -363,21 +363,19 @@ add_test_compareECLFiles(CASENAME spe1_metric_vfp1
|
||||
REL_TOL ${rel_tol}
|
||||
DIR vfpprod_spe1)
|
||||
|
||||
if(BUILD_FLOW_VARIANTS)
|
||||
add_test_compareECLFiles(CASENAME spe1_water
|
||||
FILENAME SPE1CASE1_WATER
|
||||
SIMULATOR flow_onephase
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR spe1)
|
||||
add_test_compareECLFiles(CASENAME spe1_water
|
||||
FILENAME SPE1CASE1_WATER
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR spe1)
|
||||
|
||||
add_test_compareECLFiles(CASENAME spe1_thermal_onephase
|
||||
FILENAME SPE1CASE2_THERMAL_ONEPHASE
|
||||
SIMULATOR flow_onephase_energy
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR spe1)
|
||||
endif()
|
||||
add_test_compareECLFiles(CASENAME spe1_thermal_onephase
|
||||
FILENAME SPE1CASE2_THERMAL_ONEPHASE
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR spe1)
|
||||
|
||||
add_test_compareECLFiles(CASENAME spe1_spider
|
||||
FILENAME SPIDER_CAKESLICE
|
||||
|
||||
Reference in New Issue
Block a user