mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 18:21:00 -06:00
commit
d8cec87f8b
@ -274,6 +274,13 @@ if(BUILD_FLOW_VARIANTS)
|
||||
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_spider
|
||||
@ -1033,6 +1040,8 @@ if(MPI_FOUND)
|
||||
REL_TOL ${rel_tol}
|
||||
DIR spe1
|
||||
TEST_ARGS --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-8)
|
||||
|
||||
if(BUILD_FLOW_VARIANTS)
|
||||
add_test_compare_parallel_simulation(CASENAME spe1_thermal
|
||||
FILENAME SPE1CASE2_THERMAL_ONEPHASE
|
||||
SIMULATOR flow_onephase_energy
|
||||
@ -1041,6 +1050,15 @@ if(MPI_FOUND)
|
||||
DIR spe1
|
||||
TEST_ARGS --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-8)
|
||||
|
||||
add_test_compare_parallel_simulation(CASENAME spe1_water
|
||||
FILENAME SPE1CASE1_WATER
|
||||
SIMULATOR flow_onephase
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR spe1
|
||||
TEST_ARGS --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-8)
|
||||
endif()
|
||||
|
||||
add_test_compare_parallel_simulation(CASENAME spe1_brine
|
||||
FILENAME SPE1CASE1_BRINE
|
||||
SIMULATOR flow
|
||||
|
@ -57,7 +57,7 @@ tests[spe1_2p]="flow spe1 SPE1CASE2_2P"
|
||||
tests[spe1_oilgas]="flow spe1 SPE1CASE2_OILGAS"
|
||||
tests[spe1_nowells]="flow spe1 SPE1CASE2_NOWELLS"
|
||||
tests[spe1_thermal]="flow spe1 SPE1CASE2_THERMAL"
|
||||
tests[spe1_thermal_onephase]="flow_onephase_energy spe1 SPE1CASE1_THERMAL_ONEPHASE"
|
||||
tests[spe1_thermal_onephase]="flow_onephase_energy spe1 SPE1CASE2_THERMAL_ONEPHASE"
|
||||
tests[spe1_thermal_watvisc]="flow spe1 SPE1CASE2_THERMAL_WATVISC"
|
||||
tests[spe1_rockcomp]="flow spe1 SPE1CASE2_ROCK2DTR"
|
||||
tests[spe1_brine]="flow spe1_brine SPE1CASE1_BRINE"
|
||||
|
Loading…
Reference in New Issue
Block a user