User Doc: Added link back to contents

This commit is contained in:
Jacob Støren
2013-10-24 17:29:51 +02:00
parent b909fe08ec
commit 0a7fc0d19e
8 changed files with 42 additions and 9 deletions

View File

@@ -1,5 +1,7 @@
[ Contents ](UsersGuide.md#contents)
-----
## Grid Case Groups and Statistics
![](images/GridCaseGroupTree.png)
@@ -70,6 +72,7 @@ When the computation is complete, you have to create a 3D View on the **Statisti
#### Adding Statistics Cases
A new statistical calculation can be created by activating the context menu for **Derived Statistic->New Statistics Case**.
------
[ Contents ](UsersGuide.md#contents)

View File

@@ -1,4 +1,6 @@
[ Contents ](UsersGuide.md#contents)
-----
## Getting started with ResInsight
### Installation
@@ -161,4 +163,5 @@ The command will export the property set currently loaded and shown in the 3D Vi
<One number per cell separated by spaces>
/
------
[ Contents ](UsersGuide.md#contents)

View File

@@ -1,3 +1,6 @@
[ Contents ](UsersGuide.md#contents)
-----
#Installation and configuration#
## Windows ##
@@ -16,4 +19,6 @@
## Script execution using Octave ##
ResInsight is able to execute custom made [Octave](http://www.gnu.org/software/octave/ "Octave") scripts. Octave scripts are available in the **Scripts** folder in the **Project Tree**. Multiple script folder locations can be defined in the field **Shared Script Folder(s)** in **Edit -> Preferences**. These scripts can be edited by a text editor defined in **Script Editor** in **Edit -> Preferences**
------
[ Contents ](UsersGuide.md#contents)

View File

@@ -1,3 +1,6 @@
[ Contents ](UsersGuide.md#contents)
-----
## Octave Interface
ResInsight provides a flexible interface to [Octave](http://www.gnu.org/software/octave/ "Octave").
@@ -33,3 +36,7 @@ A script can be started by navigating to the script in the **Project Tree**, and
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.
![](images/ExecuteOctaveScriptOnSelectedCases.png)
------
[ Contents ](UsersGuide.md#contents)

View File

@@ -1,3 +1,6 @@
[ Contents ](UsersGuide.md#contents)
-----
# Octave Interface Reference
## Introduction
@@ -214,12 +217,6 @@ This function returns the status information for a specified well for each reque
If the CaseId is not defined, ResInsight's Current Case is used.
### Obsolete Functions
#### Vector(3)[ICount, JCount, KCount] riGetMainGridDimensions([CaseName/CaseIndex])
Returns a vector of size 3: [ICount, JCount, KCount]
Containing the dimensions of the main grid in the requested case.
If the case is not defined, the active View in ResInsight is used.
#### NumberOfGrids riGetNumLGRs([Casename/CaseIndex])
Returns an integer telling the number of LGRS in this case
------
[ Contents ](UsersGuide.md#contents)

View File

@@ -1,3 +1,6 @@
[ Contents ](UsersGuide.md#contents)
-----
## Regression test system
A regression tool for QA is build into ResInsight. This tool will do the following:
@@ -40,3 +43,6 @@ To create regression tests you need to do the following:
4. Rename the generated RegTestGeneratedImages/ folder to RegTestBaseImages/
Now you are all set to test new releases of ResInsight towards your own Regression tests.
------
[ Contents ](UsersGuide.md#contents)

View File

@@ -1,3 +1,6 @@
[ Contents ](UsersGuide.md#contents)
-----
## Working with 3D Views
3D Views are the windows displaying the Grid Models. The visualization is controlled by the **Project Tree** item representing the **View** and their subitems. Each item has a set of proerties that can be editied in the **Property View**.
@@ -133,3 +136,7 @@ The properties of a single well are shown below.
One option needs further explanation:
- **Pipe Radius Scale** This option is a scale that is added to the "global" scale set in the **Simulation Wells** properties.
------
[ Contents ](UsersGuide.md#contents)

View File

@@ -1,3 +1,6 @@
[ Contents ](UsersGuide.md#contents)
-----
## Well trajectories
ResInsight can import Well trajectories from simple Ascii files.
@@ -65,5 +68,7 @@ The visible wells are always shown in all the 3D Views in the complete project,
- **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.
- **Well Path clipping depth distance** This number is the distance from the top of the reservoir to the clipping depth.
------
[ Contents ](UsersGuide.md#contents)