diff --git a/3d-main-window/3dviews/index.html b/3d-main-window/3dviews/index.html index 1f1c007ab4..7c4cfb9969 100644 --- a/3d-main-window/3dviews/index.html +++ b/3d-main-window/3dviews/index.html @@ -12,18 +12,18 @@ 3D Views :: ResInsight - - - - - - - - - + + + + + + + + + - + + + + + + + + + + + + +
+
+
+ +
+
+ + + + +
+
+ +
+
+ + +
+
+ +
+ +
+ +
+ +

+ + Depth Plot +

+ + + + + + +

+

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

+ + +
+ +
+ + +
+ + +
+ + + +
+ +
+
+
+ + + + + + + + + + + + + + + + + + + diff --git a/3d-main-window/faults/index.html b/3d-main-window/faults/index.html index a6eda22f90..9933d5a177 100644 --- a/3d-main-window/faults/index.html +++ b/3d-main-window/faults/index.html @@ -12,18 +12,18 @@ Faults :: ResInsight - - - - - - - - - + + + + + + + + + - + - - - - - - + + + + + +
+
+
+ +
+
+ + + + +
+
-
-
- - -
-
- -
- -
- -
- -

- - What's New in 2019.08 -

- - - - - - + +
+
+ + + + + +
+ +
+ +
+ +

+ + What's New in 2019.08 +

+ + + + + +

ResInsight 2019.08 is the latest version of ResInsight, the professional quality, open source 3D visualization, curve plotting and post-processing tool for Eclipse reservoir models. Version 2019.08 opens up a range of new and efficient workflows by adding Python script support in ResInsight.

Python scripting

Basic example on how to update views from Python

-
import rips
-# Connect to ResInsight instance
-resInsight = rips.Instance.find()
-
-# Check if connection worked
-if resInsight is not None:
-    # Get a list of all cases
-    cases = resInsight.project.cases()
-    for case in cases:
-        # Get a list of all views
-        views = case.views()
-        for view in views:
-            # Set some parameters for the view
-            view.setShowGridBox(not view.showGridBox())
-            view.setBackgroundColor("#3388AA")            
-            # Update the view in ResInsight
-            view.update()
-

For more information and examples, please see the ResInsight Python API.

+
import rips
+# Connect to ResInsight instance

+resInsight = rips.Instance.find()
+
+# Check if connection worked

+if resInsight is not None:
+    # Get a list of all cases

+    cases = resInsight.project.cases()
+    for case in cases:
+        # Get a list of all views

+        views = case.views()
+        for view in views:
+            # Set some parameters for the view

+            view.setShowGridBox(not view.showGridBox())
+            view.setBackgroundColor("#3388AA")            
+            # Update the view in ResInsight

+            view.update()
+

For more information and examples, please see the ResInsight Python API.

Launch ResInsight without user interface

It is now possible to launch ResInsight as a console application with no user interface. Some workflows might include servers with no graphics card, and the console mode enables use of ResInsight in this context.

See Command Line Interface

@@ -2612,1962 +2653,1999 @@ if resInsight is not None:
  • Curves in a plot will be hightlighted when left-clicking the curve
  • See Summary Plotting

    - - -
    - -
    - - -
    - - - - - - -
    - -
    -
    -
    - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + +
    +
    +
    + + + + + + + + + + + + + + + + + + + diff --git a/getting-started/whats-new/releasenotes_2019_12/index.html b/getting-started/whats-new/releasenotes_2019_12/index.html index 19ee2de5d4..d84a3a817b 100644 --- a/getting-started/whats-new/releasenotes_2019_12/index.html +++ b/getting-started/whats-new/releasenotes_2019_12/index.html @@ -12,18 +12,18 @@ What's New in 2019.12 :: ResInsight - - - - - - - - - + + + + + + + + + - + + + + + + + + + + + + +
    +
    +
    + +
    +
    + + + + + + + +
    +
    + +
    + +
    + +
    + +

    + + What's New in 2023.03 +

    + + + + + + +

    Calculator Improvements

    +

    +

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

    +

    [Summary Calculator] [Calculator Expressions] [Grid Calculator]

    +

    Radial Grids

    +

    +

    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

    +

    +

    Multi Segmented Wells - MSW is updated with new features and improved visualization

    +
      +
    • Fixes wrong well geometry for some cases
    • +
    • Added optional visualization of valves
    • +
    +

    Well Allocation Over Time

    +

    +

    Use Well Allocation Over Time to see the allocation over multiple restart time steps.

    +

    Depth Plot

    +

    +

    The [Depth Plot] can be used to display values for all K-cells for one or multiple selected IJ cells.

    +

    Summary Plot Improvements

    +
      +
    • Make sure on/off state for ensemble statistics is stable during source stepping
    • +
    • Custom time axis tick marks [Custom Time Axis Properties]
    • +
    • Show correct group name for group vectors
    • +
    • Blank space around legend items has been reduced, makes it possible to show legends on less screen space
    • +
    • 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]
    • +
    +

    Improved RFT Plotting

    +
      +
    • [Pressure Depth Data] can be imported from a custom file format.
    • +
    • More flexible RFT plotting; it is now possible to combine ensemble RFT data with 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
    • +
    • 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]
    • +
    • 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]
    • +
    +

    See Release Notes on GitHub for further details and information.

    + + +
    + +
    + + +
    + + +
    + + + +
    + +
    +
    +
    + + + + + + + + + + + + + + + + + + + diff --git a/images/3d-main-window/DepthPlotIn3D.png b/images/3d-main-window/DepthPlotIn3D.png new file mode 100644 index 0000000000..8831303f56 Binary files /dev/null and b/images/3d-main-window/DepthPlotIn3D.png differ diff --git a/images/3d-main-window/radial-grid.png b/images/3d-main-window/radial-grid.png new file mode 100644 index 0000000000..0c3bfadb3b Binary files /dev/null and b/images/3d-main-window/radial-grid.png differ diff --git a/images/3d-main-window/result-info.png b/images/3d-main-window/result-info.png index cc74750c8c..4bd0de1934 100644 Binary files a/images/3d-main-window/result-info.png and b/images/3d-main-window/result-info.png differ diff --git a/images/calculated-data/calculated-well-curve-ensemble.png b/images/calculated-data/calculated-well-curve-ensemble.png new file mode 100644 index 0000000000..2a561fad6b Binary files /dev/null and b/images/calculated-data/calculated-well-curve-ensemble.png differ diff --git a/images/calculated-data/calculated-well-curve.png b/images/calculated-data/calculated-well-curve.png new file mode 100644 index 0000000000..6aef389e75 Binary files /dev/null and b/images/calculated-data/calculated-well-curve.png differ diff --git a/images/calculated-data/calculator-text-expression.png b/images/calculated-data/calculator-text-expression.png index c7b64da40e..1f4875edd9 100644 Binary files a/images/calculated-data/calculator-text-expression.png and b/images/calculated-data/calculator-text-expression.png differ diff --git a/images/calculated-data/curve-calculator-ui.png b/images/calculated-data/curve-calculator-ui.png new file mode 100644 index 0000000000..74ce039012 Binary files /dev/null and b/images/calculated-data/curve-calculator-ui.png differ diff --git a/images/getting-started/msw_with_valves.png b/images/getting-started/msw_with_valves.png new file mode 100644 index 0000000000..f85d8f77c9 Binary files /dev/null and b/images/getting-started/msw_with_valves.png differ diff --git a/images/plot-window/SummaryTimeAxisProperties.png b/images/plot-window/SummaryTimeAxisProperties.png index f7ab1e6144..09fea84139 100644 Binary files a/images/plot-window/SummaryTimeAxisProperties.png and b/images/plot-window/SummaryTimeAxisProperties.png differ diff --git a/images/plot-window/WellAllocationOverTime.png b/images/plot-window/WellAllocationOverTime.png new file mode 100644 index 0000000000..2607760e7d Binary files /dev/null and b/images/plot-window/WellAllocationOverTime.png differ diff --git a/images/plot-window/summary-custom-tick-marks.png b/images/plot-window/summary-custom-tick-marks.png new file mode 100644 index 0000000000..20d5d566ef Binary files /dev/null and b/images/plot-window/summary-custom-tick-marks.png differ diff --git a/import/appendingadditionalproperties/index.html b/import/appendingadditionalproperties/index.html index 40a646867f..33caa84937 100644 --- a/import/appendingadditionalproperties/index.html +++ b/import/appendingadditionalproperties/index.html @@ -12,18 +12,18 @@ Appending Additional Properties :: ResInsight - - - - - - - - - + + + + + + + + + - + + + + + + + + + + + + +
    +
    +
    + +
    +
    + + + + +
    +
    + +
    +
    + + +
    +
    + +
    + +
    + +
    + +

    + + Pressure/Depth Data +

    + + + + + + +

    Import Pressure/Depth Data

    +

    Importing pressure data to ResInsight may be performed in two different ways:

    +
      +
    • By selecting the main menu item File -> Import -> Import Pressure Depth Data
    • +
    • By using the right-click command Import Pressure Data on the Observed Data item in the Plot Main Window Project Tree
    • +
    +

    The imported pressure data can visualized in [RFT Plots]

    +

    Pressure/Depth File Format

    +
    --TVDMSL 
    +RFT  
    +--
    +WELLNAME 'OP_1'
    +DATE 28-FEB-2000
    +PRESSURE DEPTH
    +BARSA METRES
    +302.88 1605.91
    +303.88 1615.91
    +304.88 1625.91
    +304.38 1635.91
    +--
    +WELLNAME 'OP_2'
    +DATE 28-FEB-2000
    +PRESSURE DEPTH
    +BARSA METRES
    +302.88 1600.91
    +303.68 1610.91
    +303.88 1612.91
    +303.99 1620.91
    +
    +
    + +
    + +
    + + +
    + + +
    + + + +
    + +
    +
    +
    + + + + + + + + + + + + + + + + + + + diff --git a/import/roffgridmodels/index.html b/import/roffgridmodels/index.html index 20c5665e2e..dc191d552f 100644 --- a/import/roffgridmodels/index.html +++ b/import/roffgridmodels/index.html @@ -12,18 +12,18 @@ ROFF Grid Models :: ResInsight - - - - - - - - - + + + + + + + + + - +