Commit Graph

11334 Commits

Author SHA1 Message Date
Kristian Bendiksen
202bcba93d #6364 Fix unit conversion for reservoir pressure in FRK export. 2020-08-26 09:03:25 +02:00
Gaute Lindkvist
6f7534b2a9 Slightly improve menu text and distance threshold for correlation plot context entries 2020-08-26 08:19:49 +02:00
Gaute Lindkvist
daf24c773b #6359 Improve context menu creation of correlation plots 2020-08-26 08:19:49 +02:00
Kristian Bendiksen
d4d010c5d5 #6364 Add import, display and export of immobile fluid saturation.
Part of Stimplan "detailed fluid loss" format.
2020-08-26 07:01:16 +02:00
Kristian Bendiksen
71426dcacb #6364 Add immobile fluid saturation to elastic properties csv parsing. 2020-08-26 06:23:37 +02:00
Kristian Bendiksen
1b5be32994 #6364 Add more default values and export for Stimplan detailed fluid loss.
Added in this commit:
* Relative Permeabilty factor
* Poro-Elastic Constant
* Thermal Expansion Coefficient.
2020-08-25 16:16:52 +02:00
Kristian Bendiksen
d0322a98ba #6364 Stimplan: add curve and export for reservoir temperature. 2020-08-25 16:16:52 +02:00
Kristian Bendiksen
ddc23fa5ea #6364 Add scaffolding for exporting detailed fluid loss for Stimplan. 2020-08-25 16:16:52 +02:00
Gaute Lindkvist
9eb79fbb0e #6304 Improve stacked curve interpolation
* We no longer require the depth data to be well ordered.
2020-08-25 15:49:59 +02:00
Magne Sjaastad
f96a597321 Guard nullpointer access
Seen when running regression test ProjectFiles\CommandFileTests\TestCase_Multiple_Fractures and rest of tests in this folder
2020-08-25 13:15:07 +02:00
Magne Sjaastad
6dec2aa1ef #6308 Shear slip indicator : Fix logic in isMatching
Co-authored-by: Kristian Bendiksen <kristian.bendiksen@gmail.com>
2020-08-25 09:27:44 +02:00
Kristian Bendiksen
88c25631d1 #6302 PORO-PERM: Calculate initial porosity. 2020-08-25 09:22:48 +02:00
github-actions[bot]
c4d2488d31
Fixes by clang-format (#6362)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-08-25 08:44:08 +02:00
Gaute Lindkvist
1a04794f7a Further crash fix in RimStimPlanColors 2020-08-25 08:33:47 +02:00
Gaute Lindkvist
3d6d8d3220 Fix crash in RiuMainWindow when closing project 2020-08-25 08:33:47 +02:00
Gaute Lindkvist
f82b2f73ec #6320 Refactor of PdmScripting
* Make base class abstract
* Implement support for IOHandling for PdmChild and PdmChildArray fields
2020-08-25 08:33:47 +02:00
Kristian Bendiksen
2ec5f83dad
Merge pull request #6344 from OPM/shear-slip-indicator-6308
#6308 GeoMech: Add shear slip indicator calculation.
2020-08-24 18:59:43 +02:00
Kristian Bendiksen
afce21ad1e #6308 Sync water density from Rim to Rig when opening GeoMech case 2020-08-24 18:36:08 +02:00
Kristian Bendiksen
5ecee650f0 #6308 Move shear slip indicator to result to ST.DPN. 2020-08-24 14:49:08 +02:00
Kristian Bendiksen
b86720529b #6308 GeoMech: Add shear slip indicator calculation. 2020-08-24 14:39:10 +02:00
Magne Sjaastad
1f2f1bf14e #6314 Rename to RifSurfaceImporter
Co-authored-by: Ruben Manuel Thoms <ruben.thoms@ceetronsolutions.com>
2020-08-24 14:35:34 +02:00
Magne Sjaastad
4f68f2b11a #6314 Fix typo
Co-authored-by: Ruben Manuel Thoms <ruben.thoms@ceetronsolutions.com>
2020-08-24 14:35:34 +02:00
Magne Sjaastad
0bd328f4df #6314 PTL format from generated surface
Co-authored-by: Ruben Manuel Thoms <ruben.thoms@ceetronsolutions.com>
2020-08-24 14:35:34 +02:00
Kristian Bendiksen
14e0a9c2da
Merge pull request #6332 from OPM/mud-weight-fracture-gradient-fix-6301
Mud weight fracture gradient fix 6301
2020-08-24 14:30:43 +02:00
Kristian Bendiksen
6d84c667c3 Fix formatting. 2020-08-24 14:14:25 +02:00
Kristian Bendiksen
b4007d4b0d #6301 Fix warnings on windows. 2020-08-24 14:06:23 +02:00
Kristian Bendiksen
fe6ece0df7 #6301 Minor tweak to match SFG calculation in WBS plot. 2020-08-24 13:51:03 +02:00
Kristian Bendiksen
5cd94eed47 #6301 Use water density of 1.0 for hydrostatic pressure normalization. 2020-08-24 13:38:53 +02:00
Kristian Bendiksen
4049d5ca93 #6301 Make sure mud weight window parameters consistent.
The values are now propagated from rim to rig.
2020-08-24 12:45:04 +02:00
Kristian Bendiksen
6e4bfaf2c3 #6301 Normalize results for FG calculation based on stress 2020-08-24 12:45:04 +02:00
Kristian Bendiksen
57ad0020cb #6301 Use RIG_ELEMENT_NODAL version of POR-Bar data.
This gives correct handling of elements without POR results for more of the model.
2020-08-24 12:45:04 +02:00
Kristian Bendiksen
4efc0c89ec #6301 Mud weight window: reorder code to guard against division by zero. 2020-08-24 12:45:03 +02:00
Kristian Bendiksen
491dedaf74 Janitor: Move RigFemPart implementation out of header file. 2020-08-24 12:45:03 +02:00
Kristian Bendiksen
33493773ae #6301 Add utility method to check if FEM element is a hexahedron. 2020-08-24 12:45:03 +02:00
Magne Sjaastad
3b366221eb #6345 Use native file dialog on Windows
Fix typo in getSaveFileName
2020-08-24 12:38:29 +02:00
jonjenssen
7cb9a071c1
Surface: Support for folders, copy and drag'n'drop (#6335)
* Enable surface reordering support. Automatically update surface in view ordering based on surface collection ordering

* Remove obsolete code

* Enable drag'n'drop support for surfaces within a surface collection. Still missing the collection update part.

* Bring back code lost in prev. commit

* Add code to accept drops in surface collections. Keep view  in sync.

* Add command for adding additional surface folders.

* Make sure we use the current surface collection as our parent when importing

* Enable name editing.
Make sure we use the correct surface collection when importing/creating surfaces

* More work on getting surface collections working.

* Clean up naming

* Make sure name for surfaceinviewcollection is read only

* Support drawing surfaces from subcollections, too

* Allow deleting subfolders.
Fix legends in view

* Refactor topmost flag for surface collections.

* Fix reload surface to work in all subfolders, too
Add copy surface skeleton. Actual copy operation is still missing

* Add support for copying surfaces

* Remove possibility to choose I and J slice directions for grid case surfaces.

* Fix warnings.

* Make sure we create the surface folder at the correct level

* More warning fix

* Use XML serialization for copy operation

* Fix missing delete

* Fix typo

* Remove unnecessary method.
2020-08-24 11:09:22 +02:00
Kristian Bendiksen
a659d065ad #6322 Fix stringification of pointers to objects on python side. 2020-08-24 09:41:06 +02:00
Gaute Lindkvist
4a8c4fd68f Revert docs/rips/project.py and fix uncommented code 2020-08-24 09:40:36 +02:00
Gaute Lindkvist
30fa232c25 #6320 Rename generated/pdm_objects.py to generated/resinsight_classes.py
* This is to avoid confusion with pdmobject.py
2020-08-24 09:40:36 +02:00
Gaute Lindkvist
454e7f17a0 #6322 Fix Python 3.8 problems
* Change base PdmObject class name to PdmObjectBase to avoid name conflicts
* Make all import paths relative
2020-08-24 09:40:36 +02:00
Magne Sjaastad
6bd99fcbea Merge remote-tracking branch 'origin/2020.04-patch-02' into dev 2020-08-24 08:33:16 +02:00
Magne Sjaastad
d9ba1a2575 #6345 Fix missing QFileDialog prefix 2020-08-24 08:26:46 +02:00
Magne Sjaastad
afa8804e5b #6345 Use wrapper class instead of QFileDialog 2020-08-24 08:26:39 +02:00
Magne Sjaastad
6655946be5 #6345 Remove obsolete include of QFileDialog 2020-08-24 08:26:32 +02:00
Magne Sjaastad
568053375c #6345 Add wrapper class for QFileDialog 2020-08-24 08:26:27 +02:00
Magne Sjaastad
53f6471cd1 #6039 Well Allocation Plot: Update flow rate curves after change of visibility 2020-08-24 08:26:10 +02:00
Magne Sjaastad
ff202014d7 #6345 Fix missing QFileDialog prefix 2020-08-24 08:10:49 +02:00
Magne Sjaastad
665b475e9f #6345 Use wrapper class instead of QFileDialog 2020-08-24 08:10:49 +02:00
Magne Sjaastad
1adf97b075 #6345 Remove obsolete include of QFileDialog 2020-08-24 08:10:49 +02:00
Magne Sjaastad
6a0a6e9836 #6345 Add wrapper class for QFileDialog 2020-08-24 08:10:49 +02:00
Gaute Lindkvist
e19cb1a45b Fix build issues due to unused variables 2020-08-21 17:23:53 +02:00
Magne Sjaastad
c3829da41b #6156 Handle gaps and inactive cells in MSW valve accumulation 2020-08-21 17:23:40 +02:00
Gaute Lindkvist
2188a33d4e #6157 Move splitting of MSW segments to just before WELSEGS output
* this is to avoid it impacting on COMPSEGS and other output
2020-08-21 17:22:17 +02:00
Kristian Bendiksen
16663ed47a Fix windows warnings. 2020-08-21 16:17:59 +02:00
Kristian Bendiksen
e5cdbfced6 Initialize variables related to plot titles.
Was triggering valgrind "jump depends on uninitialized values" warnings.
2020-08-21 16:17:59 +02:00
Kristian Bendiksen
4e7541513e #1582 Remove last reference to caf::FixedArray. 2020-08-21 16:17:59 +02:00
Gaute Lindkvist
6bcf1b56fe Disallow dropping curves onto other curves
* Dropping curves between other curves works much better with this change.
2020-08-20 12:50:55 +02:00
Kristian Bendiksen
c4d3b1d90a #6301 Fix DERIVED_FROM_K0_FG fracture gradient calculation in shale
Several issues fixed:
* Stress tensors were incorrectly indexed.
* Default water density was 1.0, not 1.03.
* Fix normalization of upper limit results.
2020-08-19 15:28:42 +02:00
Kristian Bendiksen
20a8d1b9a4 #6301 Fix incorrect index for OBG0 element. 2020-08-19 12:33:06 +02:00
Kristian Bendiksen
f5f7e393e3 #6301 Handle HEX8 elements to compute mud weight window for non-reservoir. 2020-08-19 09:36:56 +02:00
Gaute Lindkvist
fee1608cda Fix build issues due to unused variables 2020-08-19 08:35:15 +02:00
Gaute Lindkvist
b82566751e #6156 Handle gaps and inactive cells in MSW valve accumulation 2020-08-19 08:35:15 +02:00
Gaute Lindkvist
374478ab16 #6157 Move splitting of MSW segments to just before WELSEGS output
* this is to avoid it impacting on COMPSEGS and other output
2020-08-19 08:35:15 +02:00
Kristian Bendiksen
e1ba491a9a #6315 Remove biot factor corrections for calculated stresses. 2020-08-19 07:27:08 +02:00
Kristian Bendiksen
26c863e310 #6305 GeoMech derived result: fix normalization when combined with time lapse.
The results for the different time steps are now normalized before the
difference is computed.
2020-08-19 07:12:50 +02:00
Kristian Bendiksen
307639a7d1 #6232 Add python api for exporting fracture model plot to frk file. 2020-08-18 10:12:10 +02:00
Kristian Bendiksen
22759b201d #6232 Simplify importing elastic properties for fracture model. 2020-08-18 10:12:10 +02:00
Kristian Bendiksen
8dfe9bd4b5 #6232 Add python api for creating fracture model plot. 2020-08-18 10:12:10 +02:00
Kristian Bendiksen
ef36bbd04a #6232 Add example for creating a fracture model from python 2020-08-18 10:12:10 +02:00
Kristian Bendiksen
a79b794eab #6232 Add python api for creating fracture model. 2020-08-18 10:12:10 +02:00
Kristian Bendiksen
7c69fc61ef #6232 Make fracture model pdm objects scriptable. 2020-08-18 10:12:10 +02:00
Kristian Bendiksen
67af692f96 Fix clang-format. 2020-08-18 10:09:52 +02:00
Ruben Manuel Thoms
1bd710d0db Added checks for first and last table values of first column. 2020-08-17 14:41:59 +02:00
rubenthoms
0da301a785 Made sure an exception is also thrown for too few columns. Added a test for this use case. 2020-08-17 14:41:59 +02:00
rubenthoms
3a5ef7fb86 Fixed issue #6034 - Improve INP import : Add support for columns spanning more than one line. 2020-08-17 14:41:59 +02:00
Magne Sjaastad
523cdc2b7d Janitor : Use class enum 2020-08-14 11:00:36 +02:00
Magne Sjaastad
07c778280b #6252 Category Legend : Reverse the ordering in the category legend 2020-08-14 11:00:36 +02:00
Magne Sjaastad
bc47487d68 #6252 Formations : Use user-defined color legend 2020-08-14 11:00:36 +02:00
Magne Sjaastad
d276d0eefe #6252 Category Colors : Name and corresponding color do not match
Set category data directly to the category mapper with no reverse ordering
When drawing the color legend, always draw categories with lower index first
2020-08-14 11:00:36 +02:00
Magne Sjaastad
e61b97f836 Guard access of nullptr 2020-08-13 14:17:20 +02:00
Magne Sjaastad
40183ce640 Move function to private section 2020-08-13 14:17:13 +02:00
Jon Jenssen
beef70a791 Fix spelling of "Petrel" 2020-08-12 19:44:40 +02:00
Kristian Bendiksen
96c7ac422f
Merge pull request #6300 from OPM/mud-weight-window-improvements
Mud weight window improvements
2020-08-12 14:27:32 +02:00
Kristian Bendiksen
96c42ac9dd Unify methods for calculation hydrostatic pore pressure. 2020-08-12 11:20:23 +02:00
Kristian Bendiksen
5fa38d43c0 Solve for fracture gradient only in sand regions. 2020-08-12 09:21:12 +02:00
Kristian Bendiksen
b12db3f957 Use hydrostatic pore pressure calculation 2020-08-11 14:31:51 +02:00
jonjenssen
bbc659799e
Surfaces: Improve UI and usability for surfaces (#6290)
* Add reload command to surface context menus. Still missing the part that actually reloads the data.

* Add additional check for null ptr to avoid crash

* Surfaces: implements reload command in context menu to reload surface data from its source (i.e. a file).
Rename function names to better show what they are actually doing
Refactor a bit to give all RimSurface subclasses the same interface for reloading data.
Also makes sure new RimGridCaseSurface instances are shown by default in the view(s)

* Fixes by clang-format

* Include offset and slice index in surface name shown in project explorer

* Allow importing the same file multiple times

* Disable lighting for surfaces, as it doesn't look good for now. Fixes #6084

* Surfaces: Remove depth offset setting from view. Add slider to depth offset edit for surface

* Create new surfaces only on collection context menu

* Make sure tree view icon is enabled/disabled when the check box is clicked

* Fix depth offset for grid case surfaces, missing base function call.

* Make public method .. public.

* Add reload command to surface context menus. Still missing the part that actually reloads the data.

* Add additional check for null ptr to avoid crash

* Surfaces: implements reload command in context menu to reload surface data from its source (i.e. a file).
Rename function names to better show what they are actually doing
Refactor a bit to give all RimSurface subclasses the same interface for reloading data.
Also makes sure new RimGridCaseSurface instances are shown by default in the view(s)

* Fixes by clang-format

* Include offset and slice index in surface name shown in project explorer

* Allow importing the same file multiple times

* Disable lighting for surfaces, as it doesn't look good for now. Fixes #6084

* Surfaces: Remove depth offset setting from view. Add slider to depth offset edit for surface

* Create new surfaces only on collection context menu

* Make sure tree view icon is enabled/disabled when the check box is clicked

* Fix depth offset for grid case surfaces, missing base function call.

* Make public method .. public.

* Fixes by clang-format

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-08-11 11:34:34 +02:00
Kristian Bendiksen
02013f4816 #6284 Mud Weight Window: Improve handling of non-reservoir elements. 2020-08-11 11:14:58 +02:00
Gaute Lindkvist
af44659860 #6293 Make sure stacking is only available for some curv
* Well Log Curves and Summary Curves for now.
2020-08-11 09:57:56 +02:00
Gaute Lindkvist
e0cf133721 #6285 Add context menu stacking/unstacking of curves 2020-08-11 08:40:33 +02:00
Kristian Bendiksen
e93c4e75f2 #6284 Mud Weight Window: add option for non-reservoir pore pressure data. 2020-08-10 19:30:41 +02:00
Kristian Bendiksen
e3628906c8 #6286 Mud Weight Window: Use initial overburden gradient from grid. 2020-08-10 18:15:15 +02:00
Kristian Bendiksen
68ce7f590d #6286 Mud Weight Window: Improve fracture gradient calculation for shale. 2020-08-10 18:15:15 +02:00
Gaute Lindkvist
c3982a5782 Fix update problems with stacked curves 2020-08-10 12:58:53 +02:00
Gaute Lindkvist
86a4f5613c Major improvements to D&D of curves. 2020-08-10 12:58:53 +02:00
Gaute Lindkvist
9393c27b13 Improved naming following review 2020-08-10 09:17:46 +02:00
Gaute Lindkvist
92763ee902 Make well log tracks reorderable 2020-08-10 09:17:46 +02:00
Gaute Lindkvist
5e9403d9f1 Make summary curves reorderable 2020-08-10 09:17:46 +02:00
Gaute Lindkvist
75ae2a7b58 #6258 Implement reordering of well log curves 2020-08-10 09:17:46 +02:00
Gaute Lindkvist
78ff71c44d #6258 Update RimViewWindow to work with new tag system for tree view items 2020-08-10 09:17:46 +02:00
Gaute Lindkvist
c1bc522511 #6259 Implement stacking per curve 2020-08-10 09:17:46 +02:00
Gaute Lindkvist
31246b59f3 #6266 Fix unwanted selection change when changing window focus 2020-08-10 09:17:46 +02:00
Kristian Bendiksen
372df1e407 #6213 Make input fields and default values more similar to WBS plot. 2020-08-06 15:23:15 +02:00
Kristian Bendiksen
fee4318b92 #6213 Fix comparison of lower limit, and simplify initialization. 2020-08-06 15:23:15 +02:00
Kristian Bendiksen
91410c4434 #6213 Improve UI for selecting mud weight window reference layer. 2020-08-06 15:23:15 +02:00
Kristian Bendiksen
5d99526d98 #6213 Add UI for configuring "mud-weight window" calculation. 2020-08-06 15:23:15 +02:00
Kristian Bendiksen
fcc0f710d5 #6213 GeoMech: Add calculation of Mud Weight Window. 2020-08-06 15:23:15 +02:00
Magne Sjaastad
6a6a093d05 #5961 Color Legend : Improve default color legend for contour plots 2020-08-06 11:20:17 +02:00
Magne Sjaastad
860e6d54a9 Make Linux happy
Use correct type
Remove unused variable
Fix placement of local variable
2020-08-06 11:20:17 +02:00
Magne Sjaastad
058573b391 #5961 Color Legend : Set legend only when required 2020-08-06 11:20:17 +02:00
Magne Sjaastad
e069dfe9cc #5961 Color Legend : Creation custom color legend only when required 2020-08-06 11:20:17 +02:00
github-actions[bot]
bd09f2de54 Fixes by misspell-fixer 2020-08-06 11:20:17 +02:00
Stein Inge Dale
9a3dace180 WIP: Surface : Add export of surface to PTL file format #5957
- restructured according to issue
- but issue indicate export of K-layer only despite RimGridCaseSurface
did support I/ slices, too?
- if so, test and possibly extend RimGridCaseSurface methods
extractDataFromGrid() and getStructGridIndex()
- need to check whether all offsets are taken care of
2020-08-06 11:20:17 +02:00
Stein Inge Dale
0424202461 WIP: Color legend: import of lyr file with colors should generate custom color legend #5961
Work in progress:
- lacks support of views other than Eclipse views
- signature of RicImportFormationNamesFeature::importFormationFiles()
- reconsideration of variable names
2020-08-06 11:20:17 +02:00
Stein Inge Dale
edc4b39acb Color Legend : Added RAINBOW for better depth visualization (issue #6168)
- Included RAINBOW color legend
- RAINBOW set as default when creating a new contour plot
2020-08-06 11:20:17 +02:00
Kristian Bendiksen
6a8fdd9582
Merge pull request #6267 from OPM/fracture-model-plot-crash
Fix crash in fracture model plot.
2020-08-05 15:03:53 +02:00
github-actions[bot]
4729221373 Fixes by clang-format 2020-08-05 12:07:14 +00:00
Kristian Bendiksen
1dd5cc65bc Fix crash in fracture model plot.
The parent of RimWellLogTrack can also be a RimDepthTrackPlot.
2020-08-05 13:53:25 +02:00
Jon Jenssen
ea32743ad5 Add additional check 2020-08-05 13:36:54 +02:00
Jon Jenssen
0ce53a3219 Fix for issue #6187 - hide surfaces when creating a contour map 2020-08-05 13:20:59 +02:00
Ruben Manuel Thoms
bb8612c6a6 Unintended autocomplete in CMakeLists.txt 2020-08-04 14:01:38 +02:00
Ruben Manuel Thoms
40a4e57129 Qt 5.15 adjustments related to the change of location of QPainterPath 2020-08-04 14:01:38 +02:00
Ruben Manuel Thoms
23ab5adfd3 Installation adjustments 2020-08-04 14:01:38 +02:00
Gaute Lindkvist
34f3b0e369 #5730 Add a default analysis plot filter that lets everything through. 2020-07-31 20:33:47 +02:00
Gaute Lindkvist
69d782b92f Remove None as an option for ensemble parameter in analysis plot filter 2020-07-31 20:33:47 +02:00
Gaute Lindkvist
71954f7252 Fix analysis plot filter limits to include the interval min/max 2020-07-31 20:33:47 +02:00
Gaute Lindkvist
3cb40ca50d #5729 Fix updates when changing analysis plot filters 2020-07-31 20:33:47 +02:00
Gaute Lindkvist
342f4a8ac6 Improve font selection in plot axis properties 2020-07-31 20:33:47 +02:00
Gaute Lindkvist
052dd38ab1 #6193 Make ensemble case parameters default for analysis plot filters 2020-07-31 20:33:47 +02:00
Gaute Lindkvist
698677f3ac #6253 Support creating analysis plots directly from an ensemble plot 2020-07-31 13:39:40 +02:00
Gaute Lindkvist
b7e1d6e377 #5737 Add different time step UI with filtering to analysis plots 2020-07-31 12:15:57 +02:00
Gaute Lindkvist
2614852d8c #6188 Analysis plots: improve handling of empty data selection 2020-07-30 14:35:21 +02:00
Gaute Lindkvist
1130fad55c #6186 and #6191 Have sensible Analysis Plot defaults 2020-07-30 14:04:12 +02:00
Gaute Lindkvist
6f50201e3a #6189 Add check box on ensemble level in summary vector dialog 2020-07-30 14:04:12 +02:00
Gaute Lindkvist
7241132256 #6245 Shift labels to left side for negative tornado plot bars 2020-07-29 16:08:14 +02:00
Gaute Lindkvist
eee30f3d1d #6236 Change Correlation plots to use caf::Signals 2020-07-29 16:08:14 +02:00
Gaute Lindkvist
658cffd8e0 Make Correlation plots work with multiple ensembles 2020-07-29 13:59:18 +02:00
Gaute Lindkvist
ae7c4d9e31 Improve consistency of correlation plots 2020-07-29 13:59:18 +02:00
Gaute Lindkvist
4f36332e52 #6243 Support filtering of time steps for Correlation plots 2020-07-29 13:59:18 +02:00
Gaute Lindkvist
fde92ad931 #6240 Improve the way dates are handled in Correlation Plots 2020-07-29 10:13:32 +02:00
Gaute Lindkvist
bfd4719d10 #6197 Disable UI text field for vector selection in Correlation Plots 2020-07-29 10:13:32 +02:00
Gaute Lindkvist
aeecaa3ff1 #6237 Implement creation of correlation plot from ensemble plots 2020-07-29 10:13:32 +02:00
Gaute Lindkvist
447d335fc8 Remove superfluous use of epsilon in EnsembleParameter and fix test 2020-07-28 15:13:07 +02:00
Gaute Lindkvist
ee5c058634 Refactor out findClosestPlotItem 2020-07-28 15:13:07 +02:00
Gaute Lindkvist
ae23e2f252 #6201 Select parameters that go into a tornado plot 2020-07-28 15:13:07 +02:00
Gaute Lindkvist
ad59f79dea #6201 Select parameters that go into matrix plot 2020-07-28 15:13:07 +02:00
Gaute Lindkvist
a9b6c1bd7b #6198 expand axes of cross plot slightly 2020-07-27 14:53:59 +02:00
Gaute Lindkvist
651277e587 #6200 Add option to sort by Correlation Matrix by rows/columns or both 2020-07-27 14:53:59 +02:00
Gaute Lindkvist
054d2864f6 #6196 Add option to remove parameters without variation 2020-07-27 14:53:59 +02:00
Gaute Lindkvist
a9c9471e7f Fix crashes in Drag and Drop if the drop target is the same as the current dragged item 2020-07-27 08:47:01 +02:00
Gaute Lindkvist
da6360cf98 Clean up move code for well log curves. 2020-07-27 08:47:01 +02:00
Gaute Lindkvist
2e00d9a719 Support drag and drop of summary curves 2020-07-27 08:47:01 +02:00
Gaute Lindkvist
5b126c3b98 Swap well log curves with drag and drop if the target is just above the single drag item.
* Currently nothing happens in this case, because we insert the dragged item
  after the target.
* On balance it seems more intuitive to swap the items in this particular case
  even if it is slightly against the regular drag operations.
2020-07-27 08:47:01 +02:00
Gaute Lindkvist
1ceee51a7d Fix further crash issue with stacked data interpolation for well log curves 2020-07-27 08:47:01 +02:00
Gaute Lindkvist
bfaff27d51 Re-add missing drag and drop for well log tracks 2020-07-27 08:47:01 +02:00
Gaute Lindkvist
77eafc6a6e Fix crash in well log curve interpolation for stacking 2020-07-27 08:47:01 +02:00
Gaute Lindkvist
4e7eff261e Fix summary plot crash when changing vector 2020-07-27 08:47:01 +02:00
Gaute Lindkvist
9d274adc5f Fix stacking for well log curves 2020-07-27 08:47:01 +02:00
Gaute Lindkvist
fd0766f1a1 Fix oil/gas colors 2020-07-27 08:47:01 +02:00
Gaute Lindkvist
d861af44b6 Temp work 2020-07-27 08:47:01 +02:00
Gaute Lindkvist
908dcd6828 Support stacked curves for Summary Plots 2020-07-27 08:47:01 +02:00
Gaute Lindkvist
82a96a1866 Fix zoom for stacked well log curves and support dataChanged() 2020-07-27 08:47:01 +02:00
Gaute Lindkvist
48a9fa01bb Fix stacking crash in WellLogCurveData 2020-07-27 08:47:01 +02:00
Gaute Lindkvist
30e32a1c50 data send in loadDataAndUpdate 2020-07-27 08:47:01 +02:00
Gaute Lindkvist
beaf4ebd5a Implement signal handler 2020-07-27 08:47:01 +02:00
Gaute Lindkvist
6856597770 Implement stacked well log curves 2020-07-27 08:47:01 +02:00
Gaute Lindkvist
3202a5f85d Make plotZoomed a RiuQwtPlotWidget signal and not just in a couple of sub classes 2020-07-27 08:47:01 +02:00
Gaute Lindkvist
a723d0d1fa Refactor PLT stacked curve code to be more general 2020-07-27 08:47:01 +02:00
Kristian Bendiksen
3971f0dde3 #6224 Fracture Model: fix "Result Property" track annotations. 2020-07-14 14:17:50 +02:00
Kristian Bendiksen
f7f9f93303 #6228 Fix crash when creating user-defined curves in fracture model plot. 2020-07-14 14:04:50 +02:00
Kristian Bendiksen
a0dce934f0 #6173 Fix conversion for over/underburden pressure. 2020-07-13 10:39:23 +02:00
Kristian Bendiksen
e05dc5ff79
Merge pull request #6225 from OPM/fracture-model-plot-pressure-curves
Fracture model plot pressure curves
2020-07-10 12:34:10 +02:00
Kristian Bendiksen
bf639ebe19 #6208 Add option to delete fraction model plot in project tree. 2020-07-10 12:07:59 +02:00
Kristian Bendiksen
cb9e3fe30d #6173 Improve pressure extrapolation in overburden and underburden.
Use gradient derived from fluid density.
2020-07-10 11:59:33 +02:00
Kristian Bendiksen
709da35a3e #6221 Fracture Model: Simplify menu item for fracture model export. 2020-07-10 09:26:30 +02:00
Kristian Bendiksen
b8890defa2 #6212 Fracture Model Plot: Add option use data from other curves when missing values 2020-07-10 09:18:45 +02:00
Kristian Bendiksen
a88191be33 #6169 Element property table: invalidate Geo Mech results on changes in table. 2020-07-08 16:45:44 +02:00
Kristian Bendiksen
1e06f6ae25 #6218 Fix NaN values in poro-perm and pore compressibility when base time step is set
The generated address would contain a timelapse index which was invalid for
reference case step dependent results.
2020-07-08 14:31:44 +02:00
Kristian Bendiksen
4326193008 #6218 Avoid inf for geostatic timestep in poro-perm calculation. 2020-07-08 13:24:33 +02:00
Kristian Bendiksen
71f494d92c #6170 Shorten POROSITY-PERMEABILITY to PORO-PERM in result view. 2020-07-08 13:24:21 +02:00
Kristian Bendiksen
30dea50392 #6090 Fracture Model: export pressure at top of zone to frk file. 2020-07-08 09:57:36 +02:00
Kristian Bendiksen
56cbf6b5df #6171 Fracture Model Plot: Use "Step Left" interpolation for stress gradient. 2020-07-08 09:57:36 +02:00
Kristian Bendiksen
fcb99b1987 Silence "data loss" warning on windows. 2020-07-08 09:57:36 +02:00
Kristian Bendiksen
440afdb20c #6172 Fracture Model Plot: Update stress curves when pressure changes. 2020-07-08 09:57:36 +02:00
Kristian Bendiksen
4282c0324a #6217 Fix conversion elyr (Young's Modulus) for frk export. 2020-07-08 06:41:36 +02:00
Kristian Bendiksen
06716bc664 #6210 Fracture Model Plot: Fix crash when changing MD. 2020-07-08 06:28:52 +02:00
Kristian Bendiksen
3819420d23 Fracture Model Plot: Improve method for getting data from other curves when calculating stress. 2020-07-06 19:26:57 +02:00
Kristian Bendiksen
3b662904e2 #6185 Fracture Model Plot: compute stress at bottom of zone using gradient. 2020-07-06 19:23:35 +02:00
Magne Sjaastad
4ff6252013 Add replacement values for over/underburden 2020-07-03 11:52:40 +02:00
Kristian Bendiksen
71f2a6c73e Avoid hiding facies result curve to make stress calculation work. 2020-07-02 18:47:58 +02:00
Kristian Bendiksen
3c2f540492 #6113 Use enum to identify curves in RimFractureModelPlot. 2020-07-02 18:42:58 +02:00
Kristian Bendiksen
cac8607707 Use defined string for facies colors legend name. 2020-07-02 14:00:43 +02:00
Kristian Bendiksen
9ab2a4d279 Remove debug logging to stdout/stderr 2020-07-02 08:58:40 +02:00
Kristian Bendiksen
6bda75b38e #6089 Display stress and stress gradient in fracture model plot. 2020-07-02 08:58:40 +02:00
Kristian Bendiksen
6744628fb0 Use values from facies curves when calculating layers. 2020-07-02 08:58:40 +02:00
Kristian Bendiksen
3425031e27 #6038 Avoid crashing when facies colors does not exist. 2020-07-02 08:58:40 +02:00
Kristian Bendiksen
9f0a6c6223 #6038 Add support for overburden and underburden. 2020-07-02 08:58:40 +02:00
Magne Sjaastad
d93ce90a1e Qt : Replace deprecated function QFontMetrics::width 2020-07-01 11:03:56 +02:00
Magne Sjaastad
c68c0d0321 #6164 Color Legend : Adjust UI names 2020-07-01 09:02:41 +02:00
Magne Sjaastad
18e0c8999e #6164 Color Legend : Update category colors when project file is loaded 2020-07-01 08:22:26 +02:00