Skip to content

Commit a1cd073

Browse files
committed
More updates
1 parent cd5da9f commit a1cd073

File tree

5 files changed

+63
-4
lines changed

5 files changed

+63
-4
lines changed

content/3d-main-window/Surfaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ResInsight is capable of mapping properties and simulation results onto 3D surfa
1111

1212
## Import and appearance of surfaces
1313

14-
3D surfaces from GOCAD and Petrel are imported into ResInsight by the menu option **File**->**Import**->**Import Surfaces**
14+
3D surfaces from GOCAD, Petrel and RMS are imported into ResInsight by the menu option **File**->**Import**->**Import Surfaces**
1515
in the **3D Main Window**.
1616

1717
Surface file formats are described in [Surface Data]({{% relref "reference-manual/surfaces" %}})

content/Wells-and-Completions/WellPaths.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ ResInsight also supports creation of your own user-defined well paths. See [Crea
1414
## Ascii Well Paths
1515

1616
The command **File -> Import -> Well Data -> Import Well Paths From File** will read the well paths in the selected file, and create one entry for each well path under the {{< image-in-text src="images/3d-main-window/WellCollection.png" >}} **Wells** item in the **Project Tree**.
17-
17+
18+
|Type|Description|Example|
19+
|----|-----------|-------|
20+
|dev | Deviation file|[DEV](https://github.com/OPM/ResInsight/blob/dev/TestModels/TEST10K_FLT_LGR_NNC/wellpath_a.dev)
21+
|rmswell | RMS well file format|[RMS Well](https://github.com/OPM/ResInsight/blob/dev/ApplicationLibCode/UnitTests/TestData/RifRmsWellPathReader/55_33-1.rmswell)|
22+
|asc | Ascii file format|
23+
1824
## Importing well paths from OSDU
1925

2026
Well path trajectories can be downloaded from an OSDU cloud service. When storing the project file, the reference to the OSDU trajectory is stored. This will ensure that authentication and access is checked before the trajectory is downloaded.
@@ -51,6 +57,8 @@ A well path will hold well log data and well path data imported from files. A we
5157
### Importing Well Log Files
5258
Well log data is [imported from LAS-files]({{% relref "lasfile" %}}#importing-a-las-file).
5359

60+
RMS Well Log files are also supported. See [here for and example](https://github.com/OPM/ResInsight/blob/dev/ApplicationLibCode/UnitTests/TestData/RifRmsWellPathReader/55_33-1.rmswell).
61+
5462
### Well Path Property Editor
5563
The well path property editor lets the user control the appearance of the well path and associate the well path to a simulation well. It also gives some information about the well path metadata.
5664

content/import/GeomechanicalData.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ If you have, and would like to a use these features, please see [ Build Instruct
1111
### Geo Mechanical Data Support
1212
Geo-mechanical data can be imported using the **Import -> Geo Mechanical Cases menu**. Here three options are present: **Import Geo Mechanical Model**, **Import Geo Mechanical Model (Time Step Filtered)** (both for odb files) and **Import Element Property Table**.
1313

14+
A geomechanical model can also be imported from a VTK file.
1415

1516
![](/images/import/GeoMechImport.png)
1617

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
+++
2+
title = "RMS Surface"
3+
4+
weight = 10
5+
+++
6+
7+
## RMS Regular Surface
8+
9+
A regular surface is defined in the **XTGeo** project
10+
https://xtgeo.readthedocs.io/en/latest/datamodels.html#description
11+
12+
These files are either in text format `*.IRAP` or binary format `*.GRI`.
13+
14+
## Example IRAP text file
15+
16+
```
17+
-996 440 25.000000 25.000000
18+
461500.000000 468475.000000 5926500.000000 5937475.000000
19+
280 30.000000 461500.000000 5926500.000000
20+
0 0 0 0 0 0 0
21+
1707.3628 1707.3628 1707.3628 1707.3628 1707.6440 1707.6440
22+
1707.6440 1709.3605 1709.3605 1709.3605 1709.3605 1710.8440
23+
1710.8440 1710.8440 1711.9529 1711.9529 1713.3983 1714.1257
24+
1714.1257 1716.3483 1716.3483 1716.3483 1718.0007 1718.0007
25+
1720.4965 1720.4965 1720.4965 1722.1692 1722.9777 1722.9777
26+
1722.9777 1726.9590 1726.9590 1726.9590 1726.9590 1729.3735
27+
1729.3735 1729.3735 1730.9493 1730.9493 1732.3593 1733.0602
28+
1733.0602 1735.1357 1735.1357 1735.1357 1735.1357 1738.3810
29+
1738.3810 1738.3810 1738.3810 1739.8019 1740.5305 1740.5305
30+
1740.5305 1744.0310 1744.0310 1744.0310 1744.0310 1745.9899
31+
1745.9899 1745.9899 1747.1111 1747.1111 1747.6205 1747.8715
32+
1747.8715 1748.4703 1748.4703 1748.4703 1748.4703 1748.1962
33+
1748.1962 1748.1962 1748.1962 1747.6161 1747.2528 1747.2528
34+
1747.2528 1745.1470 1745.1470 1745.1470 1745.1470 1743.4398
35+
1743.4398 1743.4398 1742.3307 1742.3307 1741.4071 1740.9467
36+
1740.9467 1739.6583 1739.6583 1739.6583 1739.6583 1738.2701
37+
```

content/releases/release-notes/releasenotes_2025_09.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ search_ignore = true
99

1010
The import dialog when searching the file system for ensemble data is improved, allowing for easy selection of multiple ensembles. When an ensemble is imported, the realization numbers in the form of a text string (1-21,30-35, 40-60) can be edited for import of a subset of realizations.
1111

12+
![](/images/plot-window/summary-file-set.png)
1213
![](/images/plot-window/Ensemble.png)
1314

15+
1416
[Ensemble Import Dialog]({{% relref "ensemblefiledialog" %}})
1517

1618
[Ensemble Summary Plotting]({{% relref "ensembleplotting" %}})
@@ -21,12 +23,23 @@ There has been several improvements related to summary performance in this relea
2123
## Other improvements
2224
- Logging of application operations and crash report to log file by default stored in `home_folder/.resinsight/logs`
2325
- Improved color control of RFT ensemble curves
26+
- Length and area of a [Polygon]({{% relref "polygons" %}}) can be displayed as a label
27+
- Geomechanical data import has been expanded beyond the existing ABAQUS file format support. VTK grid files can now be imported as an additional source for geomechanical data, providing users with more flexibility in data ingestion. Most existing geomechanical analysis features are available for data imported from VTK.
28+
- Import of surface in IRAP and GRI
29+
- Import of [RMS Well Path]({{% relref "wellpaths" %}}) and RMS Well Logs
2430

31+
## Python API
32+
Several improvements have been made to the Python API.
33+
- Improved error management and error reporting
34+
- Create grid from COORD, ZCORN and ACTNUM
35+
- Create regular surface
36+
- Added support for Non-Darcy parameters for perforation intervals
37+
- Create polygon from list of point
38+
- Create perforation interval
2539

40+
[Python Examples](https://api.resinsight.org/en/main/PythonExamples.html)
2641

2742

28-
## Python API
29-
- Added support for fishbones completions
3043

3144
## Command Line
3245
- New option to define the maximum number of threads to be used by ResInsight `--threadcount` This command line option can also be specified when [launching a ResInsight process from Python](

0 commit comments

Comments
 (0)