mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
add polymer test for flow
This commit is contained in:
parent
46cf9e4058
commit
55538f23c4
@ -172,12 +172,13 @@ add_test_compareECLFiles(CASENAME msw_2d_h
|
|||||||
REL_TOL ${rel_tol}
|
REL_TOL ${rel_tol}
|
||||||
TEST_ARGS use_multisegment_well=true)
|
TEST_ARGS use_multisegment_well=true)
|
||||||
|
|
||||||
# TODO: add flow
|
foreach(SIM flow flow_polymer)
|
||||||
add_test_compareECLFiles(CASENAME polymer_simple2D
|
add_test_compareECLFiles(CASENAME polymer_simple2D
|
||||||
FILENAME 2D_THREEPHASE_POLY_HETER
|
FILENAME 2D_THREEPHASE_POLY_HETER
|
||||||
SIMULATOR flow_polymer
|
SIMULATOR ${SIM}
|
||||||
ABS_TOL ${abs_tol}
|
ABS_TOL ${abs_tol}
|
||||||
REL_TOL ${rel_tol})
|
REL_TOL ${rel_tol})
|
||||||
|
endforeach()
|
||||||
|
|
||||||
# TODO: move to flow
|
# TODO: move to flow
|
||||||
add_test_compareECLFiles(CASENAME spe5
|
add_test_compareECLFiles(CASENAME spe5
|
||||||
|
@ -86,6 +86,12 @@ for test_name in ${tests}; do
|
|||||||
$OPM_DATA_ROOT/polymer_simple2D/opm-simulation-reference/flow_polymer \
|
$OPM_DATA_ROOT/polymer_simple2D/opm-simulation-reference/flow_polymer \
|
||||||
2D_THREEPHASE_POLY_HETER \
|
2D_THREEPHASE_POLY_HETER \
|
||||||
EGRID INIT SMSPEC UNRST UNSMRY
|
EGRID INIT SMSPEC UNRST UNSMRY
|
||||||
|
|
||||||
|
copyToReferenceDir \
|
||||||
|
$configuration/build-opm-simulators/tests/results/flow+polymer_simple2D/ \
|
||||||
|
$OPM_DATA_ROOT/polymer_simple2D/opm-simulation-reference/flow \
|
||||||
|
2D_THREEPHASE_POLY_HETER \
|
||||||
|
EGRID INIT SMSPEC UNRST UNSMRY
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if grep -q "spe3" <<< $test_name
|
if grep -q "spe3" <<< $test_name
|
||||||
|
Loading…
Reference in New Issue
Block a user