Kristian Bendiksen
dc80f582bd
#9328 StimPlan Fracture: Fix nullptr crash on failed import.
...
Fixes #9328 .
2022-10-05 09:45:27 +02:00
Kristian Bendiksen
d0e9c454d3
#9325 Thermal Fracture: rename injectivity decline to injectivity factor.
2022-10-03 13:19:19 +02:00
Kristian Bendiksen
1a9831db8c
Thermal Fracture: Add option to skip filter cake pressure drop adjustment.
2022-10-03 08:33:55 +02:00
Kristian Bendiksen
dbd8dd4ff4
Thermal Fracture: Fix off-by-one in transmissibility calculation.
2022-10-03 08:33:55 +02:00
Kristian Bendiksen
3dad3c65cb
Thermal Fracture: Improve handling of result names and units.
2022-10-03 08:33:55 +02:00
Kristian Bendiksen
8ed349f859
Thermal Fracture: add relative and absolute filter-cake pressure drop calculation.
2022-10-03 08:33:55 +02:00
Kristian Bendiksen
da2b183d0e
Thermal Fracture: Add option to choose filter cake pressure drop adjustment.
2022-10-03 08:33:55 +02:00
Kristian Bendiksen
7d774d733c
Thermal Fracture: compute filter cake mobility.
2022-10-03 08:33:55 +02:00
Kristian Bendiksen
ce65d3738a
Thermal Fracture: compute injectivity decline
2022-10-03 08:33:55 +02:00
Kristian Bendiksen
453fe2dcd6
Thermal Fracture: Remove some unnecessary complications with the result names.
2022-10-03 08:33:55 +02:00
Kristian Bendiksen
619807b81f
Thermal Fracture: add python script for exporting template as surface.
2022-10-03 08:33:55 +02:00
Kristian Bendiksen
550110d8ab
Allow different definitions of valid result for StimPlan and Thermal template.
2022-10-03 08:33:55 +02:00
Magne Sjaastad
2973127363
Minor issues when preparing user course
...
* Grid Cross Plot: Always show grouping icons with color
* Grid Cross Plot: Make sure the info box text content is updated
* Bump version to RC_05
2022-09-14 16:10:52 +02:00
Magne Sjaastad
7b81490f90
#9295 Make sure grid cross plot is updated when grouping objects are toggled
2022-09-14 08:47:52 +02:00
Magne Sjaastad
22cd06b4c7
Adjust auto plot settings
...
* Adjust the max value for summary curves to get more space on top of plot
* Compute axis range before computing auto plot settings
* Use axis object name as key when computing aggregated min/max
* Guard infinite recursion for enableAutoValue()
2022-09-13 17:45:41 +02:00
Magne Sjaastad
58852781c3
Add missing update of curve legend text
2022-09-13 15:20:48 +02:00
jonjenssen
c685b7e9b5
Summary Plot Editor: Context menu update ( #9289 )
...
* Summary plot editor context menu update
2022-09-13 11:14:30 +02:00
Magne Sjaastad
3cdc69d1a7
Fix typo for StimPlanFileName keyword
2022-09-12 08:58:09 +02:00
Magne Sjaastad
c734a22bd6
Improve user interface for axis linking
...
Several adjustments to UI as discussed with Håkon and Alireza.
* add link/unlink command to right-click menu of axis
* select curve in project tree when clicking on legend item
* make sure internal legend is always visible when toggling plot
* fix issue when using sub plot as data source for axis range
2022-09-09 16:06:56 +02:00
Kristian Bendiksen
dc01594a95
#9281 Analysis Plot: fix ensemble data source selection.
...
Fixes #9281 .
2022-09-09 15:21:35 +02:00
Magne Sjaastad
8887676007
Issues related to user course
...
* #9277 Observed Data : Assign case ID when importing observed data
If no case ID is assigned, the first observed case is always used when creating new plots of observed data
* #9278 Match on summary vector name when curve unit text is missing
2022-09-09 13:58:28 +02:00
Kristian Bendiksen
921c90beea
#9280 Fix missing horizontal error bars
...
* #9280 Fix missing horizontal error bars.
The x axis was not assigned properly for the error bars in the plot curve.
* Propagate error bar visibility state
2022-09-09 13:57:47 +02:00
Magne Sjaastad
f3a3e04e1f
Fix missing update of export well name
2022-09-08 16:14:05 +02:00
Magne Sjaastad
b641d6b86f
Adjustments for RC2
...
* Add dependency to Svg
* Renaming
* Remove special handling of bright colored curves
For some ensemble cases, the curve highlight does not work well. A prototype for ensemble curve highlight was introduced, but this was not working for a collection of standalone summary curves.
* Set version to RC_02
2022-09-06 15:29:10 +02:00
jonjenssen
2aedf38f79
Highlight the curve belonging to the legend you click on. ( #9259 )
...
* Highlight the curve belonging to the legend you click on.
* Make sure legend curve order remains the same when changing hilited curve
2022-09-06 07:21:24 +02:00
Kristian Bendiksen
49e298c0b8
Thermal Fracture: rotate and place fracture according to template data.
2022-09-05 15:40:31 +02:00
Kristian Bendiksen
96c4d48c9d
#9100 Thermal Fracture: add action to place using template data
2022-09-05 15:40:31 +02:00
Magne Sjaastad
945f1b1902
Use field auto values for summary plots
...
Use auto value concept in summary plot configuration. Default behavior is unchanged, but it is now possible to unlink a field to specify a custom value for this field.
Other changes:
* Add missing requirement for Svg in test application
* Use calculator icon and rename panel text
Use icon and relevant text to make it clear that the content in Calculator Data can be used for Grid Property Calculator and nothing else.
* Add example with scoped enum and auto value
* Use enum value starting av 10 to make sure enum values (not option item index) are working as expected
2022-09-05 14:12:49 +02:00
jonjenssen
78e1bf3e94
Refresh data source tree when a grid calculation is updated ( #9255 )
2022-09-01 11:01:47 +02:00
Magne Sjaastad
0a3b42fa80
#9260 Guard pointer access and update tree view when plot is created
...
Guard access to plot curve
Update tree view when object is created
Use zoomAll to update x value range
2022-09-01 10:55:44 +02:00
Magne Sjaastad
7f78cb8c89
Fix some smaller issues
...
* #9253 Well allocation plot: Keep checked state of curves when changing time step
* #9254 Guard pointer when clicking on linked time axis icon
* #9250 Cross Plot : Ensure summary case change update both x and y data sources
2022-09-01 07:50:40 +02:00
Jon Jenssen
7c2720f980
Make sure curve legends are shown in same order as the curve items in the explorer when moving them up/down
2022-09-01 07:28:10 +02:00
Magne Sjaastad
9bf4365fb2
#9251 Cell Edge : Add more tests on valid cell edge result
2022-08-31 10:05:23 +02:00
Kristian Bendiksen
7f54703642
#9233 Correction Report Plot: disable axes alignment for better spacing.
...
Regression introduced in 71d18b9e76 .
2022-08-30 06:42:51 +02:00
Magne Sjaastad
3ff5d238b1
Remove unused members and remove includes
2022-08-25 13:56:53 +02:00
Magne Sjaastad
c31bc3e50e
Add multiple selected cell edge results
2022-08-25 12:51:56 +02:00
Kristian Bendiksen
f82c530966
#9104 Thermal Fracture: Handle offset and scaling.
2022-08-25 09:17:00 +02:00
Magne Sjaastad
d28fcbfe21
#9231 Contour Map: Fix crash when adding formations after a view is created
2022-08-24 01:17:13 -07:00
Magne Sjaastad
c2ab9e6fe0
Regression Test: Do not access RimWellLogPlotCollection directly from desctructors
...
Regression tests are calling RimProject::reset(), and this function deletes the RimProject object.
2022-08-24 08:58:03 +02:00
Magne Sjaastad
4d244bc848
Depth Axis : Improve visibility logic
2022-08-24 08:55:40 +02:00
jonjenssen
f7dc85ddb6
Avoid recalculating streamlines when a 3d calculation is done.
2022-08-23 01:41:24 +02:00
Magne Sjaastad
4cd38d7daf
Simplify access to RimMainPlotCollection
...
* Add current() to RimMainPlotCollection to avoid include of RimProject
* Remove "segment" prefix
* Reload data when RftCase changes
2022-08-19 14:30:25 +02:00
Magne Sjaastad
506bfbd638
Remove control flag in setCollapsedByDefault
...
* Remove control flag in setCollapsedByDefault
* Set regions/annotations collapsed by default
2022-08-19 14:18:36 +02:00
Magne Sjaastad
c8d4757a51
Add sample count to grid property statistics
2022-08-19 00:06:55 -07:00
Magne Sjaastad
c6beb3b52d
Preferences : Set initial selection when selecting plot templates
2022-08-18 11:59:16 -07:00
Magne Sjaastad
a1e7b64d92
Simplify RiuPlotMainWindowTools ( #9211 )
...
* Janitor: Add and use onObjectAppended()
* Janitor: Simplify API
2022-08-18 12:37:51 +02:00
Jon Jenssen
febbdcf7a0
Make sure errorbars are shown on project reload
2022-08-18 12:34:00 +02:00
Magne Sjaastad
e7292a1ff3
Renaming of features
2022-08-17 23:59:01 -07:00
Kristian Bendiksen
9d5a4e7939
#9202 Summary Multi Plot: add option for having the legend inside the plot
2022-08-18 08:50:16 +02:00
Kristian Bendiksen
be236cb644
#9202 Well Log Plot: add option for having the legend inside the plot
2022-08-18 08:50:16 +02:00