Arne Morten Kvarving
42a268a3cf
Merge pull request #2193 from akva2/add_restart_serialization_test
...
added: test for serializations in ParallelRestart
2019-11-28 15:19:32 +01:00
Arne Morten Kvarving
414f64f46d
changed: only update reference data for tests marked as failures
2019-11-28 11:34:42 +01:00
Arne Morten Kvarving
6a630f9648
add test case for rockcomp
2019-11-28 09:55:47 +01:00
Arne Morten Kvarving
1ca7bdfe47
added: test for serializations in ParallelRestart
2019-11-28 08:58:56 +01:00
Arne Morten Kvarving
0d7b7f6e00
Merge pull request #2189 from akva2/add_diff_as_comment
...
Add ascii diff of changes to data update PR
2019-11-28 08:38:46 +01:00
Joakim Hove
099fbc05d0
Use EclipseState based Schedule constructor
2019-11-27 11:39:16 +01:00
Arne Morten Kvarving
a7332e16cf
added: generate ascii diff in update_reference_data.sh
2019-11-27 09:17:37 +01:00
Joakim Hove
b35e5c10b6
Use EclipseState based Schedule constructor
2019-11-27 00:18:28 +01:00
Atgeirr Flø Rasmussen
e718bf3ccf
Remove unused code.
2019-11-25 11:00:21 +01:00
Atgeirr Flø Rasmussen
bddeaba880
Delete obsolete include directives and functions.
...
Also make other minor adjustments, in particular moving the function
getCubeDim() from WellsManagerDetail to WellHelpers.hpp.
2019-11-25 10:58:44 +01:00
Atgeirr Flø Rasmussen
87188f5862
Avoid using the Wells struct.
2019-11-25 08:36:18 +01:00
Atgeirr Flø Rasmussen
2a5c93356c
Merge pull request #2160 from joakim-hove/rename-well2
...
Rename Well2 -> Well and Group2 -> Group
2019-11-14 10:33:54 +01:00
Joakim Hove
fce5d2f369
Rename Well2 -> Well and Group2 -> Group
2019-11-13 23:18:01 +01:00
Joakim Hove
b03078452f
Make sure the perforation pressures is initialized also for STOP wells
2019-11-12 15:41:22 +01:00
Tor Harald Sandve
0b6899a135
Comment out failing tests
...
The tests fails due to fix in VFPHelpers.hpp that disallow extrapolation higher then 3.0.
2019-10-18 16:08:07 +02:00
Tor Harald Sandve
88d8e2a68e
don't set the control from the schedule, unfix the restart issue
2019-10-18 16:08:07 +02:00
Tor Harald Sandve
53896ffca8
Use well and group controls from opm-common.
...
This PR remove the usage of well_control_ from opm-core
and instead uses the control classes for wells and groups
from opm-common.
This PR also removes the usage of the group classes from
opm-core.
2019-10-18 16:08:07 +02:00
Arne Morten Kvarving
8261a51e6e
remove libecl dependency
2019-10-15 14:36:05 +02:00
Bård Skaflestad
e33be89e6d
Reimplement 'test_ecl_output' Unit Test Using ESmry
...
This commit switches the 'test_ecl_output' unit test to using the
EclIO::ESmry class from OPM-Common. We add simple alternative
implementations of ecl_get_field_var() and ecl_get_general_var() in
terms of ESmry to avoid rewriting the test code itself.
As class ESmry does currently not support reading non-unified
(separate) summary files (.S000n), we temporarily switch the deck to
using unified output.
2019-10-14 19:43:11 -05:00
Joakim Hove
5b4b52fa5b
Merge pull request #2042 from joakim-hove/remove-gridmanager
...
GridManager - is it in use?
2019-10-11 16:34:36 +02:00
Bård Skaflestad
1b610f06a4
Prepare for Making Summary Writing Independent of LibECL
...
This commit adds requisite libecl includes that are needed as an
intermediate steps for enabling new summary writing independent of
libecl.
2019-10-04 20:32:09 +02:00
Joakim Hove
0961cf6e22
Remove unused #include of grid quantities
2019-10-04 13:48:47 +02:00
Joakim Hove
06107450d6
Uuse new EquilRecord from opm-common
2019-09-23 21:42:41 +02:00
Joakim Hove
bbb9cd3483
Pass sim start argument to SummaryState constructor
2019-09-20 07:40:04 +02:00
Arne Morten Kvarving
d3d9831fc3
changed: ewoms/common -> opm/models/utils
2019-09-19 11:14:36 +02:00
Arne Morten Kvarving
b2ce159509
quell unused variable warning
2019-09-18 13:03:21 +02:00
Atgeirr Flø Rasmussen
b8b3599ac5
Merge pull request #1993 from akva2/namespace_change
...
changed: namespace Ewoms -> namespace Opm
2019-09-09 09:05:19 +02:00
Arne Morten Kvarving
9b8d2c0760
fixed: don't flag error if rfts are missing (most cases lack them)
2019-09-06 15:39:45 +02:00
Arne Morten Kvarving
5599bb6d8c
changed: namespace Ewoms -> namespace Opm
2019-09-05 17:14:38 +02:00
Atgeirr Flø Rasmussen
aff158566e
Merge pull request #1990 from akva2/use_opm_grid_region_mapping
...
changed: remove duplicated regionmapping class
2019-09-05 12:39:33 +02:00
Arne Morten Kvarving
e1696e6d5b
changed: remove duplicated regionmapping class
...
use version from opm-grid
2019-09-04 15:47:52 +02:00
Joakim Hove
3d36565db7
Adapt to enum changes
2019-09-03 22:18:34 +02:00
Arne Morten Kvarving
ba698abfd1
changed: rename ewoms to opm-models
2019-08-23 11:27:16 +02:00
Joakim Hove
890d90e6e0
Change testname for UDQ test
2019-08-13 19:32:17 +02:00
Atgeirr Flø Rasmussen
b7a36a6a72
Merge pull request #1938 from atgeirr/use-foam-module
...
Use foam module
2019-08-09 09:54:33 +02:00
Joakim Hove
95f2d82f22
Enable UDA evaluation for groups
2019-08-08 07:54:17 +02:00
Joakim Hove
63e55bfa8f
Remove use of GroupTree from opm-common
2019-08-07 21:00:53 +02:00
Atgeirr Flø Rasmussen
dfae9d1b32
Add foam integration test.
2019-08-07 10:39:16 +02:00
Joakim Hove
2a1d42edcb
Use class Group2 from opm-common
2019-08-07 07:30:01 +02:00
Kai Bao
a772d1ef03
not extrapolating towards negative in VFP tables
2019-07-31 09:16:44 +02:00
Joakim Hove
54c4fc2f9c
Remove calls to Schedule::getGroups()
2019-07-08 07:18:41 +02:00
Joakim Hove
fd276843f2
Header file Group.hpp moved to Group/Group.hpp
2019-07-05 07:29:26 +02:00
Joakim Hove
9e2d6d1da7
Add UDQ_WCONPROD model to integration testing
2019-06-29 08:25:06 +02:00
Joakim Hove
4bc3c4d808
Revert "Add UDQ_WCONPROD model to integration testing"
2019-06-29 08:21:33 +02:00
Joakim Hove
2a7c576509
Add UDQ_WCONPROD model to integration testing
2019-06-28 12:48:31 +02:00
Kai Bao
24fe1c8fba
more fixing for the tests
2019-06-26 13:19:11 +02:00
Kai Bao
9a2fcdbfd5
fixing warnings in other folder under opm-simulators
2019-06-26 10:48:41 +02:00
Kai Bao
53b15527c2
fixing warnings under simulator/wells
2019-06-26 09:52:38 +02:00
Torbjørn Skille
ff212215a0
Including 10 new regression tests to test suite.
...
All of these regression tests are based on model2.
2019-06-25 14:04:12 +02:00
Andreas Lauser
9a4dd6210a
NNC sorter test: include config.h
...
This caused some issues on my machine and it is supposed to be done by
any compile unit anyway.
2019-06-21 19:06:46 +02:00