You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/releases/release-notes/releasenotes_2025_12.md
+18-17Lines changed: 18 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,37 +8,38 @@ search_ignore = true
8
8
## Radial Grid
9
9

10
10
11
-
ResInsight supports radial grids, enabling visualization and analysis of reservoir models that use radial coordinate systems. This is particularly useful for well-centric models and near-wellbore analysis.
11
+
ResInsight now supports radial grids, enabling visualization and analysis of reservoir models that use radial coordinate systems. This feature is particularly useful for well-centric models and near-wellbore analysis.
ResInsight has now able to prepare simulation files and then run a reservoir simulator. Most of the testing is done using opm-flow, but other compatible simulators is expected to work. In this first integration, it is possible to add a new well, run the simulation, and open the result from the simulator in ResInsight.
36
+
ResInsight is now able to prepare simulation files and then run a reservoir simulator. Most testing has been done using opm-flow, but other compatible simulators are expected to work. In this initial integration, it is possible to add a new well, run the simulation, and open the results from the simulator in ResInsight.
36
37
37
-
An improved export of sector model is now available, including the following features:
38
-
-export of a subset of cells
39
-
-definition of boundary conditions for the sector model
40
-
-conversion of IJK indices for relevant data in model, including simulation well cells, NNCs and fault definitions
41
-
-refinement of sector model
38
+
An improved sector model export is now available, including the following features:
39
+
-Export of a subset of cells
40
+
-Definition of boundary conditions for the sector model
41
+
-Conversion of IJK indices for relevant data in the model, including simulation well cells, NNCs and fault definitions
42
+
-Refinement of the sector model
42
43
43
44
[Integration of opm-flow]({{% relref "opm-flow-integration" %}})
44
45
@@ -47,24 +48,24 @@ An improved export of sector model is now available, including the following fea
47
48
48
49
The export dialog is now simplified slightly, and there are now two options for file splitting, either a single unified file or one file for each well. The deprecated features are marked with ~~[Deprecated] and strikethrough.~~
The naming of the generated files will now add "MSW" and "LGR" as postfix to make sure that the start of the filename is identical for all generated files for a simulation model.
53
54
54
55
https://github.com/OPM/ResInsight/issues/13264
55
56
56
57
## Python API
57
58
58
-
Several improvements have been made to the Python API.
59
-
-Suppport for completion and MSW data as Python data structures. This is added as a direct way to get completion data in addition to the existing export to text files. Most important keywords for tables data is WELSEGS, COMPSEGS, WSEGVALV, WSEGAICD. In addition, LGR variants are also supported.
59
+
Several improvements have been made to the Python API:
60
+
-Support for completion and MSW data as Python data structures. This provides a direct way to get completion data in addition to the existing export to text files. The most important keywords for table data are WELSEGS, COMPSEGS, WSEGVALV, and WSEGAICD. LGR variants are also supported.
60
61
- Readout of ZCORN, COORD and ACTNUM from any type of grid
61
-
- Creation of grid based on ZCORN, COORD and ACTNUM
62
+
- Creation of grids based on ZCORN, COORD and ACTNUM
ResInsight writes log information to a text file on the local file system. This includes log messages, warnings, errors and crash reports. These files are important for developers to track down and fix crash situations. Based on some of these files, performance and stability issues has been identified and fixed.
68
+
ResInsight writes log information to text files on the local file system. This includes log messages, warnings, errors, and crash reports. These files are important for developers to track down and fix crash situations. Based on analysis of these files, performance and stability issues have been identified and fixed.
68
69
69
70
70
71
See [**Release Notes on GitHub**](https://github.com/OPM/ResInsight/releases/) for further details and information.
0 commit comments