Commit Graph

16054 Commits

Author SHA1 Message Date
Magne Sjaastad
a7108f0a09 9939 Temporary fix for crash situation
Crash is seen on application exit
2023-03-16 14:10:03 +01:00
Magne Sjaastad
164cc1e69e Prepare release 2023.03.0 2023-03-16 07:16:11 +01:00
Magne Sjaastad
e45374a9f1 Bump version 2023-03-16 07:16:11 +01:00
Kristian Bendiksen
0790973446 Summary observed data
* #9966 Summary calculations: add support for imported vectors.
* #9966 Summary Calculation: add support for imported and observed data.
* Summary Address: avoid extra level in tree for imported data.
* #9966 Update observed data when calculation is updated.
2023-03-16 07:16:11 +01:00
Magne Sjaastad
027fccfe1c Make sure old project files loads as before 2023-03-16 07:16:11 +01:00
Magne Sjaastad
c297c8005f Reintroduce RimGridSummaryCase to be able to read existing project files 2023-03-16 07:16:11 +01:00
jonjenssen
5879c8a9b9 Disable horz. scrollbar for legends 2023-03-16 07:16:11 +01:00
Magne Sjaastad
1c14e99832 Improve RFT reader performance
* #9963 Rft reader: Search for DATA file when required
WSEGLINK is used to establish the branch topology for MSW wells. Search and read WSEGLINK data when segment data is requested by the user. This can be a time consuming operation.
Avoid doing this search for standard RFT plots.

* Make sure that single summary curves are displayed correctly
* Make sure single summary curves are visible in the plot
2023-03-16 07:16:11 +01:00
Magne Sjaastad
2a61ebb833 #9956 Summary Plot: Fix update of operations on multiple ensembles
When multiple ensemble curve sets are toggled on/off, it is required to do a full RimSummaryPlot::loadDataAndUpdate() that will call RimEnsembleCurveSet::updateCurves() on all ensembles in the plot. This can be a heavy operation, but will happen only once.
2023-03-16 07:16:11 +01:00
Magne Sjaastad
9e751a1bbe Release adjustments
* Add CON*RAT track for tubing branch
* Set long summary vector name as default, and allow both in curve name
* Use line shift if multiple quantities are present on axis title
Insert line shift if multiple quantities are present, otherwise insert space between individual vector names and the unit text.
* Move Groups between Field and Wells
* Bump version
2023-03-16 07:16:11 +01:00
Magne Sjaastad
beb06932f5 Add reload and delete of pressure/depth data 2023-03-16 07:16:11 +01:00
Magne Sjaastad
1b04d9ea45 Add open in text editor feature 2023-03-16 07:16:11 +01:00
Magne Sjaastad
7317f3a55c Fix selection of multiple pressure/depth sources in plot
Use spaceship operator to fix issue for multiple pressure/depth curves

It was not possible to show two pressure/drop curves at the same time. This was caused by inconsistent implementation of operator< and operator==. Implement operator <=> to simplify the code.
2023-03-16 07:16:11 +01:00
jonjenssen
b0e3ac8616 Less spacing between legend items 2023-03-16 07:16:11 +01:00
Magne Sjaastad
b6281c364d Adjustments for release
* Show segment plots in Well Log Plot collection
* Improve menu text for operations related to segment plots
* Show reservoir rates for annulus and device
* Make sure curve objects are visible in the Project Tree
* When importing the first summary case, expand case in project tree
* Bump version
2023-03-16 07:16:11 +01:00
jonjenssen
f89803a224 Ui update 2023-03-16 07:16:11 +01:00
jonjenssen
ecffef8db1 Turn off statistics curve legends by default and add option to turn them on, 2023-03-16 07:16:11 +01:00
jonjenssen
f134618665 Reduce space around legend texts for better visuals. 2023-03-16 07:16:11 +01:00
jonjenssen
8d513f67f1 Add user scaling values to view combobox 2023-03-16 07:16:11 +01:00
jonjenssen
5af302ce01 Add a few more tiny scales. Allow user to input doubles in preferences. 2023-03-16 07:16:11 +01:00
jonjenssen
bb3053af79 Guard nullptr 2023-03-16 07:16:11 +01:00
Magne Sjaastad
9a714527a6 File - Import: Add "Import Pressure Depth Data"
* #9944 Add "Import Pressure Depth Data"  to import menu
Remove obsolete *InMenuFeatures and set all actions in menu to enabled when the signal aboutToShow() is triggered. This is useful for menus where no selection/context is available.
* Use RiaApplication::enableDevelopmentFeatures() to control visibility
2023-03-16 07:16:11 +01:00
Magne Sjaastad
68d80fdc56 #9913 Fix import of RFT pressure/depth 2023-03-16 07:16:11 +01:00
jonjenssen
77b93dbb54 Update default eclipse layout 2023-03-16 07:16:11 +01:00
Magne Sjaastad
a6da6f64bd Add option for word wrap in label and checkbox
* Add support for word wrap in checkbox label
* QLabelEditor: Add word wrap and support for wide label
Add support for one label widget spanning the area usually consumed by a label widget and an editor widget.
* Use word wrap in summary calculation dialog
2023-03-16 07:16:11 +01:00
Magne Sjaastad
625ed3410c Adjustments for release
* Make sure text for multiple wells in same grid cell is displayed correctly
* Improve selection of result in Advanced Snapshot Export
* Restore the main window that was on top when project was saved
* Trim string to make sure '/' is exported with no space in front
* #9872 RFT-plot: Make colors stable for curves in RFT plots
* Set version to RC_02
2023-03-16 07:16:11 +01:00
jonjenssen
44fb946136 Add missing depth columns in show plot data if multiple curves 2023-03-16 07:16:11 +01:00
jonjenssen
41b63f9e14 Make sure NaN values are in Y data, too, to keep good plot performance. 2023-03-16 07:16:11 +01:00
Magne Sjaastad
e512f6a5c1 Several RFT plot adjustments
* #9923 Call loadDataAndUpdate() after visibility of curves is updated
This will ensure that all zoom ranges are recalculated based on visible curves.

* #9923 Put new segment plots in RFT Plot collection
* #9923 Add "Create Rft Sement Plot" to RFT plot collection
* #9923 Make sure the main window is displayed when required
Make sure the main window is opened and views updated when a grid model is opened from a summary case.

* #9923 Make sure fieldChanged is triggered when required
Exclude field having the target state. If these fields are included, the one and only call to setValueWithFieldChanged() can contain a field with the target state value. When setting a value to a field with the same value, nothing happens and the UI will get an inconsistent state (some curves toggled off are still visible in a plot).
2023-03-16 07:16:11 +01:00
Magne Sjaastad
eb273aeb5e Improve how wells are connected during import
When importing new wells, consider all wells when connecting multi segment wells
Make sure that import of individual well paths will give the same ordering as importing all wells in a single operation.
2023-03-16 07:16:11 +01:00
Magne Sjaastad
daf30b4ee1 #9879 Add icon for calculated summary vectors 2023-03-16 07:16:11 +01:00
Magne Sjaastad
262563a58c Set version to RC_01 2023-03-16 07:16:11 +01:00
Magne Sjaastad
0f55306d9d Guard null pointer access 2023-03-16 07:16:11 +01:00
Magne Sjaastad
415a119f41 RFT segment plot adjustments (#9912)
* Delete RFT plot when associated case is deleted
* Rename
* Hide track/curves with no data
2023-03-16 07:16:11 +01:00
Magne Sjaastad
e2a5e2e476 #9914 Fix import of single case already present in ensemble 2023-03-16 07:16:11 +01:00
Magne Sjaastad
040ce06f3c #9915 Fix crash when using Plot Editor 2023-03-16 07:16:11 +01:00
Magne Sjaastad
90918b1f0d Convert file path to native separators for clipboard 2023-03-16 07:16:11 +01:00
Magne Sjaastad
a178971835 Add Copy to Clipboard button for file paths 2023-03-16 07:16:11 +01:00
Magne Sjaastad
015890841f Remove special summary case connected to a grid model
* Remove use of RimGridSummaryCase
* Remove unused summary plot filter text
* Delete unused files
2023-03-16 07:16:11 +01:00
jonjenssen
98caeba776 Depth plot as docking widget (#9909)
* Add docked depth result plot for eclipse data
* Update dock layout defaults
2023-03-16 07:16:11 +01:00
Magne Sjaastad
b4f492e2fe #9742 Set default value 1* for KH 2023-03-16 07:16:11 +01:00
Magne Sjaastad
d35147618e Add valve visualization to MSW wells
* Refactor geo generator
* Add valve visualization to segments that are connected to a valve
2023-03-16 07:16:11 +01:00
Kristian Bendiksen
261d16953a #9887 Roff: fix freeze due combining omp and progress info. 2023-03-16 07:16:11 +01:00
Magne Sjaastad
a2cd4b0bfb Improved simulation well visualization
* Move members to private in RigWellResultPoint
* Create simulation well path geometry using well topology
* Add separate MSW well pipe centerline computations
* Review comments

---------

Co-authored-by: magnesj <magnesj@users.noreply.github.com>
2023-03-16 07:16:11 +01:00
Jon Jenssen
f085bc90e5 Enable filter when picking is done. 2023-03-16 07:16:11 +01:00
Magne Sjaastad
5315c423f8 Add missing include 2023-03-16 07:16:11 +01:00
Arash Partow
5b743635e0 Update ExprTk 2023-03-16 07:16:11 +01:00
Kristian Bendiksen
ef1dfd4a47 Summary calculation data sources fixes
* File Summary Case: set up multiple readers correctly for multithreaded configuration.
* Summary Data Sources: fix sorting of vectors.
2023-03-16 07:16:11 +01:00
Magne Sjaastad
42b901ec28 clang-format: Set column width to 140
* Set column width to 140
* Use c++20
* Remove redundant virtual
2023-03-16 07:16:11 +01:00
Magne Sjaastad
2bf3a511fe #9671 summary calculations for summary items
* Summary Calculation: use shorter name in title
* Sort summary addresses to group calculated results last.
* Summary Calculation: add option to distribute calculation to other items.
* Add support for summary calculation for RimGridSummaryCase.
* Use short name for calculations in plot titles.
* Update ensembles in Data Sources when calculation is added.
* Summary Calculation: allow drag-and-drop of ensembles
* Summary Plot: fix axis range aggregation for calculated ensemble addresses.

---------

Co-authored-by: Kristian Bendiksen <kristian.bendiksen@gmail.com>
2023-03-16 07:16:11 +01:00