User Doc Update

This commit is contained in:
Jacob Støren 2013-10-23 13:28:17 +02:00
parent cbe9110c8a
commit d38fbbb8ce
8 changed files with 64 additions and 23 deletions

View File

@ -9,7 +9,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.
![ResInsight User Interface] (images/ResInsightUIFullSizeWindows.png)
![ResInsight User Interface](images/ResInsightUIFullSizeWindows.png)
#### Docking Windows
@ -38,7 +38,7 @@ In the main area of the application, several 3D views can be open at the same ti
Most of the settings and features of ResInsight is accesible through the **Project Tree** and the **Property Editor**. Selecting an item in the **Project Tree** activates the corresponding 3D View, and shows the Items 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 toggle 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. ![](images/TreeViewToggle.png)
Context menu commands are also available, to do special operations on a selected set of items.
@ -47,17 +47,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:
##### ![](images/Case24x24.png) Result case
##### Result case ![](images/Case24x24.png)
This is a Case based on the results of an Eclipse analysis, read from a grid file together with restart data.
##### ![](images/EclipseInput24x24.png) Input case
##### Input case ![](images/EclipseInput24x24.png)
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 Properies, and also to export miodified 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.
##### ![](images/Histogram24x24.png) Statistics case
##### Statistics case ![](images/Histogram24x24.png)
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 Group ![](images/GridCaseGroup24x24.png)
#### Grid Case Groups ![](images/GridCaseGroup24x24.png)
A **Grid Case Group** is a group of **Result Cases** whith identical grids, but generally different active cells, initial values and results. These cases are called *Source Cases*.
@ -65,7 +65,7 @@ The purpose of a Grid Case group is to make it easy to calculate statistics acro
A Grid Case Group can be created from a selection of binary files, or manually by assigning cases using the user interface of ResInsight.
See also [ Multiple realizations and statistics ] (CaseGroupsAndStatistics.md).
See also [ Multiple realizations and statistics ](CaseGroupsAndStatistics.md).
### Importing data

View File

@ -8,30 +8,71 @@ Below is a description of the most important View settings and their properties.
### Cell Result ![](images/CellResult.png)
The **Cell Result** item defines which Eclipse property the View uses for the main cell color. The property can be chosen in the property panel of the **Cell Result**. The mapping between cell values and color is defined by the **Legend Definition** ![](images/Legend.png) along with some appearance settings on the Legend itself. (Number format etc.)
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** ![](images/Legend.png) along with some appearance settings on the Legend itself. (Number format etc.)
### Cell Edge Results ![](images/EdgeResult_1.png)
When working with a reservoir model, it is useful to map a set of grid cell properties in the same view. This can be achieved by activating **Cell Edge Result**. When selecting a result variable for cell edge, a second legend shows up in the 3D view in addition to different color mapping along the edges of a cell. Color legend management is available when selecting **Legend Definition**.
The **Cell Edge Result** visualization mode is one of ResInsights 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 og the cells. In effect this highlights the Faults, and makes it easy to verify all the MULT values in one go.
![](images/CellEdgeExample.png)
ResInsight supports all Properties ending with X, Y, Z or (X-, Y-, Z-) but without the filtering done for the MULT propery.
When selecting a result variable for cell edge, a second legend shows up in the 3D view. Color legend management is available when selecting the **Legend Definition** item belonging to the **Cell Edge Result** item.
### Overlay Info
### Cell Filters
A cell filter can be used to control visibility of a cell in the 3D view. Three types of filters exists
- Range filter : Define a IJK subset of the model
- Property filter : Define a value range for a property to control cell visibility
- Well cell filter : Display grid cells where a well is passing through
The **Overly Info** controls the visibility of the animation progress, the info box, and the results histogram.
The **Results Histogram** shows a histogram of the currently loaded **Cell Result** together with:
- The mean value ( a blue line )
- P10 and P90 ( red lines )
![](images/HistogramExample.png)
### Cell Filters
Cell Filters are used to control visibility of the cells in the 3D view. Three types of filters exists:
- **Range filter** : Define a IJK subset of the model.
- **Property filter** : Define a value range for a property to control cell visibility.
- **Well cell filter** : Display grid cells that has connections to a well.
All filters can be turned on or off using the toggle in the **Project Tree** and controlled from their corresponding **Property Editor**.
All filters can be controlled from the **Property Editor**.
#### Range filters
Using range filters enables the user to define a set of IJK visible regions in the 3D view. A single IJK-slice can be added from the context menu when rightclicking a grid cell. A new range filter can also be added by activating the context menu for the **Range Filters** collection in the **Project Tree**.
Using range filters enables the user to define a set of IJK visible regions in the 3D view.
A new range filter can be added by activating the context menu for the **Range Filters** collection in the **Project Tree**.
*TIP:* An I,J or K-slice range filter can be added directly from a Cell in the **3D View** by rightclicking the cell and using the context menu.
Below is a snapshot of the **Property Editor** of the **Range Filter** :
![](images/RangeFilterProperties.png)
- **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.
- **Apply to Subgrids** This option tells ResInsight to use the visibility of the cells in the current grid to control the visibility of the cells in sub-LGR's. If this option is turned off, Sub LGR-cells is not included in this particular Range Filter.
The **Start** and **Width** labels in front of the sliders features a number in parenthesis.<br>
The **Start** labels shows the index of the start of the active cells.<br>
The **Width** labels shows the number of active cells from the start of the active cells.
#### Property filters
In addition to range filters, it is possible to filter visible grid cells based on a property value range. Add a new property filter by activating the context menu for **Property Filters**. The new property filter is based on currently selected cell result.
**Property filters** apply to the results of the **Range filters**. Below is a snapshot of the **Property Editor** of the **Property Filter**.
![](images/PropertyFilterProperties.png)
This filter filters the cells based on a property value range (Min - Max). Cells whithin the range is either shown or hidden depending the **Filter Type**.( *Include* / *Exclude* ). Exclude-filters removes the selected cells from the View even if some other filter includes them.
A new property filter can be made by activating the context menu for **Property Filters**. The new property filter is based on the currently viewed cell result, by default.
### Wells

View File

@ -14,10 +14,10 @@ information and the corresponding cell property data sets.
ResInsight also have support for extensive processing of the data sets through an interface to octave, and
can also export modified cell property data sets to single Eclipse input files.
- [ Getting Started ] (GettingStarted.md)
- [ Working with 3D Views ] (ReservoirViews.md)
- [ Multiple realizations and statistics ] (CaseGroupsAndStatistics.md)
- [ Octave Interface] (OctaveInterface.md)
- [ Command Line Arguments] (CommandLineParameters.md)
- [ Octave Interface Reference] (OctaveInterfaceReference.md)
- [ Getting Started ](GettingStarted.md)
- [ Working with 3D Views ](ReservoirViews.md)
- [ Multiple realizations and statistics ](CaseGroupsAndStatistics.md)
- [ Octave Interface](OctaveInterface.md)
- [ Command Line Arguments](CommandLineParameters.md)
- [ Octave Interface Reference](OctaveInterfaceReference.md)

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 578 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB