mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-26 19:56:27 -06:00
addTestCaseSalt
This commit is contained in:
parent
874e4f818c
commit
23bc8f4cde
@ -342,13 +342,20 @@ add_test_compareECLFiles(CASENAME spe1_brine
|
||||
REL_TOL ${rel_tol}
|
||||
DIR spe1_brine)
|
||||
|
||||
add_test_compareECLFiles(CASENAME spe1_precsalt
|
||||
add_test_compareECLFiles(CASENAME spe1_precsalt
|
||||
FILENAME SPE1CASE1_PRECSALT
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR spe1_precsalt)
|
||||
|
||||
add_test_compareECLFiles(CASENAME gas_precsalt
|
||||
FILENAME GASWATER_VAPWAT_PRECSALT.DATA
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR spe1_precsalt)
|
||||
|
||||
add_test_compareECLFiles(CASENAME spe1_brine_gaswater
|
||||
FILENAME SPE1CASE2_BRINE_GASWATER
|
||||
SIMULATOR flow
|
||||
|
@ -71,6 +71,7 @@ tests[spe1_thermal_watvisc]="flow spe1 SPE1CASE2_THERMAL_WATVISC"
|
||||
tests[spe1_rockcomp]="flow spe1 SPE1CASE2_ROCK2DTR"
|
||||
tests[spe1_brine]="flow spe1_brine SPE1CASE1_BRINE"
|
||||
tests[spe1_precsalt]="flow spe1_precsalt SPE1CASE1_PRECSALT"
|
||||
tests[gas_precsalt]="flow spe1_precsalt GASWATER_VAPWAT_PRECSALT"
|
||||
tests[spe1_brine_gaswater]="flow spe1_brine SPE1CASE2_BRINE_GASWATER"
|
||||
tests[spe1_water]="flow spe1 SPE1CASE1_WATER"
|
||||
tests[spe1_spider]="flow radial_grid SPIDER_CAKESLICE"
|
||||
|
Loading…
Reference in New Issue
Block a user