mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user