Skip to content

Commit 5389ea0

Browse files
committed
Improved release notes. Added mouse readout
1 parent 6dc6d6c commit 5389ea0

File tree

4 files changed

+56
-18
lines changed

4 files changed

+56
-18
lines changed
124 KB
Loading

content/3d-main-window/ContourMaps.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ weight = 40
99
ResInsight can create contour maps based on different forms of aggregation of 3D Eclipse data onto a 2D Plane. Any 3D result value can be aggregated, in addition to specialised results, such as Oil, Gas and Hydrocarbon columns. A Contour Map is a specialised 2D view with many of the same features as the 3D views, including property filters, range filters and display of faults and wells.
1010
ResInsight is able to [export a contour map]({{% relref "contourmapexport" %}}) to a text file.
1111

12+
Polygons can be created from visible areas.
13+
1214
## Creating New Contour Maps
1315

1416
Contour Maps can be created in many different ways:
@@ -59,20 +61,25 @@ Max Value | The maximum cell result value in the volume underneath th
5961

6062
For the Column options, no **Cell Result** is available in the property tree under the Contour Map.
6163

64+
### Value Filtering
65+
66+
The resulting contour map values can be filtered by activating a value filter in the **Property Editor**. Either **Above**, **Below** or **Between** can be selected. This can be useful as a preprocessing step before creating polygons.
67+
6268
### Weighting Means by Cell Result
6369

6470
![](/images/3d-main-window/ContourMapProjectionWeights.png)
6571

6672
For the **Arithmetic Mean**, **Geometric Mean** and **Harmonic Mean** it is also possible to specify a cell result as a weighting parameter in addition to the regular weighting by volume of intersection. The total weight will then be the volume of intersection multiplied by the specified cell result. The full range of regular cell results is available for this use.
6773

68-
6974
## Difference options
7075

7176
Creating a Contour Map as a difference with a specific base case and/or base time step is performed by clicking the
7277
{{< image-in-text src="images/3d-main-window/CellResult.png" >}} **Cell Result** item
73-
underneath the actual **Contour Map** in the project tree. This will display the {{< image-in-text src="images/3d-main-window/CellResult.png" >}} **Cell Result** [Property Editor]
74-
({{% relref "cellresults" %}}#eclipse-result-types) to specify base case and/or base time step.
78+
underneath the actual **Contour Map** in the project tree. This will display the {{< image-in-text src="images/3d-main-window/CellResult.png" >}} **Cell Result** [Property Editor]({{% relref "cellresults" %}}#eclipse-result-types) to specify base case and/or base time step.
79+
80+
## Polygons of Visible Areas
7581

82+
Polygons of visible contour map areas can be created from the *"Create Polygons from Contour Map"* in the right-click menu.
7683

7784
## Contour Map Export
7885

content/misc/KeyboardShortcuts.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ weight = 30
55
+++
66

77
ResInsight supports a selection of Keyboard Shortcuts for convenience. These include **Delete** for removing deletable items
8-
from the project tree, **Ctrl-Alt-A** for Zoom All and **Ctrl-Alt-S/N/W/E/D/U** for changing the camera view to South, North, West, East, Down and Up respectively.
8+
from the project tree, **Ctrl-Alt-A** for Zoom All and **Ctrl-Alt-S/N/W/E/B/T** for changing the camera view to South, North, West, East, Bottom and Top respectively.
9+
10+
**Ctrl-Alt-U** will apply a User Defined View.
911

1012
![](/images/3d-main-window/KeyboardDel.png)
1113
![](/images/3d-main-window/KeyboardEast.png)

content/releases/release-notes/releasenotes_2025_03.md

Lines changed: 43 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,61 @@
11
+++
22
title = "What's New in 2025.03"
3-
weight = 100
3+
weight = 99
44
hidden = false
55
search_ignore = true
66
+++
77

8-
## Contour Map Improvements
8+
## Ensemble Contour Map
99

1010
![](/images/3d-main-window/ensemble-grid-contour-map.png)
1111

12-
ResInsight can create contour maps from an ensemble of grid models based on different forms of aggregation of 3D Eclipse data onto a 2D plane. The grid models can have varying grid geometry.
12+
ResInsight can create contour maps from an ensemble of grid models based on different forms of aggregation of 3D Eclipse data onto a 2D plane. The grid models can have varying grid geometry. **Mobile Oil/Gas/Hydrocarbon Column** is now supported.
1313

14-
New calculations have been added to contour maps, and Mobile Oil/Gas/Hydrocarbon Column is now supported.
14+
When a contour map is created, outline polygons of visible areas can be created.
1515

1616
[Ensemble Contour Map]({{% relref "ensemblecontourmap" %}})
1717

18+
[Contour Map]({{% relref "contourmaps" %}})
19+
20+
## Ensemble Import Dialog
21+
22+
When multiple ensembles are displayed, it is a single click operation to select an ensemble. It is supported to select a range of cases based on realization number.
23+
24+
## Summary Management
25+
26+
Improved automatic naming of ensembles. When multiple ensembles are imported, required text from the path is used to make the ensemble name unique.
27+
28+
29+
## Selection of Cells in 3D View
30+
31+
Selection of cells can now be done by entering IJK or a UTM coordinate. This feature is available from the Windows menu, Cell Selection Tool. Values from grid cells can be displayed in the plot window, and support for stacking of curves is now added. Curves in the plot window can automatically be created based on the current cell selection in 3D.
32+
33+
## Store User Defined View
34+
35+
A User Defined View can be stored and applied to other views, available from the View menu.
36+
37+
[Keyboard Shortcuts]({{% relref "keyboardshortcuts" %}})
38+
39+
## Mouse cursor Readout in Summary Plots
40+
41+
![](/images/plot-window/summary-plot-mouse-readout.png )
42+
43+
A vertical dotted line can be displayed at the mouse cursor in multiple plots indicating the current mouse position on the time axis. If a curve is selected, a dotted line can be displayed at curve value for selected time. This will enable readout of multiple values at the same time for a specified time.
44+
45+
## Selection of Realization
46+
When clicking on a curve in an ensemble, all curves connected to the selected realization will be highlighted. The summary case is also selected in the Property Editor. Selection of a realization object in the Property Editor will hightlight curves. Multiselect is supported.
47+
48+
## Curve Stepping
49+
The data source for curves can be manipulated using the toolbar. The history and difference vectors in the drop-down is removed to make the user interface easier to work with. When stepping a vector, history and difference vectors will also change.
1850

1951
## Other improvements
20-
- my issue
21-
22-
Exampels, to remove
23-
- Summary Table: Add user option to set time range on x-axis [#11803](https://github.com/OPM/ResInsight/issues/11803)
24-
- When highlighting a curve, also highlight other curves for the same realization [#11771](https://github.com/OPM/ResInsight/issues/11771)
25-
- Add a vertical line indicating the selected time in Result Plot [#11768](https://github.com/OPM/ResInsight/issues/11768)
26-
- Plot scaled and unscaled relperm curves in the same plot [#11684](https://github.com/OPM/ResInsight/issues/11684)
27-
- Fix visibility control of curve legends [#11966](https://github.com/OPM/ResInsight/issues/11966)
28-
- Fixed issues with P10 and P90 curves for some wells [#11941](https://github.com/OPM/ResInsight/issues/11941)
29-
52+
- Improved authentication dialog for cloud services
53+
- Reorganized display of summary vectors into categories **Completions** and **Connection**
54+
- Improved management of lumped connection vectors
55+
- Support calculation of summary completions and connections
56+
- Correlation plot is improved for readability and user experience
57+
58+
3059
## Python API
3160

3261

0 commit comments

Comments
 (0)