Magne Sjaastad
1a3a155d36
Merge remote-tracking branch 'origin/2020.10-patch-01' into dev
2020-11-12 09:06:28 +01:00
Kristian Bendiksen
f146402864
#6936 StimPlanModel: missing update when changing eclipse case or time step in plot.
2020-11-11 15:45:49 +01:00
Kristian Bendiksen
f6ba901105
#6937 StimPlanModel: fix missing update in plot when toggling elastic scaling property
2020-11-11 15:45:49 +01:00
Kristian Bendiksen
d5f5207177
#6934 StimPlanModel: allow user-defined depth bounding box for data extraction
2020-11-11 15:45:49 +01:00
Kristian Bendiksen
91a35784a0
#6948 StimPlan Model: Make sure extraction normal always points downwards.
2020-11-11 15:45:49 +01:00
jonjenssen
7f3df954ad
Bugfix: show y axis text even if ensemble and summary curves are turned off.
2020-11-11 09:01:07 -05:00
Magne Sjaastad
f336dfec97
#6957 Data source stepping : Add stepping on aquifer
2020-11-10 09:58:48 -05:00
Magne Sjaastad
e3ef1b436a
#6960 Curve Calculator : Add to right-click menu of main case collection
2020-11-10 09:58:48 -05:00
Magne Sjaastad
68dc74ec63
#6843 Grid Cross Plot : Set default legend mapping type to discrete
2020-11-09 13:47:52 -05:00
Magne Sjaastad
7b3fdbcf38
#6843 Grid Cross Plot : Check if valid before accessing tickValues
2020-11-09 13:47:52 -05:00
Magne Sjaastad
76fa87625c
#6843 Grid Cross Plot : Render discrete colors, not continous
2020-11-09 13:47:52 -05:00
magnesj
0258874e17
Fixes by clang-format
2020-11-09 08:31:57 -05:00
Kristian Bendiksen
303b0ea163
#6946 StimPlan Model Plot: Fix incorrect colors in facies track.
2020-11-09 12:44:32 +01:00
Kristian Bendiksen
5c99872c7f
#6938 Use unscaled porosity for elastic property lookup.
...
The elastic properties are already scaled by net-to-gross. Scaling the porosity
by net-to-gross before looking up the properties was applying the scaling twice.
Closes #6938 .
2020-11-09 12:44:09 +01:00
Kristian Bendiksen
bd2678fe57
#6931 Fix missing scaling for porosity and permeability.
2020-11-09 12:43:41 +01:00
magnesj
d11e109c7e
Fixes by clang-format
2020-11-06 06:18:34 -05:00
Kristian Bendiksen
2ec4e5a6c4
#6596 Rename from FractureModel to StimPlanModel.
2020-11-06 10:43:49 +01:00
Kristian Bendiksen
76896827cd
Remove "pragma once" in cpp file.
2020-11-06 08:17:43 +01:00
Kristian Bendiksen
f0d96534cc
#6820 Group stimplan model source code in subdirectory.
2020-11-06 08:17:43 +01:00
Jon Jenssen
784e241eb9
Bugfix - make show contour label checkbox work for contour plots
2020-11-05 02:38:59 -05:00
Jon Jenssen
db007dfaab
Allow user to edit well path name for user defined well paths.
2020-11-05 02:23:25 -05:00
Kristian Bendiksen
cfccd6e943
Fracture Model Plot: Extracted values always have tvd and md.
2020-11-03 16:07:25 +01:00
Kristian Bendiksen
bb379ac5d2
Remove duplicated curve extraction code for layers.
2020-11-03 16:07:25 +01:00
Kristian Bendiksen
e08cd0c46c
#6834 Use time step from fracture model when extracting curve.
2020-11-03 16:07:25 +01:00
Kristian Bendiksen
bf05ff2f37
#6834 Make it easier to see which model a fracture model plot is displaying.
...
Also add edit button.
2020-11-03 16:07:25 +01:00
Kristian Bendiksen
42630d99b7
Guard against null pointer access when fracture template not set.
2020-11-03 16:07:25 +01:00
Kristian Bendiksen
be8b54046e
#6888 Fix assert when MD gives anchor position outside of active cells bounding box.
2020-11-03 16:07:25 +01:00
Kristian Bendiksen
1f748e3c39
Fix ugly name in plot project tree.
2020-11-03 16:07:25 +01:00
Kristian Bendiksen
dc4d0fa109
Remove duplicated code.
...
Moving the data extraction out of the curves makes it possible to share
the curve drawing functionality.
2020-11-03 16:07:25 +01:00
Kristian Bendiksen
271191b199
Fix crash when time step the initial time step.
2020-11-03 16:07:25 +01:00
Kristian Bendiksen
182b7f546c
#6834 Stimplan Model Plot: add source selector for eclipse case and time step
2020-11-03 16:07:25 +01:00
Magne Sjaastad
2cecedae99
#6831 Ensemble Summary Plot : Fix text filter for ensemble curves
2020-11-03 10:40:42 +01:00
Magne Sjaastad
695592a70d
#6862 Correlation Plots : Use full address when accessing summary data
2020-10-30 18:22:20 +01:00
Magne Sjaastad
03ab2e592d
#6862 Correlation Plots : Use full address when accessing summary data
2020-10-30 18:21:52 +01:00
Kristian Bendiksen
3e291e0c6b
#6854 Fix asserts/crashes when layer extraction fails.
2020-10-28 14:38:51 +01:00
Kristian Bendiksen
935a2d11d7
#6835 Stimplan Model: Improve non-net layers.
...
- Add checkbox to toggle non-net layers on/off
- Remove formation option, and use current formation for each element.
- Set default cutoff to 1.0
- Add range for cutoff input [0, 1.0]
- Scale elastic properties if less than cutoff.
- Introduce one new layer per element for each non-identical NTG less than cutoff.
2020-10-28 10:02:04 +01:00
Kristian Bendiksen
a9930e5fe0
#6833 : Set eclipse case and time step in fracture model.
2020-10-28 08:59:40 +01:00
Gaute Lindkvist
5bc5f5ddb7
Allow arguments to findOrCreateWellLogExtractor methods to be nullptr
...
It is a valid pattern for the methods and it should return nullptr in this case.
2020-10-27 14:55:25 +01:00
Gaute Lindkvist
f30ad36c82
Remove some structured bindings to avoid unused variable warnings
2020-10-26 10:43:14 +01:00
Gaute Lindkvist
0b6254bfb4
Fix build issues following merge from dev
2020-10-26 10:43:14 +01:00
Gaute Lindkvist
0fc5e033f5
Add automatic well path grouping
2020-10-26 10:43:14 +01:00
Gaute Lindkvist
9401a81097
Higher tolerances
2020-10-26 10:43:14 +01:00
Gaute Lindkvist
f569d6872b
Group only with selected paths
2020-10-26 10:43:14 +01:00
Gaute Lindkvist
19a8aece0e
Almost right
2020-10-26 10:43:14 +01:00
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