Commit Graph

8523 Commits

Author SHA1 Message Date
Joakim Hove
c4690fd3c0
Merge pull request #1730 from joakim-hove/segment-connection-block-depth
Changes in WELSPECS reports implementation
2020-04-22 09:53:53 +02:00
Joakim Hove
d0828c4016 Changes in WELSPECS reports implementation
- The table datastructures are created dynamically
- Pass a context variable to all fetcher functions
- Add function to look up grid cell depth
2020-04-22 09:16:06 +02:00
Joakim Hove
f0eaa8ea99
Merge pull request #1728 from joakim-hove/report-check-time
Report check time
2020-04-22 08:21:35 +02:00
Joakim Hove
b082a4d02f Send WELSPECS report to OpmLog::info() 2020-04-21 14:43:07 +02:00
Joakim Hove
22de4aaeee Write footnotes under the WELSPECS report tables 2020-04-21 14:42:26 +02:00
Williham Williham Totland
3db07ce4d3 Implement WELSPECS reports for MSW wells 2020-04-21 14:34:23 +02:00
Bård Skaflestad
f902ceb6d7
Merge pull request #1729 from joakim-hove/changed-wells
Add function Schedule::changed_wells() to use in WELSPECS reporting
2020-04-21 14:13:54 +02:00
Joakim Hove
d37aa1116d Add function Schedule::changed_wells() to use in WELSPECS reporting 2020-04-21 13:18:49 +02:00
Joakim Hove
0f5fddc470
Merge pull request #1722 from joakim-hove/raw-string-quote
Raw string quote
2020-04-21 13:02:49 +02:00
Joakim Hove
ca508663b2 Add comparison of connections to Well::operator== 2020-04-21 11:28:36 +02:00
Joakim Hove
9a6d4d43a8 Split Well::operator==() 2020-04-21 11:28:36 +02:00
Joakim Hove
f32f971bc5
Merge pull request #1727 from akva2/fix_test_suite
fixed: it's test_suite, not tests_suite
2020-04-21 11:17:12 +02:00
Joakim Hove
7f0700431a
Merge pull request #1726 from akva2/set_visibility
changed: explicitly set visibility on PyRunModule
2020-04-21 10:31:40 +02:00
Joakim Hove
3c60cb3765
Merge pull request #1723 from joakim-hove/welspecs-connection-DFACTOR
Add unsupported D-FACTOR to Welspecs Connection report
2020-04-21 09:33:27 +02:00
Joakim Hove
8debd0b044
Merge pull request #1725 from akva2/mark_pybind11_system
changed: mark pybind11 headers as system headers
2020-04-21 09:24:58 +02:00
Arne Morten Kvarving
0656b4bf17 fixed: it's test_suite, not tests_suite 2020-04-21 09:24:41 +02:00
Arne Morten Kvarving
23dccd9c54 changed: explicitly set visibility on PyRunModule
to avoid warnings for the pybind11 members with hidden visibility
2020-04-21 09:19:54 +02:00
Arne Morten Kvarving
c22a4ff980 changed: mark pybind11 headers as system headers
to quell some (shadowing) warnings
2020-04-21 09:00:30 +02:00
Joakim Hove
6f23f05c03 Add unsupported D-FACTOR to Welspecs Connection report 2020-04-21 08:29:39 +02:00
Joakim Hove
3077f7aff8 Introduce class RawString
The RawString class is introduced as a string which can hold the literals '*',
'/' and '''. The RawString class is used to hold the content of UDQ and ACTIONX
keywords.
2020-04-21 06:51:25 +02:00
Bård Skaflestad
89503cd4d9
Merge pull request #1676 from tskille/esmry_test_lod
Effective LOD for ESmry
2020-04-20 20:59:51 +02:00
Joakim Hove
635f3ccb4a
Merge pull request #1721 from akva2/fix_deck_deserialize
fixed: initialize iterators after deserialization
2020-04-20 15:03:43 +02:00
Arne Morten Kvarving
78a6854214 fixed: initialize iterators after deserialization 2020-04-20 13:19:55 +02:00
Joakim Hove
082ab35a0e
Merge pull request #1716 from joakim-hove/embedded-python-cmake
Set flag for embedded Python in the opm-common-config.cmake file
2020-04-20 11:16:03 +02:00
Bård Skaflestad
4da5a81233
Merge pull request #1718 from joakim-hove/welspecs-items
Internalize Gas inflow equation flag in Well - for reporting
2020-04-19 23:45:51 +02:00
Torbjørn Skille
54087e3bd8 Effective LOD for ESmry 2020-04-19 20:59:38 +02:00
Joakim Hove
0f22f897ed Add message about missing data 2020-04-19 08:58:31 +02:00
Joakim Hove
9194dd408e Add message about missing well D factor 2020-04-19 08:54:05 +02:00
Joakim Hove
84ad5ef502 Internalize Gas inflow equation flag in Well - for reporting 2020-04-19 08:37:48 +02:00
Joakim Hove
12b0537936
Merge pull request #1717 from berland/OPTIONS3
Add json file for OPTIONS3, E300.
2020-04-18 07:08:39 +02:00
Bård Skaflestad
2d4175ed0f
Merge pull request #1695 from GitPaean/msw_summary_keywords
adding the summary output keywords for MSW
2020-04-17 20:53:31 +02:00
Atgeirr Flø Rasmussen
4b1609b20a
Merge pull request #1712 from joakim-hove/group-control2
Separate flags for available_for_group_control for injectors and producers
2020-04-17 16:40:23 +02:00
Håvard Berland
f46a4c9a02 Update keyword_list.cmake with OPTIONS3 2020-04-17 16:28:20 +02:00
Håvard Berland
29e7ef4504 Add json file for OPTIONS3, E300. 2020-04-17 16:05:52 +02:00
Joakim Hove
7a2394ae12 Set flag for embedded Python in the opm-common-config.cmake file 2020-04-17 14:14:26 +02:00
Joakim Hove
819b624809 Changes in available for group control implementation
1. Add separate available_group_control flags for injection and production.
2. Add separate available_group_control flags for each injection phase.
2020-04-17 13:30:26 +02:00
Joakim Hove
dd30fb7bd8 Extracte Schedule construction to separate function in test 2020-04-17 13:03:26 +02:00
Joakim Hove
fbfd95d2f2
Merge pull request #1711 from joakim-hove/welspecs-unknown
Welspecs unknown
2020-04-17 11:43:34 +02:00
Joakim Hove
a18539c63c
Merge pull request #1620 from joakim-hove/run-pyaction
Run pyaction
2020-04-17 11:40:15 +02:00
Joakim Hove
53fddda62b
Merge pull request #1715 from joakim-hove/keywords
Add some missing keywords
2020-04-17 11:37:51 +02:00
Joakim Hove
78577e94cc Add some missing keywords 2020-04-17 08:57:17 +02:00
Kai Bao
e09b0a2de4 addressing reviewing comments from OPM/opm-common#1695 2020-04-17 01:06:22 +02:00
Kai Bao
8e4d4827a2 adding the test for new segment summary keywords 2020-04-17 00:38:21 +02:00
Kai Bao
34ca02c253 adding summary keywords for MSW
SPRD, SPRDH, SPRDF, SPRDA
2020-04-17 00:38:21 +02:00
Joakim Hove
3dbb922cc7 Fill on some of the unknown elements in WELSPECS report 2020-04-16 17:54:09 +02:00
Joakim Hove
315382bad8 Run PYACTION keywords
The PYACTION keyword is implemented with a Python module with a run() function
in an external module.
2020-04-16 14:13:54 +02:00
Williham Williham Totland
ead07d2f3f Passes line_number to columnwise data fetch function. 2020-04-16 09:39:46 +02:00
Joakim Hove
685ab301d2
Merge pull request #1691 from joakim-hove/UDQ-UNITS
Default construct UDQ keywords with value 0 when defined with UNIT
2020-04-16 09:27:28 +02:00
Joakim Hove
44c5a6c84c
Merge pull request #1709 from joakim-hove/region-fip-keyword
Minor fixup to REGION fip summary keyword regexp
2020-04-16 09:27:01 +02:00
Joakim Hove
b899a1da64
Merge pull request #1703 from joakim-hove/well-store-dens-calc
Check WELSPECS values
2020-04-16 09:26:48 +02:00