mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 10:40:21 -06:00
add flow_dyn test
This commit is contained in:
parent
81419aa001
commit
4636e7956e
@ -343,6 +343,13 @@ add_test_compareECLFiles(CASENAME spe5
|
||||
REL_TOL ${coarse_rel_tol}
|
||||
TEST_ARGS --flow-newton-max-iterations=20)
|
||||
|
||||
add_test_compareECLFiles(CASENAME spe5_co2eor
|
||||
FILENAME SPE5CASE1_DYN
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${coarse_rel_tol}
|
||||
TEST_ARGS --flow-newton-max-iterations=20)
|
||||
|
||||
add_test_compareECLFiles(CASENAME wecon_wtest
|
||||
FILENAME 3D_WECON
|
||||
SIMULATOR flow
|
||||
|
@ -69,6 +69,7 @@ tests[polymer_oilwater]="flow polymer_oilwater 2D_OILWATER_POLYMER"
|
||||
tests[polymer_simple2D]="flow polymer_simple2D 2D_THREEPHASE_POLY_HETER"
|
||||
tests[spe3]="flow spe3 SPE3CASE1"
|
||||
tests[spe5]="flow spe5 SPE5CASE1"
|
||||
tests[spe5_co2eor]="flow spe5_co2eor SPE5CASE1_DYN"
|
||||
tests[spe9group]="flow spe9group SPE9_CP_GROUP"
|
||||
tests[spe9]="flow spe9 SPE9_CP_SHORT"
|
||||
tests[wecon_wtest]="flow wecon_wtest 3D_WECON"
|
||||
|
Loading…
Reference in New Issue
Block a user