Skip to content

Commit

Permalink
Added depth plot
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Mar 16, 2023
1 parent eea0db9 commit 6c6b0b2
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 9 deletions.
11 changes: 11 additions & 0 deletions content/3d-main-window/DepthPlot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
+++
title = "Depth Plot"
published = true
weight = 110
+++

![]({{< relref "" >}}images/3d-main-window/DepthPlotIn3D.png)

When clicking on cells in 3D, all values along the IJ column of the selected cells can be displayed in a depth plot. This can be combined with a Result Plot displaying the change for selected cells over time.

[Result Inspection]({{< relref "resultinspection" >}})
5 changes: 4 additions & 1 deletion content/3d-main-window/ResultInfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ weight = 30

The result info window displays text information based on selected geometry in the 3D view. This is information related to IJK cell values, the value of the currently selected result property, and the intersection point for the last mouse click in the 3D view.


![Multiple Result Info]({{< relref "" >}}images/3d-main-window/multiple-result-info.png)
If you want to show additional properties, activate and select additional properties from **Multiple Result Info** in the **Project Tree**. Additional values are displayed in addition to currently selected property.

![Multiple Result Info]({{< relref "" >}}images/3d-main-window/multiple-result-info.png)
### Coordinates
Select Multiple Result Info in the Project Tree. Coordinates for the selected cell can be displayed by ticking "Show Center Coordinates" and "Show Corner Coordinates"
4 changes: 3 additions & 1 deletion content/3d-main-window/ResultInspection.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,14 @@ Formation names | Displays name of formation the cell is part of

## Result Plot

If a dynamic none-Flow Diagnostics result is active, the result values of the selected cells for all time steps are displayed in the docking window **Result Plot** as one curve for each cell.
The result values of the selected cells for all time steps are displayed in the docking window **Result Plot** as one curve for each cell.

Additional curves can be added to the plot if CTRL-key is pressed during picking. The different cells are highlighted in different colors, and the corresponding curve is colored using the same color.

To clear the cell-selection, left-click outside the visible geometry.

[[Result Info]]({{< relref "resultinfo" >}})

### Adding the Curves to a Summary Plot

The time history curves of the selected cells can be added to a Summary Plot by right-clicking in the **Result Plot** or in the 3D View.
Expand Down
17 changes: 10 additions & 7 deletions content/getting-started/whats-new/releasenotes_2023_03.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,18 @@ Pressure data in a custom file format can be imported.
[[Pressure Depth Data]]({{< relref "pressuredata" >}})







## Other improvements



- Fixed parsing of GRDECL files if a comment is added on the same line after a keyword end character ‘/’
- Fixed freeze during import of grid model (Progress bar freezes at 28%)
- New button next to file path to quickly copy text to clipboard
- New [[Depth Plot]]({{< relref "depthplot" >}}) to show values for all K-cells for a selected IJ cell
- Added more scaling factors to 3D view, and support for custom scale value in **Preferences**
- GRDECL export: Added option to export NOECHO and ECHO to generated text file
- `CTRL-E` as shortcut to open [[Summary Plot Editor]]({{< relref "summaryploteditor" >}})
- Added slider to quickly switch between time step
- Improved user interface for range filters
- When clicking on a cell: Show center coordinates and corner coordinates [[Result Info]]({{< relref "resultinfo" >}})



Expand Down
Binary file added static/images/3d-main-window/DepthPlotIn3D.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/3d-main-window/result-info.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 6c6b0b2

Please sign in to comment.