adding test for polymer_injectivity

This commit is contained in:
Kai Bao
2018-12-12 16:24:24 +01:00
parent 5535406b67
commit 1ddcfcb679
2 changed files with 7 additions and 0 deletions

View File

@@ -238,6 +238,11 @@ add_test_compareECLFiles(CASENAME polymer_oilwater
ABS_TOL ${abs_tol}
REL_TOL ${rel_tol})
add_test_compareECLFiles(CASENAME polymer_injectivity
FILENAME 2D_POLYMER_INJECTIVITY
SIMULATOR flow
ABS_TOL ${abs_tol}
REL_TOL ${rel_tol})
add_test_compareECLFiles(CASENAME polymer_simple2D
FILENAME 2D_THREEPHASE_POLY_HETER
@@ -352,4 +357,5 @@ if(MPI_FOUND)
SIMULATOR flow
ABS_TOL ${abs_tol_parallel}
REL_TOL ${coarse_rel_tol_parallel})
endif()