jonjenssen
2a57adf222
Make sure we create multiple plots if we import multiple summary cases at once.
2022-05-27 12:30:51 +02:00
Magne Sjaastad
ab2a7254f8
#8964 Avoid message box for PVT and Rel Perm issues
...
Log warning message to log window instead of a dialog
Improve text
2022-05-26 20:47:23 +02:00
Magne Sjaastad
a511bfd722
#8952 Only include fields to be modified for sub items on/off
...
Only one fieldChanged is issued, and make sure that all fields in the selection will change state. If state is not changed for the last field, no notification will happen.
2022-05-26 20:47:23 +02:00
Magne Sjaastad
4a1a2fe2be
#8634 Improve performance when deleting multiple wells
...
Disable general framework delete function, and use special well path delete function
2022-05-26 20:43:25 +02:00
jonjenssen
8e3289a432
Default summaryplot improvements ( #8950 )
...
* Add summary default plot type selection in preferences
* Create plots as set in preferences when loading summary cases. Allow selecting default plot templates from templates explorer tree
* Do not create plot if data vector setting is empty
2022-05-25 11:01:45 +02:00
Magne Sjaastad
f91fe41f1d
Several minor issues ( #8948 )
...
* #8947 Plot Template : Split export dialog into file path and name
* #8946 Update multi plot title when curve is appended by copy/paste
* #8946 Separate axis object name and axis title text
* If multi plot auto name is empty, use plot title "Plot N"
* QwtPlotWidget: Double click activates Zoom All
* More testing on valid main window before use
* Return false if event is not handeled
* Improve fallback plot name
* Tree View Editor: Early exit if selected object is unchanged
Resetting selection causes flickering
* Summary Plot : Select curve object in project tree when clicking on curve
2022-05-24 15:24:38 +02:00
Magne Sjaastad
01e670a3d8
Add copy/paste of Summary Multi Plot ( #8942 )
...
* Guard use of back() on empty vector
* Add "Show Data Sources" to ensemble realizations
* Update summary plot as summary curve collection is not visible in tree view
* Set selection manager root in RiaApplication
* Always close both main windows if present
* Add copy/paste of summary multi plot
* Add test for RiuMainWindow::instance() before use
* Remove duplicated code
* Multiple Tree Views : Use getTreeViewWithItem() to find correct tree view
* Minor UI adjustments
2022-05-23 14:25:53 +02:00
Jon Jenssen
05ce13b533
Fix crash if 3d window is not there when importing summary data
2022-05-23 11:03:32 +02:00
Magne Sjaastad
ccfc0e25bc
#7778 Check for valid pointer to main window before use
2022-05-22 11:35:40 +02:00
Kristian Bendiksen
9678b80feb
#7778 MainWindow: fix crash when reopening grid case
2022-05-20 14:51:01 +02:00
Magne Sjaastad
119367783b
Fix memory leak for data source ensemble summary ( #8919 )
...
* Do not create summary case group twice
* Fix memory leak of objects contained in childArrayFields
Use deleteAllChildObjects to delete objects instead of clear()
Rename collection function clear() -> deleteAllChildObjects
* Early exit for empty path
* Reduce redundant calls to refreshMetaData
2022-05-19 11:51:22 +02:00
jonjenssen
3b927e1c09
Split summary plot into multiple plots ( #8910 )
...
* Support splitting a summary plot with multiple curves into a new multiplot with one plot per curve
* Make sure the correct plot is deleted if using the plot context menu.
2022-05-13 16:36:30 +02:00
jonjenssen
6f26f8e462
Speed up summary case close/delete for ensembles ( #8907 )
...
* Speed up summary case close/delete for ensembles
2022-05-12 22:51:15 +02:00
jonjenssen
4f31f5c76e
Add support for deleting plot templates ( #8908 )
2022-05-12 21:46:35 +02:00
jonjenssen
828e8ec440
Show templates as separate project explorer tab. ( #8902 )
...
Add templates as separate project explorer tab.
Add support for renaming and editing templates
2022-05-11 19:46:17 +02:00
Kristian Bendiksen
daf02571c2
Mainwindow datasources ( #8883 )
...
* Main Window: add three dock widgets for splitting project tree
* Main Window: move scripts to separate tree widget
* Add eclipse result addresses to data source project tree.
* Grid Calculator: drag-and-drop for calculation variables.
* Grid Calculator: rename to 'Grid Property Calculator'.
2022-05-11 19:17:46 +02:00
jonjenssen
65827f9c1c
Improve summary case import performance ( #8897 )
...
* Improve summary case import performance
2022-05-11 10:47:12 +02:00
Magne Sjaastad
7d440a9c2f
Performance: Avoid calling allSummaryCases
...
allSummaryCases() is potentially a heavy CPU call for large ensembles. Always show the curve calculator button.
2022-05-10 10:24:52 +02:00
Magne Sjaastad
f52acd9a64
#8893 Rename quantity name -> vector name
2022-05-10 08:17:41 +02:00
Magne Sjaastad
df1bb06f09
Support delete of multiple sub plots in one operation
2022-05-10 08:17:41 +02:00
Kristian Bendiksen
4304bbbc48
Grid Calculator: refactor summary curve calculator and add grid calculator.
2022-05-09 15:36:27 +02:00
Magne Sjaastad
74ace7ea44
Summary Multi Plot : Improve default behaviour ( #8885 )
...
* Summary Multi Plot : Improve default behaviour
- Perform zoom when stepping to next item
- Set defaults for range aggregation and source stepping dimension based on content when creating a multi summary plot
* Plot Axis Appearance : Do not use bold for text configuration
* Improve how scale factor for legend values are computed
* Improve defaults for range aggregation and step dimension
* Reorder Capability : Get UI item before reordering is issued
Get UI item before reordering is issued, as this operation will invalidate the tree model
2022-05-06 12:09:55 +02:00
Magne Sjaastad
74075cc9ab
Merge pull request #8888 from OPM/8887-fix-reorder-capability
...
Fix reorder capability
2022-05-06 10:52:08 +02:00
Magne Sjaastad
e426364fd5
Toggle Action Performance : Send fieldChanged() only once
...
fieldChanged() can potentially do much work. When toggling objects in the project tree, make sure that fieldChanged is called only once for a toggle operation. This will make sure that we have the best possible performance in all use cases.
2022-05-05 14:15:45 +02:00
jonjenssen
296ddbde42
Merge pull request #8882 from OPM/append_curves
...
Summary Multiplot: Source Stepping append curves with performance fixes
2022-05-04 13:11:04 +02:00
Magne Sjaastad
46173af8c3
Merge pull request #8865 from OPM/8863-summary-issues
2022-05-03 08:51:26 +02:00
magnesj
19f2ddaaab
Fixes by clang-tidy
2022-05-02 07:12:34 +02:00
Magne Sjaastad
64bed1d611
Summary Multi Plot: Minor adjustments ( #8856 )
...
Remove obsolete single summary template code
Always use maximized state of the QMdiSubWindow when a plot or view is deleted.
Move time axis to top
Set correct text for unused axis
Avoid assert when layout is requested for non existing legend
2022-04-29 15:31:07 +02:00
Magne Sjaastad
f54399960d
Improve drag and drop features and right click commands ( #8854 )
2022-04-29 12:28:09 +02:00
Magne Sjaastad
172f891be9
Remove obsolete template commands ( #8851 )
...
* Remove obsolete template commands
Use first object in object list when creating plots for templates and a case is selected. (use first well in well list, first group in group list, ...)
* Always create the reference string
2022-04-28 18:28:24 +02:00
Magne Sjaastad
b030e617c6
#8849 Data Sources : Add append curves to plot based on selection
2022-04-28 12:20:15 +02:00
Magne Sjaastad
774538868a
#8844 Summary Multi Plot : Optional auto appearance settings
2022-04-26 15:05:00 +02:00
Magne Sjaastad
853b4a26d5
#8822 Summary Axis: Add tick mark count to y-axis
2022-04-22 23:14:48 +02:00
Magne Sjaastad
b6f7dd931e
Add option to export to pdf without asking user
2022-04-22 23:14:48 +02:00
Magne Sjaastad
ed6cbce71e
#8818 PDF Export : Avoid manipulation of resolution
...
The exported pdf is dependent on the width of the plot window. Remove code related to change of resolution when exporting to PDF. This makes the PDF export consistent and independent to width of view.
2022-04-22 09:22:11 +02:00
Jon Jenssen
5457c96a63
Remove obsolete open editor command
2022-04-21 17:28:50 +02:00
Magne Sjaastad
c95d79adc2
#8789 Summary Curve : Improve Append to Plot
2022-04-21 12:57:50 +02:00
Magne Sjaastad
8cdef0d861
#8782 Summary Plot: drag'n'drop data vector issue
...
Duplicate only matching vectors
More rename for Group
2022-04-08 13:22:29 +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
jonjenssen
d156160daf
Summary Multiplot: sync plot selection in tree with view ( #8788 )
...
* Make sure the subplot selected in the tree is shown in the multiplot viewer.
* Clean up multiplot toolbar handling a bit
* Remove old summary plot toolbar.
2022-04-07 16:24:27 +02:00
jonjenssen
3590c52cdc
Deprecate single summary plots and plot collections. ( #8777 )
...
* Deprecate single summary plots and plot collections. Replace functionality using summary multi plots. Clean up some code. Fix crash when trying to normalize an empty curve
2022-04-06 17:39:07 +02:00
Magne Sjaastad
22673c1073
Summary Multiplot: Add icon and update text
...
minor adjustments
2022-04-06 10:05:43 +02:00
Magne Sjaastad
dde0487024
Multiaxis: add support for Qwt multiaxis plot
2022-04-04 12:10:20 +02:00
jonjenssen
22d6e3f853
Merge pull request #8765 from OPM/summarymultiplot_performance2
...
Summary Multiplot performance improvements and fixes
2022-04-01 19:23:27 +02:00
Magne Sjaastad
46a8bd58b2
#8761 Multiplot template support
2022-04-01 12:04:46 +00:00
Magne Sjaastad
15f17234c8
#8747 MultiPlot : Duplicate and append plots for selected objects
2022-03-31 14:04:33 +02:00
jonjenssen
ebba37a623
Merge pull request #8754 from OPM/multiplot_improvements
...
Summary Multiplot: add new plot from a single curve in an ensemble plot and improve general plot performance
2022-03-31 12:34:07 +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
2b45892098
#8513 Use cell face when leaving cell when well path starts inside cell
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
985a2c8f30
Merge pull request #8376 from OPM/fault_visibilityupdates
...
Faults: Add Visibiliy mode for overlapping area
2022-03-28 08:46:10 +02:00
jonjenssen
19dc7493a8
Change ouput model name
2022-03-28 08:46:10 +02:00
jonjenssen
8c27a0f656
Support pausing before running abaqus script to allow input file modifications.
...
Add option in preferences to enable/disable pause.
2022-03-28 08:46:10 +02:00
Magne Sjaastad
4366e53733
#8728 Help Menu : Add search issues and create new issue
2022-03-25 12:14:19 +01:00
jonjenssen
8d3f41ded8
Merge pull request #8732 from OPM/summarymultiplot_updates2
...
Summary Multiplot updates
2022-03-25 11:39:12 +01:00
Kristian Bendiksen
80234ca105
#8644 : Avoid overwriting preferences for date and time axis format ( #8725 )
...
Co-authored-by: kriben <kriben@users.noreply.github.com>
2022-03-24 11:57:05 +01:00
Magne Sjaastad
ffc1769a5f
Pdf export : Remove theme change before export to PDF
...
Crash seen on Windows related to theme change as part of export to PDF. This is related to export of plots to PDF in dark mode. Investigate other solution.
2022-03-21 14:00:16 +01:00
Jon Jenssen
560917a481
Rename NewSummaryPlot command to what it actually is - OpenSummaryPlotEditor command. Remove unused includes.
...
Move Single Summary Plots to bottom of tree and show them as Single Summary Plots.
2022-03-21 13:05:57 +01:00
jonjenssen
e20adcdb69
Further Summary Multiplot improvements ( #8707 )
...
* Create a specialized summary plot page for showing multi plots
* Make summary plots always show in grid of selected size.
* Allow dragging summary addresses into empty main window area
* Limit grid to 4x4 cells
2022-03-21 11:31:25 +01:00
Magne Sjaastad
0ca70249ae
Move defines to RiaDateTimeDefines
2022-03-14 09:18:48 +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
728885a6c8
Janitor : Fix invalid rename introduce by horizontal/vertical depth log plots
...
Fix deprecated
2022-03-09 08:33:56 +01:00
Magne Sjaastad
6700c21086
Janitor : Use RimWellLogTrack in RimDepthTrackPlot
2022-03-09 08:33:56 +01:00
Jon Jenssen
85d3f98f91
Allow drag'n'drop of realizations into summary plots
...
Improve "Create Summary Case Group" feature to not delete selected realizations from the source collection.
2022-03-08 07:55:39 +01:00
Magne Sjaastad
7494751bec
Pdf export : Remove theme change before export to PDF
...
Crash seen on Windows related to theme change as part of export to PDF. This is related to export of plots to PDF in dark mode. Investigate other solution.
2022-03-04 14:44:25 +01:00
Magne Sjaastad
1563ae7b58
Merge pull request #8614 from OPM/minor-adjustments
2022-03-04 12:24:15 +01:00
jonjenssen
abff06d2d5
Summary multiplot improvements ( #8598 )
...
* Create multi summary plot from summary plot(s)
* Rearrange multi summary plot properties
* Enable source stepping toolbar for multi summary plot
* Automatically activate new summary plot when creating from data sources -> data vector tree
* Enable global key controls for switching data in summary and multi summary plots
* Update tooltip texts for summary plot toolbar
2022-03-04 10:52:17 +01:00
Magne Sjaastad
0e57cfe201
Memory Management : Adjustment and fixes
...
Add release of several static singleton objects
Fix several minor memory leaks
2022-03-03 14:39:41 +01:00
Magne Sjaastad
9826d94e9a
Make sure a signal is connected only once
2022-02-28 10:52:05 +01:00
Magne Sjaastad
10a01972f3
#8583 RFT Plots : Add support for data source management to well log plots
2022-02-24 13:03:15 +01:00
Kristian Bendiksen
3180b419d0
#8522 Summary Plot: Add menu item to add plot axis.
2022-02-23 21:54:40 +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
bb7f61ea56
Janitor : Remove obsolete override comment
2022-02-23 08:01:28 +01:00
jonjenssen
208ae7692b
Merge pull request #8578 from OPM/summaryplot_fromdatavector
...
Summary Plot: create new plot from data vector tree nodes
2022-02-22 11:32:35 +01:00
jonjenssen
0b5bc2ba68
Change ouput model name
2022-02-17 15:39:39 +01:00
Magne Sjaastad
477ae02382
Logarithmic curve support and renaming ( #8546 )
...
* Add test for both positive and negative numbers
* Remove redundant sample count from parameter list
* Propagate useLogarithmicScale
* Renaming
2022-02-14 11:49:37 +01:00
Kristian Bendiksen
e92e2e8764
Summary Plot: Add support for multiple plot axis.
2022-02-07 09:55:11 +01:00
jonjenssen
a3ad9d2c1e
Merge pull request #8524 from OPM/tree_filter
...
Add Project Tree filter support
2022-02-04 15:49:22 +01:00
Magne Sjaastad
2c0ebfd14c
Make face test robust
2022-02-03 16:30:21 +01:00
Magne Sjaastad
94a541f966
#8513 Use cell face when leaving cell when well path starts inside cell
2022-02-03 16:30:21 +01:00
jonjenssen
66fd79175c
Project Tree updates ( #8490 )
...
Split project tree into multiple dockable tree views for plots, keeping one for 3d views.
2022-01-28 13:19:52 +01:00
Magne Sjaastad
2d2bf0bbc7
CMake : Improve handling of compiler flags ( #8486 )
...
#8478 Code cleanup to fix some warnings
Several adjustments to improve the specification and usage of compile flags.
2022-01-26 10:08:28 +01:00
Kristian Bendiksen
258fbddc10
Merge pull request #8387 from OPM/qtcharts-summary-plots
...
Closes #8228
Major refactoring of summary plotting. Now possible to create plots both with Qwt and QtChart as plotting tool.
2022-01-17 13:14:21 +01:00
jonjenssen
9d4b7422e8
Show summary data as tree structure in explorer. ( #8430 )
...
* Show summary data vectors in project explorer for both summary cases and ensembles.
* Enable Drag to be able to drag'n'drop data vector into future summary plot
* Make sure tree is refreshed on reload/replace operations
* Provide case id and ensemble id in drag/drop object in addition to address
2022-01-13 09:02:07 +01:00
Magne Sjaastad
eb02908dc7
Intersection : Support creation of multiple intersections from sim wells
2022-01-10 22:19:22 +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
7db24e9353
#8405 Source Stepping on multiple graphs
...
- add copy paste of plots into multi summary plot
- improve data source stepping for multi plot
- improve auto generated plot name, graph name and curve name
Fixes by clang-format
Improve readability
2022-01-06 15:49:20 +01:00
Magne Sjaastad
4d21f90bf9
Add summary multi plot
...
Improve robustness related to update of Summary Plot Manager
Add RimSummaryMultiPlot
Move shared code into RiaSummaryStringTools
Added "Create Summary Multi Plot" to menu of MultiPlot in project tree
2021-12-23 09:30:36 +01:00
jonjenssen
43f298fa97
Merge pull request #8376 from OPM/fault_visibilityupdates
...
Faults: Add Visibiliy mode for overlapping area
2021-12-17 15:39:22 +01:00
Magne Sjaastad
033cc4f1b7
#8359 Plot Project Tree : Avoid update of plot if possible
2021-12-10 09:46:01 +01:00
Magne Sjaastad
3938e9e600
#8359 Plot Project Tree : Always show multi plot collection
...
If no multi plots was present, the top level collection was not visible. This caused the project tree to collapse when a new plot was created.
2021-12-10 09:46:01 +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
34fb7d7e84
#8345 Summary Plot Manager : Several improvements
...
Add checkboxes for individual plots for vectors/addresses and creation of multiplots.
Moved code into RicSummaryPlotBuilder.
Allow UiComboBoxEditor to disable autocomplete.
Create plot using Enter key without modifiers.
2021-12-07 09:53:02 +01:00
Magne Sjaastad
e4357a9ab3
#8348 Theme : Changing theme when maximized plot window causes crash
2021-12-07 09:53:02 +01:00
jonjenssen
9edb0385d5
Support pausing before running abaqus script to allow input file modifications.
...
Add option in preferences to enable/disable pause.
2021-12-06 21:52:42 +01:00
Magne Sjaastad
ed914a03a4
Janitor : Rename variable and function names
2021-12-01 16:27:28 +01:00
Magne Sjaastad
2e64d77538
#8314 Ensemble import: Perform file search only on "Find" button
...
Automatic search when input changes can be time consuming and confusing.
2021-12-01 16:27:28 +01:00
Magne Sjaastad
e5874f08e8
#8237 Make sure fracture location is recomputed during copy/paste
2021-12-01 16:27:28 +01:00
Magne Sjaastad
88ca478bab
Janitor : Rename variable and function names
2021-11-24 09:24:35 +01:00
Magne Sjaastad
9b42bf7cfc
#8314 Ensemble import: Perform file search only on "Find" button
...
Automatic search when input changes can be time consuming and confusing.
2021-11-24 09:24:35 +01:00
Magne Sjaastad
14ae172647
#8237 Make sure fracture location is recomputed during copy/paste
2021-11-24 09:24:35 +01:00
Magne Sjaastad
5fcb81980d
#8310 Summary Plot Manager : Add data source filtering
2021-11-19 15:42:26 +01:00
Magne Sjaastad
c945166e81
Janitor : Remove obsolete code
2021-11-19 15:42:26 +01:00
Magne Sjaastad
21fd4f74b5
Refactor code
2021-11-17 16:26:47 +01:00
Magne Sjaastad
2a65636ba3
#8250 Use variadic macros and remove obsolete parameters
2021-11-14 15:26:09 +01:00
Magne Sjaastad
c8df7b4fdf
#8240 Improve error message when well path is not crossing sea level
2021-11-09 09:27:55 +01:00
Magne Sjaastad
8461950aa5
#8253 Update curve appearance for plot templates
2021-11-08 12:03:23 +01:00
Kristian Bendiksen
63cc63a168
StimPlanModel Plot: Avoid selecting curves to make project tree jump less
2021-11-08 09:51:22 +01:00
Kristian Bendiksen
5ad7bfac77
#7027 Stim Plan Model: add unit to legend text for relevant curves
2021-11-08 09:51:22 +01:00
jonjenssen
89a5258405
Merge pull request #8255 from OPM/wia_paramupdates
...
GeoMech/WIA: update input parameters and model size settings
2021-11-07 23:26:42 +01:00
Magne Sjaastad
4366146fbb
#8225 MSW export : Adjust position of valve segments
2021-11-02 13:53:42 +01:00
Magne Sjaastad
d6b699c38a
Janitor : Set optional comment flag for perforations
2021-11-02 13:53:42 +01:00
Magne Sjaastad
fd3ee2a82d
Janitor : Enable "Create ensemble well log" checkbox by default
2021-11-01 15:13:38 +01:00
Magne Sjaastad
3d2409412b
Set default tick marks to min/max for StimPlan model plots ( #8221 )
...
Closes #8087
2021-11-01 12:09:25 +00:00
Magne Sjaastad
fc50dafc8c
#8186 Append points from clipboard to RimPolygonFilter
...
wip
2021-11-01 11:14:48 +01:00
Magne Sjaastad
299217e219
£8014 : Fix MSW valve export
2021-10-29 14:43:56 +02:00
Jon Jenssen
be59eedd18
Update Well IA and Fault RA processing workflows to work with updated tree UI hidden/visible logic changes.
2021-10-25 18:25:41 +02:00
Magne Sjaastad
d61129e639
#8191 Fracture: Avoid overwrite of elastic properties set from Python
2021-10-25 14:51:01 +02:00
Kristian Bendiksen
75fe73ee64
Refactor: Start using setUiTreeHidden where missing.
2021-10-24 09:11:20 +02:00
Magne Sjaastad
9940b4ea50
Ensemble Dialog : Add missing signal blocker
2021-10-21 12:45:48 +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
Kristian Bendiksen
6b3ad20587
#8079 StimPlan Model plot: Add Perforation interval in Fm. track
2021-10-15 13:52:45 +02:00
Magne Sjaastad
0c5cf5e763
#8127 Import of Eclipse Case : Create view when importing case
2021-10-14 19:50:29 +02:00
Magne Sjaastad
d440e260c0
#6525 Export parameter : Add .GRDECL as default file name extension
...
Support both upper and lower case of *.GRDECL in file filter when specifying save file name
2021-10-14 19:50:29 +02:00
Magne Sjaastad
54a4f35588
#8142 Preferences : Move system settings into separate file
2021-10-13 12:52:02 +02:00
jonjenssen
9a63e6564c
Cleanup
2021-10-09 14:42:09 +02:00
jonjenssen
3cb3170331
Fix: Disable contour map for multi-part geomech data, as that is not supported properly in the code.
2021-10-09 14:42:09 +02:00
Kristian Bendiksen
0332f7bb9a
#8109 Ensemble Well Log Plot: fix wrong track index
2021-10-08 13:12:52 +02:00
Magne Sjaastad
736f3a45ed
Readability improvements
2021-10-07 11:20:12 +02:00
Kristian Bendiksen
9ea7bbfea9
#8086 StimPlan Model Plot: Improve default curve appearance.
2021-10-07 11:20:12 +02:00
Kristian Bendiksen
199ad33dc1
#8082 StimPlan Model Plot: Curve appearance for Facies track
2021-10-07 11:20:12 +02:00
Kristian Bendiksen
f8b99e83df
#8080 StimPlan Model Plot: Set 0 range for X axis default for formation track.
2021-10-07 11:20:12 +02:00
Magne Sjaastad
c40efa8db0
Janitor : Use correct signal for QComboBox
2021-10-06 07:57:47 +02:00
Magne Sjaastad
414b0601c1
Remove "Separate" from result UI texts
2021-10-06 07:43:32 +02:00
Magne Sjaastad
25c993b020
#8076 Surface Results: Use "New Separate Result"
2021-10-06 07:43:32 +02:00
Magne Sjaastad
5368a5d098
Janitor : Add imported file to recently used files
2021-10-06 07:43:32 +02:00
Magne Sjaastad
f9c2bb4349
Janitor : Remove confusing concept hasUserRequestedAnimation
2021-10-06 07:43:32 +02:00
jonjenssen
72ce82b08b
Add parameter value check to see if it is possible to continue or not. ( #8091 )
2021-10-01 16:32:11 +02:00
jonjenssen
69c829dc32
Make sure we load two results files after wia script has completed. ( #8088 )
2021-10-01 15:15:30 +02:00
Magne Sjaastad
0d4ab8b594
#8048 Everest Import: Group into separate ensembles
2021-09-30 09:08:09 +02:00
Kristian Bendiksen
6440bd5b8d
#8052 StimPlan Model Plot: tweak default shown tracks.
2021-09-29 14:57:31 +02:00
Kristian Bendiksen
d1fb845606
#8054 StimPlan Model Plot: Stack curve legends vertically
2021-09-29 14:57:31 +02:00
Kristian Bendiksen
94138e92db
#8055 StimPlan Model Plot: Change order to have Porosity before Permeability
2021-09-29 14:57:31 +02:00
Magne Sjaastad
0f87c9760d
#7862 Export Completion: Add ResInsight project file to file header
2021-09-29 09:42:04 +02:00
Kristian Bendiksen
8e6733d9e0
Fix incorrect bool conversion for input cases.
2021-09-29 09:40:27 +02:00
Kristian Bendiksen
f407acd5fa
#8034 Pass reader settings to eclipse loading methods.
2021-09-29 09:40:27 +02:00
jonjenssen
66852c4dad
WellIA: Load results after external computations script has completed ( #8062 )
...
* Load result after modeling has completed.
* Select new geomech view in project tree when importing a new geomech case
2021-09-28 12:39:54 +02:00
Kristian Bendiksen
0d5b7e37ac
#8051 StimPlan Model Plot: Use geogrid for Formations.
2021-09-28 08:27:04 +02:00
Kristian Bendiksen
ed2beec359
#8038 Python: add api to insert a fracture template and a fracture at given MD
2021-09-24 12:32:42 +02:00
Magne Sjaastad
15b4077876
Fix some minor issues ( #8043 )
...
* #8016 Surface Ensemble : Update 2d intersection views
* Ensemble WLP : Make code more robust to missing data
* Janitor: Do not add files to recently used list when importing ensemble
* #8016 Ensemble WLP : Delete all temporary plots in one go
* #8016 WLP: Create a default date string that can be exported to LAS
* #8016 Janitor: Use *.dev as default well path extension
2021-09-24 10:21:16 +00:00
Magne Sjaastad
33221e7e07
#8033 Ensemble Well Log: Allow import from grdecl files
2021-09-24 08:42:07 +02:00
Magne Sjaastad
17c5f473be
#8033 Ensemble Search Dialog : Allow edit of file extensions
...
Ensemble Search Dialog: Improve UI layout
2021-09-24 08:42:07 +02:00
Magne Sjaastad
515168600f
Improved UI for surface band and curves ( #8026 )
...
* Add surface intersection bands and curves
* #8024 Ensemble Surface : Fix mix of files for a ensemble layer surface
2021-09-23 09:59:29 +02:00
Kristian Bendiksen
41dc2244fc
#8032 Ensemble Well Logs: change selected property from PERMZ to PERMX
2021-09-22 13:50:59 +02:00
Kristian Bendiksen
e11c564802
#8031 Ensemble import dialog: rename to 'Group by ensemble'
2021-09-22 13:50:20 +02:00
Kristian Bendiksen
17f44b0f25
#7965 Skip ensemble name suggestion dialog for grouped import.
2021-09-22 08:56:32 +02:00
Kristian Bendiksen
c6f04a6ad6
#7965 Add check box for choosing grouping by iteration.
2021-09-22 08:56:32 +02:00
Kristian Bendiksen
7ca424f6df
#7965 Ensemble Fracture Statistics: Group by iteration.
2021-09-22 08:56:32 +02:00
Kristian Bendiksen
4a6a1eed41
#7965 Import ensemble: Add option to group import of multiple ensembles
2021-09-22 08:56:32 +02:00
Kristian Bendiksen
02b5246a20
#8006 Ensemble Well Log: Create ensemble from well path in project ( #8018 )
2021-09-21 15:33:18 +02:00
Magne Sjaastad
fd8fbe19f4
#8009 Make sure a view is created when case is imported
...
The original logic was not clear due to automatic conversion of pointer to bool
2021-09-20 10:33:18 +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
Magne Sjaastad
0bfa6ae2d1
#8009 Missing return values due to default function parameters
2021-09-15 14:58:54 +02:00
Magne Sjaastad
6ab8d59283
#8012 Ensemble Well Log : Close case after well log extraction
2021-09-15 14:54:02 +02:00
Magne Sjaastad
dc3a962cae
File Search Dialog : Do not search on launch
2021-09-13 14:11:54 +02:00
Magne Sjaastad
7b1185cec4
Surface Folders
...
* #7978 Ensemble Surface : Use collection instead of specialized class
* Review updates
2021-09-13 10:16:09 +02:00
Kristian Bendiksen
117d201703
#7963 Ensemble Fracture Statistics: add progress bar. ( #7985 )
...
Also avoid recalculating the statistics for each added file.
2021-09-10 14:54:46 +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
c603e6fe90
Janitor : Improve Ensemble File Search dialog
...
- auto search on launch
- add recently used history to file filter
2021-09-09 15:35:28 +02:00
Magne Sjaastad
0e0bd751f6
#7973 Export Completions : Further improvements
...
Fix typo
Make sure compdat export works for custom file name
2021-09-09 15:16:34 +02:00
Kristian Bendiksen
6173b4f421
#7969 Rename command to "Create Ensemble Surface"
2021-09-09 14:07:48 +02:00
Kristian Bendiksen
d9a35e5282
#7969 Minor tweaks to Create Ensemble Surface ui
2021-09-09 14:07:48 +02:00
Magne Sjaastad
acdcbe44b4
Merge pull request #7975 from OPM/7973-custom-export-filename
...
Export Completions : Custom export file name fails in some cases
2021-09-09 10:16:37 +02:00
Kristian Bendiksen
8f5beb8851
#7928 Add user interface for exporting multiple well logs.
2021-09-09 08:38:00 +02:00
Kristian Bendiksen
2b3fbe022e
#7927 Add user interface for exporting multiple surfaces.
2021-09-03 14:59:40 +02:00
Magne Sjaastad
be29b278f2
#7929 Python : Avoid creation of new view when opening case
2021-09-01 08:25:22 +02:00
Magne Sjaastad
638f926429
cmake-format: Allow dangling parenthesis
2021-09-01 08:13:16 +02:00
Kristian Bendiksen
9e1ef0e7e0
#7893 StimPlanModelPlot: Select correct case for facies region annotations
2021-08-27 10:47:25 +02:00
Magne Sjaastad
b78cf3a4bb
Use cmake-format on all cmake files
2021-08-26 19:46:38 +02:00
Magne Sjaastad
49fa169db8
##7903: Improve ensemble surface names
...
Update the name of statistics surface when created
Regenerate surface geo only when required
Create statistics surfaces when importing surface ensemble
2021-08-26 15:12:27 +02:00
Magne Sjaastad
2fc65a3b62
#7892 Basic support for display of surface lines and bands on intersections
...
Guard divide by zero issues
2D Intersection View: Do not add parts with wrong coordinates
Add bounding box search tree
Add support display of intersection lines for selected surfaces
Show band between two first intersection lines
2021-08-26 08:13:03 +02:00
Kristian Bendiksen
966bcd1e77
Ensemble surface import and statistics
2021-08-17 13:38:12 +02:00
jonjenssen
605af789c6
Protect against crash in 3d view due to nullptr in linkwellpathfeature command check ( #7876 )
...
* Protected against crash in 3d view due to nullptr
* Code cleanup
2021-08-14 14:23:55 +02:00
Magne Sjaastad
8dbb1d5ccd
Improve well path modeling
...
* Improve handling of MD at first target
* When sea level well target is disabled, update MD of first target
* Show well target spheres by default, allow toggling of spheres
* Activate well target modifiers when clicking on well targets
* Remove selection update causing an unstable 3D view
* Improve display and handling of multiple locations
* Add special 3D target for tie in well target
* Add slider to tie in MD input field
* Show MD in well path target table
* Delete all well path laterals when deleting a well path
* Python : Add lateral to parent well
* Python : Add perforation interval
2021-08-13 16:48:33 +02:00
Magne Sjaastad
93b5c39387
Janitor : Guard nullpointer access
2021-06-30 14:50:28 +02:00
Kristian Bendiksen
d79dcafe5a
#7716 Ensemble Well Logs: Add context menu for curve set.
2021-06-30 10:43:11 +02:00
Kristian Bendiksen
fb301ef3ab
#7716 Add pdm object for Ensemble Well Logs
2021-06-30 10:43:11 +02:00
Magne Sjaastad
a3d5847733
#7824 Modeled Well Path : Optional support for linking of wells
...
#7824 Modeled Well Path : Add to context menu in 3D view
2021-06-29 19:04:27 +02:00
Magne Sjaastad
3a1f2c8a05
Janitor : Encapsulate dynamic cast to selection item type
2021-06-29 19:04:27 +02:00
Magne Sjaastad
96ac51c011
Fix missing includes
2021-06-29 19:04:00 +02:00
Magne Sjaastad
e06e0116d8
#7818 Modeled Well Path : Update location of completions
2021-06-29 15:33:03 +02:00
Magne Sjaastad
73f8046353
#7818 Modeled Well Path : Add support for creation of N laterals based on a template
2021-06-29 15:33:03 +02:00
Magne Sjaastad
95463c6521
#7811 Modeled Well Path : Add copy/paste of a modeled well path
2021-06-29 15:33:03 +02:00
Magne Sjaastad
d818a01b79
#7811 Modeled Well Path : Optionally use refpoint from top level well path
2021-06-28 14:44:45 +02:00
Magne Sjaastad
62d67a52c7
#7811 Modeled Well Path : Optionally show absolute coordinates
2021-06-28 14:44:45 +02:00
Magne Sjaastad
eb3c52aeb1
Python adjustments ( #7809 )
...
* #7797 Well Targets: Add scripting capability
* #7794 Python : Do not update childField or childFieldArray
* #7797 : Python - Add scripting to well path collection
- Extend the pdmobject.py with method add_object()
- allow objects to be created from Python in well path collections
- add well targets to modelled well path
* #7795 Python : Make sure referenced generated classes are defined
* #7810 StimPlanModel: clean-up python generation
* Python : Always use empty string as default value for ptrFieldValue
It can happen that a ptrField is assigned to a pointer on object construction. (FaciesProperties) Make sure that constructor always assigns an empty string.
Co-authored-by: magnesj <magnesj@users.noreply.github.com>
Co-authored-by: Kristian Bendiksen <kristian.bendiksen@gmail.com>
2021-06-25 14:44:52 +02:00
jonjenssen
aa2b4305de
Improve handling of LGRs in cell filters ( #7783 )
...
* Improve handling of LGRs in cell filters
2021-06-25 14:44:52 +02:00
Kristian Bendiksen
a652a2bfb9
#7782 Grid Statistics Plot: Use current Cell Result property for making histogram
2021-06-24 08:48:09 +02:00
jonjenssen
5dd7822b5f
Fix typo in fault id parameter, send correct id to processing
2021-06-21 12:36:27 +02:00
jonjenssen
66b2b50a1d
Enable starting FaultRA processing from 3d view ( #7801 )
2021-06-18 16:51:05 +02:00
jonjenssen
0825fa10ac
delete existing database file before processing a new fault ( #7793 )
2021-06-18 11:28:47 +02:00
Magne Sjaastad
7dfe35a9e0
#7780 Polyline Cell Filter : Make sure event handler is unregistered
2021-06-15 12:17:50 +02:00
Magne Sjaastad
9f85975f2c
Janitor : Improve icons and availability for new statistics
2021-06-10 09:33:22 +02:00
Magne Sjaastad
4de91e885b
#7761 Objective Function : Change formula and add several options
2021-06-09 21:22:37 +02:00
Magne Sjaastad
8259220abd
#7765 Well Log Curves : Improve handling of units
2021-06-09 21:18:42 +02:00
Magne Sjaastad
b9362386bc
#7450 Well Completion: Allocation of User defined D-factor to perforation connection factors
...
If the user defined a D-factor for the perforation interval, distribute the D-factor based on
D_cell = D_well * Sum_Tran_cells / Tran_cell
2021-06-07 09:28:57 +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
Magne Sjaastad
0097e9dfb2
MSW : Fix length for the WELSWGS incremental depth
2021-05-28 07:27:53 +02:00
Magne Sjaastad
8749deb76a
#7731 MSW Fishbones : Adjust diameter for fishbone lateral segments in main bore cells
2021-05-28 07:27:53 +02:00
Magne Sjaastad
1f85adecab
#7729 MSW : Compute initial measured depth once
...
Avoid computing value of initial MD multiple times
2021-05-28 07:27:53 +02:00
Magne Sjaastad
eba78b2660
#7729 MSW : Fix wrong segment for lateral
...
A lateral is connected to wrong segment for user defined reference MD
2021-05-28 07:27:53 +02:00
jonjenssen
ae7285b478
Fault Reactivation Assessment: updates and tweaks ( #7732 )
...
* Add flag to keep temp. parameter files or not.
* Ask user if it is ok to clean the output folder if selected.
* Add property for elastic table input file.
* Do not show legend by default when refreshing tsurfs
* Make sure all loadsteps are enabled in post processing json file
* Support running adv. proc without req. basic proc to be run first
2021-05-28 00:55:54 +02:00
Magne Sjaastad
33ac79d856
#7727 Performance : Reduce amount of work
...
Use objectsWithReferringPtrFields to find tieIn wells
Avoid using descendantsOfType
2021-05-27 12:52:57 +02:00
Magne Sjaastad
afb293db52
#7727 Well Path : Simplify access to all well paths
2021-05-27 12:52:57 +02:00
Magne Sjaastad
087cf41773
Janitor : Avoid includes in header files
2021-05-27 12:52:57 +02:00
Magne Sjaastad
3fca5f15ae
Janitor : Use enum class
2021-05-26 13:28:45 +02:00
Magne Sjaastad
86bdf5722a
Guard nullpointer access
2021-05-25 11:50:18 +02:00
Magne Sjaastad
805df93aed
#7720 Export of MSW : Export data from imported well paths
...
The tie-in concept was only available for modeled well paths. Make sure both modeled and file well paths produce MSW output
2021-05-25 11:50:18 +02:00
Magne Sjaastad
e33a03b379
#7719 Multi-lateral wells : Include well laterals in visible wells
2021-05-25 11:50:18 +02:00
jonjenssen
9cd4edb025
Fix parameter file name. Do not clean up tmp parameter files while we test FaultRA.
2021-05-21 12:46:16 +02:00
Magne Sjaastad
9ccc650513
Fix missing includes
2021-05-20 10:59:53 +02:00
Magne Sjaastad
78e4e1cd5c
Janitor : Use enum class
2021-05-18 16:22:05 +02:00
Magne Sjaastad
d4f4f20e6e
MSW : Do not export completions if well path lateral is unchecked
2021-05-18 16:22:05 +02:00
Magne Sjaastad
e8e3dc39b4
#7049 AICD : Accumulate flow scaling factor for multiple valves in cell
...
Add multi lateral support
2021-05-18 16:22:05 +02:00
Magne Sjaastad
3bfeb194a9
#7049 Accumulate flow area for multiple valves in same grid cell
2021-05-18 16:22:05 +02:00
Magne Sjaastad
b518acada6
Janitor : Use enum class
2021-05-18 16:22:05 +02:00
Magne Sjaastad
827cf75207
#7049 MLW: Improve calculations of diameter, skin factor and direction
...
Diameter and skin factor : Compute weighted average based on transmissibility
Use the direction of the completion with the highest transmissibility
2021-05-18 16:22:05 +02:00
Magne Sjaastad
226876dc0a
#7049 MLW: Aggregate of completion data for all laterals
...
Simplify the progress bar
2021-05-18 16:22:05 +02:00
jonjenssen
4a4db5a3f2
Fault reactivation assessment #7321 ( #7690 )
...
Fault Reactivation Assessment implementation (ref issue #7321 )
2021-05-18 14:28:54 +02:00
Magne Sjaastad
4b75dd4d6a
Fix build issue on Linux
2021-05-14 14:35:54 +02:00
Magne Sjaastad
dbc191ed40
#7687 MSW Fishbones : Compute sum of area for multiple ICDs in same cell
2021-05-14 14:19:09 +02:00
Magne Sjaastad
fcb0bd391b
#7686 MSW Fishbones : Compute effective diameter for multiple laterals in same cell
2021-05-14 14:19:09 +02:00
Magne Sjaastad
9a6073eb7b
#7678 Fishbones MSW : Always create an intersection for an ICD segment
2021-05-14 14:19:09 +02:00
Magne Sjaastad
460a387021
#7678 Fishbones MSW : Make sure COMPSEGS is connected to ICD branch
...
Always connect open hole flow to an ICD, not the WELSEGS representing a well path lateral.
2021-05-14 14:19:09 +02:00
Magne Sjaastad
c430e7343a
#7678 Fishbones MSW : Include WSEGVALV in MSW-file for LGR section
2021-05-11 14:02:22 +02:00
Magne Sjaastad
466b2cbcd9
#7678 Fishbones MSW : Fix TVD depth for laterals for WELSEGS keyword
2021-05-11 13:35:06 +02:00
Magne Sjaastad
2eced13e28
Well Lateral : Connect new lateral close to total depth
2021-05-11 09:27:55 +02:00
Magne Sjaastad
282c6f3586
Remove obsolete code
2021-05-11 09:27:55 +02:00
Magne Sjaastad
1daa598770
#7656 Well Group: Simplify organization of well groups
2021-05-11 09:27:55 +02:00
Magne Sjaastad
082d6500ad
#7446 MLW: Add "Create Well Path Lateral" to well in Project Tree
2021-05-11 09:27:55 +02:00
Kristian Bendiksen
8b2173f951
Refactor: Use PlotCollection interface more places.
2021-05-10 14:03:52 +02:00
Kristian Bendiksen
359df8360e
Refactor: Make a copy of histogram data.
2021-05-10 14:03:52 +02:00
Kristian Bendiksen
01d88030d4
#7609 Calculate and display Ensemble Fracture Statistics plot.
2021-05-10 14:03:52 +02:00
Magne Sjaastad
010e964ea8
#6878 Export Completion: Make subset of settings available from Python
...
Python code linting changes detected by black
2021-05-03 14:15:43 +02:00
Magne Sjaastad
69a03df9da
#6878 Export Completion: Add settings from command file commands
2021-05-03 14:15:43 +02:00
Magne Sjaastad
d002ee1d6e
#6878 Export Completion: Allow suffix in custom file name
2021-05-03 14:15:43 +02:00
Magne Sjaastad
3fa4986f37
#6878 Export Completion: Add custom file name
2021-05-03 14:15:43 +02:00
Magne Sjaastad
1a5c7799c6
#7636 Native Checkbox : Use single statement to define native checkbox
2021-04-29 09:06:33 +02:00
Magne Sjaastad
1cf1eef048
#7632 Preferences : Add separate tab Eclipse Summary
...
Remove obsolete includes
2021-04-28 14:10:23 +02:00