Commit Graph

5941 Commits

Author SHA1 Message Date
Gaute Lindkvist
362dcb4dd1 Remove redundant part of hierarchical well paths 2020-10-26 10:43:14 +01:00
Gaute Lindkvist
7684596829 Well Path Groups 2020-10-26 10:43:14 +01:00
Gaute Lindkvist
195bcf2817 Skeleton for toggling grouping of well paths 2020-10-26 10:43:14 +01:00
Gaute Lindkvist
395398587a Create a separate menu entry for importing "Grouped Well Paths" 2020-10-26 10:43:14 +01:00
Gaute Lindkvist
90d4c2f9d3 More hierarchical work 2020-10-26 10:43:14 +01:00
Gaute Lindkvist
0b19307be0 Support loading hierarchical well paths 2020-10-26 10:43:14 +01:00
Gaute Lindkvist
52e3214b0e Add Well paths to other well paths 2020-10-26 10:43:14 +01:00
Gaute Lindkvist
2a06f74076 Fix well log extraction not_null failure. 2020-10-26 10:43:14 +01:00
Gaute Lindkvist
8e8534d61e Go via RimWellPathCollection::addWellPath for any well path addition 2020-10-26 10:43:14 +01:00
Gaute Lindkvist
6622328622 Remove direct access to the well path field in RimWellPathCollection 2020-10-26 10:43:14 +01:00
Gaute Lindkvist
aceac43652 Refactor RimWellPath and RigWellPath 2020-10-26 10:43:14 +01:00
Kristian Bendiksen
9a1397ecbc Revert "#6412 Hide experimental Stimplan features behind RESINSIGHT_DEVEL env var."
This reverts commit ae18dc8898.
2020-10-22 09:07:27 +02:00
Kristian Bendiksen
f09dad2fb9 Revert "Fracture Model Template: Hide new features behind experimental flag"
This reverts commit 03ae6e5ee4.
2020-10-22 09:07:27 +02:00
Kristian Bendiksen
82c7042eeb #6754 Scale porosity, permeability and elastic props by net-to-gross. 2020-10-22 09:07:27 +02:00
Kristian Bendiksen
390dbe5cc5 Move export to frk command from model plot to model. 2020-10-22 09:07:27 +02:00
Kristian Bendiksen
7d456f1cbb Refactor fracture model result calculation to be independent of display. 2020-10-22 09:07:27 +02:00
Kristian Bendiksen
f4631e7f9d #6754: Fracture Model: support non-net layers 2020-10-22 09:07:27 +02:00
Kristian Bendiksen
752f0f5100 #6233: Fracture Model: Add command to change MD location from python. 2020-10-21 10:53:53 +02:00
Kristian Bendiksen
5e31df53bc #6597: Provide sensible defaults for elastic property scaling. 2020-10-21 10:05:49 +02:00
Kristian Bendiksen
c16348eaaa #6579: Make elastic property scaling checkable and add auto-name. 2020-10-21 10:05:49 +02:00
Kristian Bendiksen
34c1ac35e5 Fix dangling references to annotations from fracture model after save. 2020-10-21 10:05:49 +02:00
Kristian Bendiksen
bcc35ee82e #6597: Propagate changed signals from scaling to fracture model plot. 2020-10-21 10:05:49 +02:00
Kristian Bendiksen
f4eefc3e08 #6597: Add python api for adding elastic properties scaling. 2020-10-21 10:05:49 +02:00
Kristian Bendiksen
3baef48926 #6597 Improve fracture model-related python class names. 2020-10-21 10:05:49 +02:00
Kristian Bendiksen
309d9313bd #6597 Use and display scaled elastic properties. 2020-10-21 10:05:49 +02:00
Kristian Bendiksen
7c555658ec #6597 Add pdm objects and context menu for elastic property scaling. 2020-10-21 10:05:49 +02:00
Gaute Lindkvist
b1d9d17ddb Simplify some code with C++17 2020-10-20 11:05:10 +02:00
Magne Sjaastad
7be1763941 #6791 Ensemble import: Show name of case with non-matching parameters 2020-10-16 04:55:21 -04:00
Ruben Thoms
b406649e17 Bugfix : Lower threshold not applied
Fixes #6783.
2020-10-15 11:00:32 -04:00
Ruben Thoms
83a9730f5b Bugfix : Crash when no FLR-data in grid model
Fixes #6780.
Adjusted camel case words.
2020-10-15 08:58:34 -04:00
Magne Sjaastad
a6af4fbd00 #6773 Regression Test : Add more input validation due to missing files
Running regression tests without valid external files revealed several crashes. Add guarding and remove asserts to make sure regression tests can be executed without crash.
2020-10-13 08:31:05 -04:00
Magne Sjaastad
03f659df0c #6771 Regression Test: Replace QMessageBox with RiaLogging::errorInMessageBox
Fix typo


Includes
2020-10-13 05:38:04 -04:00
Magne Sjaastad
ef1b5a3d89 #6771 Regression Test: Remove unused includes 2020-10-13 05:38:04 -04:00
Magne Sjaastad
c8862ea83c #6765 Test System : Add flag from regression dialog to invalidate external files 2020-10-12 12:50:46 -04:00
Gaute Lindkvist
bb3dfd538c #6734 Fix segment order in MSW export and get well in error message
* Fixing the order also ends up removing the wrong segment discussed in the bug
2020-10-12 15:51:59 +02:00
Gaute Lindkvist
b3abe284ce #6737 Make sure we always create a summary reader interface when asking for a reader 2020-10-12 15:48:29 +02:00
Magne Sjaastad
53c39cdc73 CppCheck : Remove unused variables 2020-10-09 13:43:31 +02:00
Kristian Bendiksen
b16482bb2f #6490: Improve color legends right-click menus 2020-10-08 09:50:45 -04:00
Gaute Lindkvist
55ef7fc02a Fix MDI Subwindow creation 2020-10-07 18:06:12 +02:00
Magne Sjaastad
ef15a98e3a #6721 Ensemble Parameters : Improve performance for list in Property Editor
Introduce hasEnsembleParameters() for efficient check if any case has ensemble parameters.
Use first timestep definition from a summary case, as the time steps usually not differ between different summary vectors.
2020-10-06 13:30:34 +02:00
Magne Sjaastad
1642370928 #6476 AppFwk : Add support for moving selected items to top list 2020-10-06 02:17:58 -04:00
Magne Sjaastad
27230ed308 Fix missing icons 2020-10-06 07:40:54 +02:00
Gaute Lindkvist
b7ac99e53b Many new icons and minor CSS changes 2020-10-05 02:48:14 -04:00
Gaute Lindkvist
f7bbfc1679 Provide an automatic name for an analysis plot of a set of single summary cases 2020-10-02 08:02:43 -04:00
Gaute Lindkvist
118a48b5a2 Fix default analysis plots when there's no ensemble 2020-10-02 08:02:43 -04:00
Gaute Lindkvist
890b7f8ca5 Stop invalid analysis plot filters from removing cases 2020-10-02 08:02:43 -04:00
Gaute Lindkvist
2de49891fb #6652 Fix missing legend entries in summary editor 2020-10-01 03:46:28 -07:00
Kristian Bendiksen
fde2c5e4af 6593 Fracture Model: Show barrier fault name and distance in 3d. 2020-10-01 03:34:15 -07:00
Ruben Thoms
b233c331cf 6655 - Rename of text in UI
Renamed Element Vector Result to Flow Vector Result.
Rename text for VectorView.
2020-10-01 03:29:25 -07:00
Ruben Thoms
b6cca51593 Adjusted according to review comments. 2020-10-01 03:29:25 -07:00