adding a test for polymer oil water

This commit is contained in:
Kai Bao
2018-02-28 08:39:38 +01:00
parent 635f6c7db2
commit b71949b09e
2 changed files with 15 additions and 0 deletions
+9
View File
@@ -107,6 +107,15 @@ for test_name in ${tests}; do
EGRID INIT SMSPEC UNRST UNSMRY
fi
if grep -q "polymer_oilwater" <<< $test_name
then
copyToReferenceDir \
$configuration/build-opm-simulators/tests/results/flow+polymer_oilwater/ \
$OPM_DATA_ROOT/polymer_oilwater/opm-simulation-reference/flow \
2D_OILWATER_POLYMER \
EGRID INIT SMSPEC UNRST UNSMRY
fi
if grep -q "polymer2d" <<< $test_name
then
copyToReferenceDir \