Skip to content

Commit

Permalink
Linked views and tiling
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Jan 12, 2023
1 parent 43a14aa commit bd22761
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 11 deletions.
2 changes: 1 addition & 1 deletion content/3d-main-window/LinkedViews.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ When selecting a linked view in the project tree, the different options are avai
#### Link Cell Filters

- **Range Filters** -- Range filters in master view will be applied to all dependent views where this option is active. Normally this is done by a direct copy, but if the master and dependent view is of different types (Eclipse and Geomechanical views) and the Eclipse case is within the bounds of the Geomechanical case, ResInsight tries to map the range filters to the corresponding cells in the other case.
- **Property Filters** -- Property filters in master view will be applied to all dependent views where this option is active. This option is only enabled between views of the *same case*.
- **Property Filters** -- Property filters in master view will be applied to all dependent views where this option is active.

## Toggle Linking from the **Project Tree**

Expand Down
8 changes: 5 additions & 3 deletions content/getting-started/whats-new/releasenotes_2023_01.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ hidden = true

[Summary Plotting]({{< relref "summaryplots.md" >}}) is updated with new features and improved workflows:
- Improved logarithmic legend and default ranges
- Visual appearance of curves is stable when doing **Source Stepping**
- Visual appearance of curves is now stable when doing **Source Stepping**
- Curve name and plot name improvements

## Change Data Source by Clicking in 3D
If data is extracted along a well path and displayed as curves in a plot, the data source for multiple plots can be updated by clicking on a well path in 3D. This feature can be useful for large fields with many wells and you want to investigate a small subset of wells.
The data source for multiple plots can be updated by clicking on a well path in 3D. This feature can be useful for large fields with many wells and you want to investigate a small subset of wells.

[Source Stepping]({{< relref "summarysourcestepping" >}}#change-well-data-source-from-3d-view)

Expand Down Expand Up @@ -61,10 +61,12 @@ ROFF files with properties can be imported, both in ASCII and binary form. Grid
[ROFF grid models]({{< relref "RoffGridModels" >}})


## High Priority Issues Fixed
## Other improvements

[Wrong area for scaled fractures](https://github.com/OPM/ResInsight/issues/9473)

[Improved Window Tiling]({{< relref "windowmanagement" >}})




Expand Down
18 changes: 16 additions & 2 deletions content/misc/WindowManagement.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,22 @@ published = true
weight = 15
+++

### Window Management


### Window Tiling
Tiling of windows can be accessed from the tool bar. The default tiling will organize the windows in a grid pattern. It is also possible perform tiling of the windows horizontally or vertically. This feature is availble from the **Windows** menu at the main menbu bar.

**Default**
{{< image-in-text src="images/misc/WindowTilingDefault.png" >}}


**Horizontally**
{{< image-in-text src="images/misc/WindowTilingHorizontally.png" >}}

**Vertically**
{{< image-in-text src="images/misc/WindowTilingVertically.png" >}}

### Window Management

The window management system was updated in release 2022.06.1. ResInsight stores application window visibility and location between sessions. It is also possible to store the window configuration to a file for later reuse.

Expand All @@ -13,4 +28,3 @@ The window management is available from the **Windows** menu.
See the following demonstration of some of the Window Management features:

{{< youtube HzLaQ1p6AUc >}}

11 changes: 6 additions & 5 deletions content/plot-window/SummarySourceStepping.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,19 @@ As seen, ResInsight per default lists the most probable stepping dimensions by a
## Change Well Data Source from 3D View
If multiple plots are using well as data source, the plot content can be uptedate by clicking on well geometry in 3D. This can be efficient if there are many wells in a model.

- create plots based on well summary vectors
- make sure source stepping dimension is set to **Well**
- activate the update of plots by clicking on button with tool tip text *"Update wells used in plots from well selections in 3D view."*
- open a 3D view, click on wells and the well data source in plots will be updated accordingly
- Create plots based on well summary vectors
- Make sure source stepping **Step By** is set to **Well**
- Activate the update of plots by clicking on button with tool tip text *"Update wells used in plots from well selections in 3D view."*
- Open a 3D view, click on wells
- The well data source in changed, and plot content will be updated accordingly


![]({{< relref "" >}}images/plot-window/SummarySourceStepping3dview.png)


## Source Stepping dimensions
ResInsight decides default step dimensions based on a consideration of visible curves in the current plot or subplot. For instance, well stepping is set as default if all curves display data from the same well, c.f. examples above.
However, the complete set of source stepping dimensions is always available in both the toolbar and Property Editor:
However, the complete set of source stepping dimensions is always available in both the toolbar and **Property Editor**:

- Vector
- Well
Expand Down
Binary file added static/images/misc/WindowTilingDefault.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/misc/WindowTilingHorizontally.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/misc/WindowTilingVertically.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bd22761

Please sign in to comment.