mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Updated links to images
This commit is contained in:
@@ -9,7 +9,7 @@ permalink: /docs/casegroupsandstatistics/
|
||||
|
||||
## Grid Case Groups and Statistics
|
||||
|
||||

|
||||

|
||||
|
||||
**Grid Case Group**'s are designed to make it easy to calculate statistics per cell and per timestep of a large number of Eclipse simulation Cases with identical Grids (often labeled *realizations*).
|
||||
|
||||
@@ -21,7 +21,7 @@ The easiest way to create a **Grid Case Group** is to use the Import command:
|
||||
**File->Import->Create Grid Case Group from Files**
|
||||
|
||||
An import dialog is opened:
|
||||

|
||||

|
||||
|
||||
1. Add one or more search folders to the list on the left.
|
||||
2. The EGRID or GRID files found in these directories and sub directories are shown in the list to the right.
|
||||
@@ -50,7 +50,7 @@ After creating a grid case group, an empty **Statistics Case** is created for yo
|
||||
#### Setting up and Calculate
|
||||
The properties of an uncalculated and a calculated **Statistics Case** is shown below:
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
- **Compute**: Starts to calculate requested statistical Properties.
|
||||
- **Edit** : Deletes the calculated results, and makes the controls to edit the setup available.
|
||||
|
||||
@@ -8,7 +8,7 @@ permalink: /docs/faults/
|
||||
|
||||
## Faults
|
||||
|
||||
ResInsight can import faults from `*.DATA` files, and is available in the  **Faults** item in the **Project Tree**. The imported faults are ordered in ascending order based on name.
|
||||
ResInsight can import faults from `*.DATA` files, and is available in the  **Faults** item in the **Project Tree**. The imported faults are ordered in ascending order based on name.
|
||||
|
||||
As import of faults can be time consuming, reading of faults can be disabled from **Preferences -> Read fault data**
|
||||
|
||||
@@ -21,15 +21,15 @@ ResInsight will detect all cell faces with no matching neighbor. All detected ce
|
||||
### Toolbar control
|
||||
Visualization mode and mesh lines can be controlled from the toolbar.
|
||||
|
||||
-  Toggle button to control faults only visualization mode
|
||||
-  Shows surface visualization
|
||||
-  Shows mesh lines on faults
|
||||
-  Shows labels for faults
|
||||
-  Toggle button to control faults only visualization mode
|
||||
-  Shows surface visualization
|
||||
-  Shows mesh lines on faults
|
||||
-  Shows labels for faults
|
||||
|
||||
### Common Fault Options
|
||||
By clicking the  **Faults** item in the **Project Tree**, the following options are displayed:
|
||||
By clicking the  **Faults** item in the **Project Tree**, the following options are displayed:
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
- **Show labels**: Displays one label per fault with fault name
|
||||
|
||||
@@ -18,7 +18,7 @@ Installation instructions for ResInsight can be found here: [Installation and Co
|
||||
The application has a main area and several docking windows. The different docking
|
||||
windows can be managed from the **Windows** menu or directly using the local menu bar of the docking window.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
#### Docking Windows
|
||||
@@ -41,13 +41,13 @@ In the main area of the application, several 3D views can be open at the same ti
|
||||
|
||||
*TIP:* To see views next to each other select the **Restore down** icon in the application show here for Windows :
|
||||
|
||||

|
||||

|
||||
|
||||
#### Editing the views
|
||||
|
||||
Most of the settings and features of ResInsight is accessible through the **Project Tree** and the **Property Editor**. Selecting an item in the **Project Tree** activates the corresponding 3D View, and shows the item properties in the **Property Editor** available for editing.
|
||||
|
||||
Toggling a checkbox next to an item in the **Project Tree** will toggle visibility in the 3D view. Toggling a checkbox for a collection of items will affect the visibility for all items in the collection. 
|
||||
Toggling a checkbox next to an item in the **Project Tree** will toggle visibility in the 3D view. Toggling a checkbox for a collection of items will affect the visibility for all items in the collection. 
|
||||
|
||||
Context menu commands are also available to do special operations on a selected set of items.
|
||||
|
||||
@@ -56,17 +56,17 @@ Context menu commands are also available to do special operations on a selected
|
||||
A *Case* in ResInsight means a Grid model with a particular set of results or property data. There are
|
||||
three different Case types:
|
||||
|
||||
##### Result case 
|
||||
##### Result case 
|
||||
This is a Case based on the results of an Eclipse analysis, read from a grid file together with restart data.
|
||||
|
||||
##### Input case 
|
||||
##### Input case 
|
||||
This Case type is based on a `*.GRDECL` file, or a part of an Eclipse *Input* file. This Case type supports loading single ASCII files defining Eclipse Cell Properties, and also to export modified property sets to ASCII files.
|
||||
Each of the Eclipse properties is listed as separate entities in the **Project Tree**, and can be renamed and exported.
|
||||
|
||||
##### Statistics case 
|
||||
##### Statistics case 
|
||||
This is a Case type that belongs to a *Grid Case Group* and makes statistical calculations based on the source cases in the Grid Case Group.
|
||||
|
||||
#### Grid Case Groups 
|
||||
#### Grid Case Groups 
|
||||
|
||||
A **Grid Case Group** is a group of **Result Cases** with identical grids, but generally different active cells, initial values and results. These cases are called *Source Cases*.
|
||||
|
||||
@@ -99,7 +99,7 @@ ResInsight supports the following type of Eclipse input data:
|
||||
|
||||
The X and Y grid data can be negated in order to make the Grid model appear correctly in ResInsight. This functionality is accessible in the **Property Editor** for all Case types as the toggle buttons **Flip X Axis** and **Flip Y Axis** as shown in the example below.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
### Model navigation
|
||||
@@ -148,10 +148,10 @@ Statistics calculations, property sets you generate by using Octave, and well pa
|
||||
|
||||
### Export options
|
||||
#### Snapshot images
|
||||
##### Single View  
|
||||
##### Single View  
|
||||
Image export of current 3D view can be launched from **File -> Export -> Snapshot To File**. A snapshot can also be copied to clipboard using **Edit->Copy Snapshot To Clipboard**.
|
||||
|
||||
##### All Views 
|
||||
##### All Views 
|
||||
If a project contains multiple views, all views can be exported using **File -> Export -> Snapshot All Views To File**.
|
||||
|
||||
It is also possible to snapshot all views from the command line. See [ Command Line Arguments] (CommandLineParameters.md)
|
||||
@@ -160,7 +160,7 @@ It is also possible to snapshot all views from the command line. See [ Command
|
||||
|
||||
|
||||
#### Export of Eclipse Properties as ASCII data
|
||||
Eclipse Properties can be exported to Eclipse ASCII files by activating the context menu for a **Cell Result**. 
|
||||
Eclipse Properties can be exported to Eclipse ASCII files by activating the context menu for a **Cell Result**. 
|
||||
|
||||
The command will export the property set currently loaded and shown in the 3D View to a file with the following format:
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ The Octave functions are documented in [ Octave Interface Reference](OctaveInter
|
||||
### Script management
|
||||
Octave scripts are available in the **Scripts** folder in the **Project Tree**.
|
||||
|
||||

|
||||

|
||||
|
||||
This folder contains an entry for each of the directories you have added as a **Script Folder**. Each of the folder lists available `*.m` files and sub directories. The tree is continuously updated to reflect the file structure on disk.
|
||||
|
||||
@@ -40,7 +40,7 @@ A script can be started by navigating to the script in the **Project Tree**, and
|
||||
#### With a case selection
|
||||
One script can be executed on many cases by first selecting a set of cases, and then activating **Execute script** from the context menu for the case selection. The script is then executed once pr selected case. Each time ResInsight's *Current Case* is updated, making it accessible from the Octave script.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ To be able to run regression tests you need the **compare** tool from the [Image
|
||||
You can start the tests either from the command line or from the ResInsight Gui.
|
||||
From the ResInsight Gui select : **File->Testing->Regression Test Dialog**
|
||||
|
||||

|
||||

|
||||
|
||||
Specify location of compare tool in **Folder containing compare**. The current working directory of ResInsight is temporarily changed to this path during execution.
|
||||
|
||||
|
||||
@@ -18,12 +18,12 @@ Below is a description of the most important View settings and their properties.
|
||||
|
||||
The **Cell Result** item defines which Eclipse property the 3D View uses for the main cell color. The property can be chosen in the property panel of the **Cell Result** item. The mapping between cell values and color is defined by the **Legend Definition**  along with some appearance settings on the Legend itself. (Number format etc.)
|
||||
|
||||
### Cell Edge Results 
|
||||
### Cell Edge Results 
|
||||
|
||||
The **Cell Edge Result** visualization mode is one of ResInsight's special features. Its main use is to show the MULT(X, Y, Z) properties at the same time.
|
||||
This will show the MULT property values *different from 1.0* along the correct edges of the cells. In effect this highlights the faults and makes it easy to verify all the MULT values in one go.
|
||||
|
||||

|
||||

|
||||
|
||||
ResInsight supports all properties ending with X, Y, Z and X-, Y-, Z-. However, it is only the MULT property that ignores values of 1.0.
|
||||
|
||||
@@ -38,7 +38,7 @@ The **Results Histogram** shows a histogram of the complete time series of the c
|
||||
- The mean value ( a blue line )
|
||||
- P10 and P90 ( red lines )
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
### Cell Filters
|
||||
@@ -59,7 +59,7 @@ A new range filter can be added by activating the context menu for the **Range F
|
||||
|
||||
Below is a snapshot of the **Property Editor** of the **Range Filter** :
|
||||
|
||||

|
||||

|
||||
|
||||
- **Filter Type** : The filter can either make the specified range visible ( *Include* ), or remove the range from the View ( *Exclude* ).
|
||||
- **Grid** : This option selects which of the grids the range is addressing.
|
||||
@@ -73,7 +73,7 @@ The **Width** labels shows the number of active cells from the start of the acti
|
||||
|
||||
**Property filters** apply to the results of the **Range filters**. Below is a snapshot of the **Property Editor** of the **Property Filter**.
|
||||
|
||||

|
||||

|
||||
|
||||
This filter filters the cells based on a property value range (Min - Max). Cells in the range are either shown or hidden depending on the **Filter Type** ( *Include* / *Exclude* ). Exclude-filters removes the selected cells from the **View** even if some other filter includes them.
|
||||
|
||||
@@ -91,7 +91,7 @@ The latter is handled internally as a special range filter, and adds cells to th
|
||||
|
||||
The Property Editor of the **Simulation Wells** item is shown below:
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -122,7 +122,7 @@ The pipe geometry generated for MSW's are based on the topology of the well (bra
|
||||
###### Dummy branches
|
||||
Often MSW's are modeled using a long stem without connections and a multitude of small branches; one for each connection. ResInsight offsets the the pipe within the cell to clearly show how the topology of the well is defined.
|
||||
|
||||

|
||||

|
||||
|
||||
###### Picking reveals Segment/Branch info
|
||||
|
||||
@@ -136,7 +136,7 @@ This is particularly important to notice for the **Show Well Pipe** and **Range
|
||||
|
||||
The properties of a single well are shown below.
|
||||
|
||||

|
||||

|
||||
|
||||
One option needs further explanation:
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ In addition, a Statoil specific solution to retrieve Well Trajectories from thei
|
||||
|
||||
### Ascii Well Trajectories
|
||||
|
||||
The command **File -> Import -> Import Well Paths From File** will read the well paths in the selected file, and create one entry for each trajectory under the  **Wells** item in the **Project Tree**.
|
||||
The command **File -> Import -> Import Well Paths From File** will read the well paths in the selected file, and create one entry for each trajectory under the  **Wells** item in the **Project Tree**.
|
||||
|
||||
The supported ASCII format is quite flexible but the main requirements are:
|
||||
|
||||
@@ -55,19 +55,19 @@ The trajectory data is not copied into the ResInsight project as such. The proje
|
||||
|
||||
The command **File -> Import -> Import Well Paths From SSI-hub** launches a wizard to guide you through the process of selecting the well trajectories you need.
|
||||
|
||||
After completing the wizard, the wells imported are accessible as Items under the  **Wells** item in the **Project Tree**.
|
||||
After completing the wizard, the wells imported are accessible as Items under the  **Wells** item in the **Project Tree**.
|
||||
|
||||
The trajectory data is not copied into the ResInsight project as such, but is stored in files in a directory called *ProjectFileName_wellpaths* in the same directory as your project file.
|
||||
|
||||
### Well Trajectory visualization
|
||||
|
||||
All the imported well trajectories are available below the  **Wells** item in the **Project Tree**.
|
||||
All the imported well trajectories are available below the  **Wells** item in the **Project Tree**.
|
||||
|
||||

|
||||

|
||||
|
||||
The visible wells are always shown in all the 3D Views in the complete project, so the toggles and settings control the overall project visibility of the Well Trajectories. The **Property Editor** of the **Wells** item is shown below
|
||||
|
||||

|
||||

|
||||
|
||||
- **Global well path visibility** This option forces the well paths on or off, ignoring the individual settings unless it is set to Individual.
|
||||
- **Clip Well Paths** This option hides the top of the Well Trajectories to avoid displaying the very long lines from the reservoir to the sea surface.
|
||||
|
||||
Reference in New Issue
Block a user