Skip to content

Commit

Permalink
Adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Mar 16, 2023
1 parent 6c6b0b2 commit c641d0d
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 17 deletions.
2 changes: 1 addition & 1 deletion content/3d-main-window/DepthPlot.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ 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.
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" >}})
7 changes: 7 additions & 0 deletions content/Calculated Data/CurveCalculator.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,11 @@ It is also possible to select the address by pressing the **Edit** button. This
After assigning summary addresses to all variables, click **Calculate** to evaluate the expression. The curve is saved and can be accessed in the Plot Editor.


## Calculation for Ensembles
![]({{< relref "" >}}images/calculated-data/calculated-well-curve-ensemble.png)

All calculation expressions are available for ensemble plotting. Use the calculation objects the same way as they are used for single summary cases.


## References
The similar concept is also used for [Grid Property Calculator]({{< ref "GridPropertyCalculator.md" >}})
33 changes: 18 additions & 15 deletions content/getting-started/whats-new/releasenotes_2023_03.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,37 @@ weight = 10
hidden = true
+++

## MSW Well Improvements
![]({{< relref "" >}}images/getting-started/msw_with_valves.png)

[Multi Segmented Wells - MSW]({{< relref "simulationwells" >}}) is updated with new features and improved visualization
- Fixes wrong well geometry for some cases
- Added optional visualization of valves


## Calculator Improvements
![]({{< relref "" >}}images/calculated-data/calculated-well-curve.png)
![]({{< relref "" >}}images/calculated-data/calculated-well-curve-ensemble.png)

A calculated summary vector for a well will now by default be available for all wells.
A calculated summary vector is now by default available for all wells, all cases and all ensembles.

[[Summary Calculator]]({{< relref "CurveCalculator" >}}) [[Calculator Expressions]]({{< relref "CalculatorExpressions" >}}) [[Grid Calculator]]({{< relref "GridPropertyCalculator" >}})

## Radial Grids

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

Import of radial grids are now supported. Using I and J range filters will filter the model based on angle and radius (Theta and R).
Import of radial grids including local grid refinement(LGR) are now supported. Using I and J range filters will filter the grid case based on angle and radius (Theta and R).

## Multi Segment Well Improvements
![]({{< relref "" >}}images/getting-started/msw_with_valves.png)

[Multi Segmented Wells - MSW]({{< relref "simulationwells" >}}) is updated with new features and improved visualization
- Fixes wrong well geometry for some cases
- Added optional visualization of valves

## Well Allocation over Time
![]({{< relref "" >}}images/plot-window/WellAllocationOverTime.png)

Use the Well Allocation over time to see how the allocation changes between time steps.
Use [Well Allocation over time]({{< relref "flowdiagnosticsplots" >}}#well-allocation-over-time) to see the allocation over multiple restart time steps.

## Depth Plot

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

The [[Depth Plot]]({{< relref "depthplot" >}}) can be used to display values for all K-cells for one or multiple selected IJ cells.

## Summary Plot Improvements

Expand All @@ -42,18 +46,17 @@ Use the Well Allocation over time to see how the allocation changes between time
- Fixed issue for import of simulations for large time span into future (after year 2262)
- Default name for summary vector is now a descriptive text (Oil Production instead of FOPT) The settings for curve names can be controlled from [[Curve Properties]]({{< relref "summaryplots" >}}#editing-a-summary-curve)

## Import of Pressure Data
Pressure data in a custom file format can be imported.
## Improved RFT Plotting

[[Pressure Depth Data]]({{< relref "pressuredata" >}})
- [[Pressure Depth Data]]({{< relref "pressuredata" >}}) can be imported from a custom file format.
- More flexible RFT plotting; it is now possible to combine ensemble RFT data sith single RFT curves and other observed curves.


## 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" >}})
Expand Down
2 changes: 1 addition & 1 deletion content/plot-window/FlowDiagnosticsPlots.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ The total accumulation data can also be viewed in ascci format by the command **
## Well Allocation over Time
![]({{< relref "" >}}images/plot-window/WellAllocationOverTime.png)

Use the Well Allocation over time to see how the allocation changes between time steps.
Use **Well Allocation over time** to see the allocation over multiple restart time steps.

## Cumulative Phase Distribution Plot

Expand Down
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/calculated-data/calculated-well-curve.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/calculated-data/calculator-text-expression.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 c641d0d

Please sign in to comment.