mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Update GettingStarted.md
This commit is contained in:
parent
370c5f58c9
commit
2c2857df36
@ -9,6 +9,11 @@ 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)
|
||||
|
||||
|
||||
#### Docking Windows
|
||||
|
||||
- **Project Tree** - contains all application objects in a tree structure.
|
||||
- **Property Editor** - displays all properties for the selected object in the **Project Tree**
|
||||
- **Process Monitor** - displays output from Octave when executing Octave scripts
|
||||
@ -16,26 +21,47 @@ windows can be managed from the **Windows** menu or directly using the local men
|
||||
|
||||
*TIP:* A new project tree and property editor can be added from **Windows->New Project and Property View**.
|
||||
|
||||
|
||||
#### 3D Views
|
||||
|
||||
In the main area of the application, several 3D views can be open at the same time. One of them will be active and the active view can be either maximized to use the whole main area, or normalized so that you can see all the open 3D views.
|
||||
|
||||
*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 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.
|
||||
|
||||
#### Input data support ###
|
||||
ResInsight supports the follwing type of Eclipse input data
|
||||
Context menu commands are also available, to do special operations on a selected set of items.
|
||||
|
||||
#####  Binary case
|
||||
Read grid from .EGRID or .GRID file and binary data from UNRST files.
|
||||
### Cases and their types
|
||||
|
||||
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
|
||||
This is a Case based on the results of an Eclipse analysis, read from a grid file together with restart data.
|
||||
|
||||
#####  Input case
|
||||
Read grid from from .GRDECL file and property data from Ascii files.
|
||||
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.
|
||||
|
||||
#####  Statistics case
|
||||
This is a Case type that belongs to a *Grid Case Group* and makes statistical calculations based on a set of source cases available.
|
||||
|
||||
#####  Grid Case Group
|
||||
A Grid Case Group can be created from a selection of binary files, or manually by assigning cases using the user interface of ResInsight.
|
||||
|
||||
### Importing data
|
||||
|
||||
#### Input data support ###
|
||||
|
||||
ResInsight supports the follwing type of Eclipse input data:
|
||||
- `*.GRID` and `*.EGRID` files along with their `*.INIT` and restart files `*.XNNN` and `*.UNRST`.
|
||||
- Grid and Property data from `*.GRDECL` files.
|
||||
|
||||
### Open an Eclipse case
|
||||
|
||||
@ -80,12 +106,13 @@ Scroll wheel | Zoom to mouse pointer location
|
||||
RMB click | Context menu
|
||||
LMB click | Update status bar and **Result Info**
|
||||
|
||||
### Project files and related data `*.rsp`
|
||||
|
||||
## Export
|
||||
### Snapshot images
|
||||
### Export
|
||||
#### Snapshot images
|
||||
Image export of current 3D view can be launched from **File->Export->Snapshot To File**. If a project contains multiple views, all views can be exported using **File->Export->Snapshot All Views To File**. A snapshot can also be copied to clipboard using **Edit->Copy Snapshot To Clipboard**. All three commands are also available on the toolbar.
|
||||
|
||||
### Export of Eclipse Ascii data
|
||||
#### Export of Eclipse Ascii data
|
||||
Result data can be exported to Eclipse Ascii file by activating the context menu for a **Cell Result**.
|
||||
|
||||
-- Exported from ResInsight
|
||||
|
Loading…
Reference in New Issue
Block a user