diff --git a/content/3d-main-window/3DViews.md b/content/3d-main-window/3DViews.md index 4003d315f..9a1f7d913 100644 --- a/content/3d-main-window/3DViews.md +++ b/content/3d-main-window/3DViews.md @@ -83,6 +83,14 @@ Selected overlay items in the 3D view can activate a corresponding item in the * ## Eclipse features +### Change Data Source for View + +![]({{< relref "" >}}images/3d-main-window/TopLevelView.png) + +A view is usually located in the **Views** folder below the Eclipse case. If you create a view in the top level **Views** folder, it is possible to switch the case the view is connected to. Views created in a **Grid Case Ensemble** has the same property, making it easy to quickly navigate between the different cases in an ensemble. + +If you need to keep individual view settings for each case, the rotation and zoom can be stored using the option **Store View Settings for Case**. + ### Cell Edge Results ![]({{< relref "" >}}images/3d-main-window/CellEdgeExample.png) diff --git a/content/import/EclipseCases.md b/content/import/EclipseCases.md index c287b224a..fef4deecd 100644 --- a/content/import/EclipseCases.md +++ b/content/import/EclipseCases.md @@ -20,7 +20,10 @@ ResInsight offers several ways to import Eclipse (grid) files. Use one of the fo - **Import Eclipse Cases Recursively**: Brings up the recursive file selection dialog. This dialog is described in detail on the [Summary Plots page]({{< relref "eclipsesummarydata" >}}#ensemble-file-import). - **Import Eclipse Case (Time Step Filtered)**: See [description](#time-step-filtered-eclipse-result) - **Import Input Eclipse Case**: See [description](#eclipse-ascii-input-data) -- **Create Grid Case Group** : Import a number of Eclipse files and places the cases in a [grid case group]({{< relref "casegroupsandstatistics" >}}#creating-grid-case-groups) See [File Selection Dialog]({{< relref "eclipsesummarydata" >}}#ensemble-file-import) for how to import multiple files. +- **Create Grid Case Group** : Import a set of Eclipse files and places the cases in a [grid case group]({{< relref "casegroupsandstatistics" >}}#creating-grid-case-groups) See [File Selection Dialog]({{< relref "eclipsesummarydata" >}}#ensemble-file-import) for how to import multiple files. All cases must have identical IJK to be part of a grid case group. +- **Create Grid Case Ensemble** : Import a set of Eclipse files and places the cases in a grid case ensemble. The grid models can have varying IJK resolution. If you have identical IJK for all cases, consider uting a **Grid Case Group** for reduced memory usage and improved performance. + +Changing the grid case a view is connected to is described in [3D Views]({{< relref "3d-main-window/3dviews" >}}#change-data-source-for-view) The **Reload Case** command can be used to reload a previously imported case, to make sure it is up to date. This is useful if the grid or result files changes while a ResInsight session is active. diff --git a/static/images/3d-main-window/TopLevelView.png b/static/images/3d-main-window/TopLevelView.png new file mode 100644 index 000000000..77196cc6d Binary files /dev/null and b/static/images/3d-main-window/TopLevelView.png differ