Merge pull request #1349 from akva2/polymer_fix

fixed: run polymer integration test with flow, not recently removed flow_polymer
This commit is contained in:
Atgeirr Flø Rasmussen 2017-11-28 12:42:40 +01:00 committed by GitHub
commit 14cedcf434
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,14 +5,14 @@ cd deps/opm-data
# Run the simple2D polymer case
cd polymer_simple2D
$WORKSPACE/$configuration/build-opm-simulators/bin/flow_polymer run.param
$WORKSPACE/$configuration/build-opm-simulators/bin/flow run.param
test $? -eq 0 || exit 1
cd ..
# Compare OPM with eclipse reference
compareECL=$WORKSPACE/$configuration/install/bin/compareECL
reffile=polymer_simple2D/eclipse-simulation/2D_THREEPHASE_POLY_HETER
opmfile=polymer_simple2D/opm-simulation-reference/flow_polymer/2D_THREEPHASE_POLY_HETER
opmfile=polymer_simple2D/opm-simulation-reference/flow/2D_THREEPHASE_POLY_HETER
$compareECL $reffile $opmfile 1.0 0.004 -k SGAS
test $? -eq 0 || exit 1
$compareECL $reffile $opmfile 1.0 0.004 -k SWAT