Magne Sjaastad
7c2941aedd
#9366 RFT: Show all results with supported item count
2022-10-18 07:22:56 +02:00
Magne Sjaastad
1d23e8f5c9
Show packer in RFT topology track
...
* Show packers in topology track
* Support optional display of property axis values
* Add legend item clickable option to RimPlotWindow
2022-10-13 13:03:55 +02:00
Magne Sjaastad
6d5e303361
Add topology curves and show in additional track
...
* Add topology curves and default plot
* Improve visual appearance
* Update sub module opm-common
* Add support for INCLUDE keyword to allow parsing of include files recursively
* Search for *.DATA with fallback to *.SCH to automatically import WESEGLINK data
* Find annulus branch based on MD diff on segment start
* Stop growing device branch if segment starts at a lower MD than previous
2022-10-07 12:37:23 +02:00
Magne Sjaastad
89d7dd4561
Show branch ID range in addition to branch index
2022-10-06 10:32:44 +02:00
Kristian Bendiksen
3dad3c65cb
Thermal Fracture: Improve handling of result names and units.
2022-10-03 08:33:55 +02:00
Kristian Bendiksen
8193f24a55
Thermal Fracture: guard for nullptrs for surface export.
2022-10-03 08:33:55 +02:00
Kristian Bendiksen
a84801715d
Thermal Fracture: detect when conductivity is already in correct unit.
2022-10-03 08:33:55 +02:00
Kristian Bendiksen
d0b961871a
Thermal Fracture: convert conductivity from darcy to milliDarcy.
2022-10-03 08:33:55 +02:00
Kristian Bendiksen
619807b81f
Thermal Fracture: add python script for exporting template as surface.
2022-10-03 08:33:55 +02:00
Kristian Bendiksen
2fea355cd2
Thermal Fracture: Fix off-by-one in properties parsing.
...
Would leave out the last element from the file (i.e LeakoffPressureDrop).
2022-10-03 08:33:55 +02:00
Jon Jenssen
1cc40eee38
Fix broken observed csv data import
2022-08-24 13:34:23 +02:00
Magne Sjaastad
b6973a3644
RFT: Add connection data as segment results
2022-08-22 04:51:46 -07:00
Magne Sjaastad
d994a38959
Show log message when data from WSEGLINK is imported
2022-08-22 04:51:46 -07:00
Magne Sjaastad
1f2e9babe6
RFT: Support device and annulus branches ( #9168 )
...
* Add unit test used to read data from WSEGLINK
* Add segment branch type
* Add detection of device branches
* Add data source stepping on branch type
* parse wseglink data
* add RFT case as child of RimFileSummaryCase
2022-08-16 12:40:25 +02:00
Kristian Bendiksen
a87e05035d
#9102 Thermal Fracture: handle field units.
2022-08-05 13:45:31 +02:00
Kristian Bendiksen
8f1f20ac7e
janitor: Improve variable name.
2022-08-03 14:04:31 +02:00
Kristian Bendiksen
40cc3f9dc6
#9101 Thermal Fracture Import: detect and refuse inconsistent units.
...
All values in the file should be in either field or metric units, and mixing is
not allowed.
2022-08-03 14:04:31 +02:00
Kristian Bendiksen
65600f58b3
Thermal Fracture Import: handle csv with space between name and unit
2022-08-01 13:56:38 +02:00
Magne Sjaastad
7a0bfd4917
Use updated version of opm-common as submodule
...
* Adjustments to build system for opm-common
* Add opm-common as submodule
* Disable use of unity build for opm-common
2022-07-07 22:17:33 +02:00
Kristian Bendiksen
44c469c12c
#9099 Thermal Fracture Import: include perimter nodes.
2022-07-06 18:18:11 +02:00
Kristian Bendiksen
4b8a02cf46
Thermal Fracture: improve import and display of timestamps
2022-07-06 18:18:11 +02:00
Kristian Bendiksen
972013c631
#9039 : Thermal Fractures: add file reader
2022-07-06 18:18:11 +02:00
Magne Sjaastad
b706192ea3
Performance updates ( #9082 )
...
* Avoid creation of curve legend widgets during construction of a multi plot
* Make sure default z-value is correct to avoid expensive Qwt updates
* Avoid duplicate plot updates
* Do not create internal Qwt legend by default
* RFT import: Avoid expensive method throwing exception if no data is found
2022-06-24 16:16:46 +02:00
Magne Sjaastad
d854a3d3e7
Merge pull request #9063 from OPM/more-rft-fixes-01
...
More RFT fixes
2022-06-17 17:24:58 +02:00
Magne Sjaastad
62cf62b9a2
Improve UI for RFT segment curves ( #9061 )
...
* Make sure all curve values are set correctly for plot orientation
* Make sure depth zoom is propagated to the Qwt plot
* Expand min/max value range to allow more space around curves
* Use int values to represent RFT segment branch number
2022-06-16 13:55:42 +02:00
Magne Sjaastad
d146ada592
#9037 RFT import: Missing data in RFT file caused crash
2022-06-09 11:44:21 +02:00
Magne Sjaastad
d36bf11c62
Several performance fixes ( #9026 )
...
* #9023 Performance: Use count instead of for loop
* #9023 Analyzer: Cache vector names for categories
* #9023 Performance : Use cached ensemble analyzer
* #9023 Performance : Add min/max values to ensemble statistics
* #9023 Performance : Improve statistics calculator
* #9023 Performance : Use high performance toInt()
* #9023 Performance : Build summary addresses in parallell
2022-06-07 21:09:36 +02:00
Magne Sjaastad
2472f4697c
Improve summary category detection for opm-common reader ( #9018 )
...
* Move code to quantitynameinforprovider
* Use some region-to-region helper function from opm-common
* Add more fallbacks
2022-06-03 13:54:15 +02:00
Kristian Bendiksen
92afb11a76
#8899 Try exact matches for eclipse summary category search.
...
Fixes incorrect classification for vectors with 8 characters starting with
'N' (e.g NLINSMAX). They were classified as "network", but lookup table have
them correctly classified as "misc".
2022-05-31 22:16:24 +02:00
Magne Sjaastad
c74701b687
Rename several child() and children() functions
2022-05-31 15:05:07 +02:00
Kristian Bendiksen
c9aa9285d2
#8900 Summary Data: fix error in h5-data for time scale above 250 years
...
The usual implementation of chrono::system_clock::to_time_t() uses nanoseconds
which will overflow on data with long time spans. Fixed by lowering resolution
to seconds, and adding custom conversion method.
Fixes #8900 .
2022-05-27 12:11:19 +02:00
Kristian Bendiksen
53af120f39
#2434 Eclipse input property: fix import for keywords without data
...
Keywords without data does not have a trailing '/'.
2022-05-25 21:32:51 +02:00
Magne Sjaastad
f52acd9a64
#8893 Rename quantity name -> vector name
2022-05-10 08:17:41 +02:00
jonjenssen
d3ce7a2096
Add support for all summary data types in data sources tree ( #8873 )
...
* Add support for all summary data types in data sources tree
* Use item icons for folders.
2022-05-03 16:29:55 +02:00
Magne Sjaastad
ca9b209e9b
#8864 Fix no data issue for Analysis Plot
...
When RifMultipleSummaryReaders was introduced, no summary data was available to Analysis plots. Fix this by always return true in RifSummaryReaderInterface::hasAddress for a default address object
2022-05-03 09:16:54 +02:00
Magne Sjaastad
571011c2bd
#8833 Import Of Observed FMU Data: Improve parsing of text files
2022-04-26 07:59:11 +02:00
Magne Sjaastad
93614ef272
Merge pull request #8791 from OPM/8790-rename-to-group
...
Rename summary references to "Group"
2022-04-07 21:06:40 +02:00
Magne Sjaastad
9c987855f2
Merge remote-tracking branch 'origin/patch_2021.10.3' into dev
2022-03-28 09:06:38 +02:00
Magne Sjaastad
7c4e81f59f
Adaption of #8356 Summary Data : Add support for use of summary summary data from Python
2022-03-28 08:46:10 +02:00
Magne Sjaastad
cbaaabf67e
#8558 Use both conditions to disable use of start of simulation
...
GeoMech cases require this test condition
2022-03-28 08:46:10 +02:00
Magne Sjaastad
ee888237f3
#8558 Fix reading of simulation dates for restart case
...
The date import was wrong for some restart cases.
2022-03-28 08:46:10 +02:00
Magne Sjaastad
2800f1f189
#8354 RFT file open : Inconsistent data might lead to crash
...
Use try/catch to avoid crash from RFT file reader. Avoid reading data when considering if menu items should be visible.
2022-03-28 08:46:10 +02:00
Magne Sjaastad
869921d300
#8375 Flow Vectors : Avoid recomputing NNCs when accessing flow data
...
Avoid include of RigNNCData.h in header files.
2022-03-28 08:46:10 +02:00
Magne Sjaastad
7cd917e0d8
#8307 Input Eclipse Case: Handle trailing line comment
2022-03-28 08:46:10 +02:00
Kristian Bendiksen
86ea679871
#8652 Import Surface: Fix ts-file import with properties on Linux ( #8730 )
...
The file had DOS line endings (\t\n) which where not properly trimmed on linux.
Fixes #8652 .
2022-03-25 14:16:25 +01:00
Magne Sjaastad
8feb0c363b
#8307 Input Eclipse Case: Handle trailing line comment
2022-03-24 15:22:07 +01:00
Magne Sjaastad
806a149809
Fix several deprecation warnings ( #8657 )
...
* Use constructor instead of nullptr for WindowFlags
* Use constructor instead of nullptr for Alignment
* Disable deprecation warning for QProcess
* Add string split method to RaTextStringTools
* Add caf.cpp used to manage Qt function deprecations
* Use position()
2022-03-11 13:24:01 +01:00
Magne Sjaastad
f154f8c500
Import RFT segment data as well log curve ( #8449 )
...
Add reader for RFT data using opm-common
Extend RFT curve with support for RFT segment data
Adjustments related to horizontal well log plots
8581 Well Log Plot : Update of curve appearance does not update plot
2022-02-23 13:57:02 +01:00
Magne Sjaastad
0879f3748b
#8558 Use both conditions to disable use of start of simulation
...
GeoMech cases require this test condition
2022-02-17 08:53:11 +01:00
Magne Sjaastad
79f427f64b
#8558 Fix reading of simulation dates for restart case
...
The date import was wrong for some restart cases.
2022-02-16 19:38:57 +01:00
Magne Sjaastad
358c11264a
Merge pull request #8519 from magnesj/simplify-windows-env
...
Simplify GitHub Action and support windows-2022
2022-02-04 08:45:38 +01:00
Magne Sjaastad
e203c76099
#8425 Summary Multi Plots: Add grouping on wells, groups, ...
...
* #8425 Multi Graph : Support grouping on object name
* #8425 Multi Graph : Improve creation of new graphs
* #8425 Multi Graph : Improve default tick mark count
* Handle history and non history as identical headers
* #8425 Multi Graph : Increase space below a graph
2022-01-10 14:51:31 +01:00
Magne Sjaastad
3c35244809
#8420 Janitor: Remove empty parameters in initialization macros
2022-01-07 08:31:52 +01:00
Magne Sjaastad
60873e54f4
Janitor: Always report unit for summary vectors
2022-01-06 15:49:20 +01:00
Magne Sjaastad
db8209d23a
Janitor : Trim unit text for summary vectors
2022-01-06 15:49:20 +01:00
Magne Sjaastad
891a2e7c29
#8375 Flow Vectors : Avoid recomputing NNCs when accessing flow data
...
Avoid include of RigNNCData.h in header files.
2021-12-20 10:23:52 +01:00
Magne Sjaastad
4090e70507
#8356 Summary Data : Add support for use of summary summary data from Python
2021-12-14 12:01:06 +01:00
Magne Sjaastad
48843c50f6
#8354 RFT file open : Inconsistent data might lead to crash
...
Use try/catch to avoid crash from RFT file reader. Avoid reading data when considering if menu items should be visible.
2021-12-09 09:59:18 +01:00
Magne Sjaastad
0a8b52051d
Merge remote-tracking branch 'origin/main' into dev
2021-12-01 16:29:57 +01:00
Magne Sjaastad
1559d72766
#8339 Summary Preferences : Adjust default settings
2021-12-01 16:27:28 +01:00
Magne Sjaastad
ed914a03a4
Janitor : Rename variable and function names
2021-12-01 16:27:28 +01:00
Magne Sjaastad
8b36ec9925
#8313 Ensemble import: Avoid log message when no h5-file is found
2021-12-01 16:27:28 +01:00
Magne Sjaastad
5d96a98b06
#8316 Summary vector names: Use stripped quantity name to find category
2021-12-01 16:27:28 +01:00
Magne Sjaastad
6847e0573e
#8316 Summary vector names: Use stripped quantity name to find category
2021-11-25 20:47:12 +01:00
Magne Sjaastad
88ca478bab
Janitor : Rename variable and function names
2021-11-24 09:24:35 +01:00
Magne Sjaastad
79058fe122
#8313 Ensemble import: Avoid log message when no h5-file is found
2021-11-24 08:53:33 +01:00
Magne Sjaastad
2a65636ba3
#8250 Use variadic macros and remove obsolete parameters
2021-11-14 15:26:09 +01:00
jonjenssen
08af2e7c17
WIA: Add better support for list parameters ( #8266 )
...
* Add better support for list parameters
2021-11-09 18:17:47 +01:00
Magne Sjaastad
b2433bf185
Janitor : Move disable exception print before any HDF5 operations
...
Some regression tests cause exceptions to trigger based on the HDF5 data present in test dataset. This causes the regression test to hang.
2021-11-05 12:30:45 +01:00
Magne Sjaastad
defccca4be
#8210 Summary Import : Improve fallback strategy
2021-10-28 10:57:03 +02:00
Magne Sjaastad
da74a4f0d6
#8196 GRDECL import : Handle multiple items of same value
2021-10-27 09:29:36 +02:00
Magne Sjaastad
6b13a31349
#8143 Performance: Avoid parsing grid GRDECL file twice
...
Previous implementation parsed grid file twice both for geometry data and properties.
2021-10-21 14:21:16 +02:00
Magne Sjaastad
54d1b67d88
GRDECL import : Fix import of mapaxes
2021-10-18 10:20:28 +02:00
Magne Sjaastad
afadaf27d5
Merge pull request #8159 from OPM/performance-surface
...
Performance Surface import and resampling
2021-10-15 16:55:58 +02:00
Magne Sjaastad
c3e60dbc6f
#8130 Import Input Eclipse Grid: Fix missing return statement
2021-10-14 07:41:41 +02:00
Magne Sjaastad
c33f33d995
#8130 Import Input Eclipse Grid: Skip keyword GDORIENT
2021-10-14 07:30:24 +02:00
Magne Sjaastad
6bfdcebf0b
#8143 Review feedback
2021-10-14 07:26:13 +02:00
Magne Sjaastad
04b19e3ad7
#8143 GRDECL import : Refactor grid data and property import
2021-10-14 07:26:13 +02:00
Magne Sjaastad
488468723b
#8143 Add EclipseTextFileReader with unit test
...
unit
2021-10-14 07:26:13 +02:00
Kristian Bendiksen
faba3a980d
#8027 StimPlan Model Export: Add perforation, formation and facies info
2021-10-04 10:20:09 +02:00
Magne Sjaastad
e5e1f59aef
#8069 Summary ESMRY : Improve robustness and error reporting
2021-09-29 18:46:26 +02:00
Kristian Bendiksen
f407acd5fa
#8034 Pass reader settings to eclipse loading methods.
2021-09-29 09:40:27 +02:00
Kristian Bendiksen
b9767a35a4
#8019 StimPlan model: Apply default poro and perm as minimum values ( #8023 )
2021-09-20 12:30:01 +02:00
Magne Sjaastad
2480a782d1
Ensemble Surface improvements
...
* Performance : Improve surface import
* Performance: Use opm when importing files
* Surface : Use the triangle size as basis for the maximum search distance
* Performance : Resample surfaces in parallell
* Performance: Import file surfaces in parallell
* Ensemble Surface : Create one ensemble per surface
2021-09-16 14:28:19 +02:00
Kristian Bendiksen
1e83254e9e
Make P10/P90 calculation style more explicit
2021-09-16 10:38:27 +02:00
Magne Sjaastad
9838f766cb
Performance : Use std::string when parsing address strings
2021-09-13 14:08:50 +02:00
Magne Sjaastad
41f80e7d89
#7912 Summary Data Import : Review feedback
2021-09-13 10:00:45 +02:00
Magne Sjaastad
f699f5f6b8
#7912 Summary Data Import : Update to ESMRY format
2021-09-13 10:00:45 +02:00
Magne Sjaastad
737ee811fa
#7912 Summary Data Import : Map from eclAdr to keyword
2021-09-13 10:00:45 +02:00
magnesj
2dbe0a0c9c
#7912 Summary Data Import : Update selected opm-common files
2021-09-13 10:00:45 +02:00
jonjenssen
a5b80c649b
Merge pull request #7960 from OPM/geomech_WIA4
...
GeoMech: Well Integrity Analysis
2021-09-09 17:34:27 +02:00
Magne Sjaastad
638f926429
cmake-format: Allow dangling parenthesis
2021-09-01 08:13:16 +02:00
Kristian Bendiksen
503d946bc1
#7923 Ensemble Fracture Statistics: export fracture orientation for result files ( #7926 )
2021-08-31 08:12:40 +02:00
Magne Sjaastad
b78cf3a4bb
Use cmake-format on all cmake files
2021-08-26 19:46:38 +02:00
Kristian Bendiksen
61ea190920
StimPlan Export: Workaround precision issue in Deviation.frk export
2021-08-23 15:10:22 +02:00
Magne Sjaastad
e03bebf5fe
#7838 Summary: Include missing Node vector GPR in category Group
2021-07-01 16:05:46 +02:00
jonjenssen
f9129e767f
Make sure fault_ra parameter file is overwritten.
...
Adjust digits in loadstep strings to max number of steps.
Always use 0 as first step for adv. processing.
2021-06-10 14:27:21 +02:00
Magne Sjaastad
0b724da685
#7746 Plot window Messages: Simplify comments related to h5-files
2021-06-10 08:09:48 +02:00
jonjenssen
e2e04db6eb
Write numbers as numbers in json, not strings ( #7736 )
2021-05-28 15:24:30 +02:00
jonjenssen
8752eebdca
Fault React. Assessment updates, part 2 ( #7735 )
...
* Add additional parameters to postprocessing script.
2021-05-28 14:31:36 +02:00