Skip to content

Commit

Permalink
Add roff and additional cell properties from file
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Jan 11, 2023
1 parent f25a5b4 commit 539c1d4
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 6 deletions.
20 changes: 20 additions & 0 deletions content/import/AppendingAdditionalProperties.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
+++
title = "Appending Additional Properties"
published = true
weight = 40
+++


A grid model can be imported from several sources, either **Eclipse** binary/ascii or **ROFF** binary/ascii. Grid properties in separate files can be imported into any grid type as long as the number of grid cells is matching.

**Appending properties**
1. From the right-click menu of the case or Cell Result, select **Add Input Property**
2. Select the file with properties
3. The imported data is then available in the **Cell Result** by activating the **Input Property** in the **Type** drop down list.


![]({{< relref "" >}}images/import/additional-properties.png)

[Eclipse Grid Models]({{< relref "eclipsecases" >}})

[ROFF Grid Models]({{< relref "roffgridmodels" >}})
8 changes: 2 additions & 6 deletions content/import/EclipseCases.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,9 @@ After clicking *Reload Case*, the time steps in the toolbar will be updated.
### Appending additional properties to a binary case
If a binary or text Eclipse case is loaded, additional properties can be appended to this binary case. Make sure that the number of values in the GRDECL file matches the total number of cells in the binary case.

For export of currently selected cell result values to text file, see [Export: Eclipse Properties]({{< relref "eclipseproperties" >}})
[Appending Additional Properties]({{< relref "appendingadditionalproperties" >}})

**Appending properties**
1. Open an Eclipse case (binary or input)
2. From the right-click menu of the case or Cell Result, select **Add Input Property**
3. Select the text file with properties
4. The imported data is then available in the **Cell Result** by activating the **Input Property** in the **Type** drop down list.
For export of currently selected cell result values to text file, see [Export: Eclipse Properties]({{< relref "eclipseproperties" >}})

## Handling Missing or Wrong MAPAXES

Expand Down
16 changes: 16 additions & 0 deletions content/import/RoffGridModels.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
+++
title = "ROFF Grid Models"
published = true
weight = 10
+++

ResInsight supports the following type of **ROFF** input data:

- _`*.ROFF`_ and _`*.ROFFASC`_ containing data from **RMS** as Roxar Open File Format (ROFF) in binary or ascii format.


## Roff Data

Roff Data can be imported from **File->Import->Roff Grid Models->Import Roff Case** menu. Select a grid file and additional files with properties in the import dialog. The grid will be displayed and used in the same way as an Eclipse grid model.

[Operations on 3D Grid Models]({{< ref "3dviews" >}})
Binary file added static/images/import/additional-properties.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 539c1d4

Please sign in to comment.