opm-core/tests
osae 18c8927334 Added some tests for the endpoint scaled relperm.
- satfuncStandard: Unscaled curves, using standard version of the
Gwseg model.
- satfuncEPSBase: Unscaled curves, but using the EPS version of
the Gwseg model.  There are some differences between this and the
standard version of Gwseg for derivatives at critical saturations.
The scheme for calculating the derivatives should be discussed.
(Will file a separate issue on this.)
- satfuncEPS_A: Scaled curves.  Scaling parameters specified via
SWL family.
- satfuncEPS_B: Scaled curves.  Scaling parameters identical to _A
but this time specified via the ENPTVD table.  Test currently
suspended due problems with eclipse-state.
- satfuncEPS_C: Scaled curves.  Scaling parameters identical to _A
but this time specified via Norne-like syntax (EQUALS, COPY etc.).
2014-11-05 16:10:05 +01:00
..
capillary_overlap.DATA Update tests and provide some eclipse output. 2014-03-31 15:32:06 +02:00
capillary.DATA Glue in support for the grid property modifier keywords 2014-06-11 13:48:49 +02:00
compressed_gridproperty.data Add facility for accessing active subset of global data array 2014-08-27 21:19:41 +02:00
CORNERPOINT_ACTNUM.DATA Fixed error in testdata tests/CORNERPOPINT_ACTNUM.DATA 2014-04-29 09:19:07 +02:00
deadfluids.DATA Glue in support for the grid property modifier keywords 2014-06-11 13:48:49 +02:00
equil_livegas.DATA Some additional tests: live gas, RSVD and RVVD 2014-04-03 09:07:00 +02:00
equil_liveoil_grid.DATA Add test data file for compute_initial_state.cpp. 2014-02-27 15:55:08 +01:00
equil_liveoil.DATA Update tests and provide some eclipse output. 2014-03-31 15:32:06 +02:00
equil_rsvd_and_rvvd.DATA Some additional tests: live gas, RSVD and RVVD 2014-04-03 09:07:00 +02:00
extratestdata.xml Now compiles parameter testcase, removed extraneous imported makefiles. 2011-12-19 16:02:51 +01:00
liveoil.DATA blackoil fluids test: add section markers to make EclipseState happy 2014-09-19 15:27:12 +02:00
satfuncEPS_A.DATA Added some tests for the endpoint scaled relperm. 2014-11-05 16:10:05 +01:00
satfuncEPS_B.DATA Added some tests for the endpoint scaled relperm. 2014-11-05 16:10:05 +01:00
satfuncEPS_C.DATA Added some tests for the endpoint scaled relperm. 2014-11-05 16:10:05 +01:00
satfuncEPSBase.DATA Added some tests for the endpoint scaled relperm. 2014-11-05 16:10:05 +01:00
satfuncStandard.DATA Added some tests for the endpoint scaled relperm. 2014-11-05 16:10:05 +01:00
test_blackoilfluid.cpp Changing the tolerance for blackoilfluid tests. 2014-09-23 14:38:32 +02:00
test_blackoilstate.cpp rename all "newParserDeck" objects to "deck" 2014-05-21 11:22:43 +02:00
test_cartgrid.cpp Rename test itself to not conflict with local variable 2013-08-01 12:14:23 +02:00
test_column_extract.cpp rename all "newParserDeck" objects to "deck" 2014-05-21 11:22:43 +02:00
test_compressedpropertyaccess.cpp Move local type tags out of individual tests. 2014-08-28 15:00:49 +02:00
test_cubic.cpp Convert cubic interpolator to use Boost::UnitTest 2013-08-01 10:40:55 +02:00
test_dgbasis.cpp Update to follow previous moves and deletes. 2013-03-18 12:40:34 +01:00
test_EclipseWriter.cpp Squash warnings by removing or commenting out unused parameters. 2014-08-28 14:14:22 +02:00
test_equil.cpp Changes in the ref. solution in the DeakAllDead test 2014-08-12 07:08:57 +02:00
test_event.cpp Add classes for event-handling 2013-08-26 12:52:03 +02:00
test_geom2d.cpp Unit test the geometry computations for 2D grids 2013-01-22 23:21:26 +01:00
test_linearsolver.cpp Increase verbosity such that we see the actual solve 2014-03-20 22:24:33 +01:00
test_minpvprocessor.cpp New class MinpvProcessor, and test. 2014-08-25 15:20:01 +02:00
test_nonuniformtablelinear.cpp Disable build kluge that is no longer pertinent 2013-06-20 23:14:39 +02:00
test_parallel_linearsolver.cpp Make code compile with dune trunk version (ie 3.0-git). This should include support for 2014-08-06 14:00:54 +02:00
test_param.cpp Restructure tests directory to unit tests 2013-02-11 22:38:01 +01:00
test_parser.cpp Merged upstream/master 2014-02-04 21:42:07 +01:00
test_propertysystem.cpp add a test for the property system 2013-09-19 20:09:07 +02:00
test_quadratures.cpp Move GridManager to grid subdir. 2013-03-18 10:16:46 +01:00
test_regionmapping.cpp Move RegionMapping class to its own header, add test. 2014-02-24 15:19:04 +01:00
test_satfunc.cpp Added some tests for the endpoint scaled relperm. 2014-11-05 16:10:05 +01:00
test_shadow.cpp Provide way of shadowing only some properties 2013-07-30 13:11:52 +02:00
test_sparsetable.cpp Remove trailing whitespaces 2013-07-28 08:34:13 -03:00
test_sparsevector.cpp Restructure tests directory to unit tests 2013-02-11 22:38:01 +01:00
test_spline.cpp Fix variable shadowing warning. 2014-02-05 15:05:26 +01:00
test_timer.cpp Added the test code and test data. 2014-03-26 17:53:06 +01:00
test_ug.cpp Use new constructor for EclipseGrid. 2014-08-22 19:54:26 +02:00
test_uniformtablelinear.cpp Disable build kluge that is no longer pertinent 2013-06-20 23:14:39 +02:00
test_units.cpp Indent consistently with whitespace instead of tab 2013-08-01 12:16:20 +02:00
test_velocityinterpolation.cpp Only use Clang-specific pragma if compiler is Clang 2013-09-24 11:15:26 +02:00
test_wachspresscoord.cpp Move GridManager to grid subdir. 2013-03-18 10:16:46 +01:00
test_wellcollection.cpp Changed the WellCollection addChild functions to be more specific, and strict 2014-02-13 16:00:39 +01:00
test_wellcontrols.cpp well_controls: Add deep-copy (clone) support 2014-07-03 16:09:56 +02:00
test_wells.cpp Merge remote-tracking branch 'upstream/opm-parser-integrate' into wellsmanager-rates 2014-01-30 09:50:09 +01:00
test_wellsgroup.cpp Changed the access to Parser/EclipseState/Schedule to use new well injection and production properties. To be aligned with opm-parser:e75970a28b96374409a55e3e6cea2198b6a0ea23 2014-03-21 00:35:15 +01:00
test_wellsmanager.cpp The wellmanager test is modified to account for not adding shut wells 2014-10-27 07:23:58 +01:00
testBlackoilState1.DATA Merged upstream/master 2014-02-04 21:42:07 +01:00
testBlackoilState2.DATA Fix fallout from PR #474 2014-01-31 14:24:02 +01:00
testdata.xml Now compiles parameter testcase, removed extraneous imported makefiles. 2011-12-19 16:02:51 +01:00
testFluid.DATA Mark deck as FIELD units. 2013-06-05 12:24:23 +02:00
TESTTIMER.DATA Added the test code and test data. 2014-03-26 17:53:06 +01:00
wells_group.data Changed the data files used for testing: 2014-04-24 15:26:39 +02:00
wells_manager_data_expanded.data Removed WELOPEN from constructor, added throwing on non OPEN/SHUT statuses 2014-02-06 16:31:35 +01:00
wells_manager_data_wellSTOP.data Changed the data files used for testing: 2014-04-24 15:26:39 +02:00
wells_manager_data.data The wellmanager test is modified to account for not adding shut wells 2014-10-27 07:23:58 +01:00
wetgas.DATA blackoil fluids test: add section markers to make EclipseState happy 2014-09-19 15:27:12 +02:00