Adds a simple test case for gas lift.

Adds a simple test case for gas lift optimization. Currently this is
very simplistic and only covers a fraction of the gas lift optimization
code. The plan is to use this as a building block to add more tests
in the future.
This commit is contained in:
Håkon Hægland
2021-04-01 16:41:46 +02:00
parent 35646178ae
commit 61e67b143d
13 changed files with 51763 additions and 20 deletions

View File

@@ -94,6 +94,7 @@ list (APPEND TEST_SOURCE_FILES
tests/test_wellprodindexcalculator.cpp
tests/test_wellstatefullyimplicitblackoil.cpp
tests/test_parallelwellinfo.cpp
tests/test_glift1.cpp
)
if(MPI_FOUND)
@@ -138,6 +139,16 @@ list (APPEND TEST_DATA_FILES
tests/rhs3rep.txt
tests/options_flexiblesolver.json
tests/options_flexiblesolver_simple.json
tests/GLIFT1.DATA
tests/include/flowl_b_vfp.ecl
tests/include/flowl_c_vfp.ecl
tests/include/permx_model5.grdecl
tests/include/pvt_live_oil_dgas.ecl
tests/include/relperm.inc
tests/include/rock.inc
tests/include/summary.inc
tests/include/test1_20x30x10.grdecl
tests/include/well_vfp.ecl
)