Skip to content

Commit 24cd2ff

Browse files
committed
Improves release notes for version 2025-12
Adds information about sector model export improvements. Describes the support for completion and MSW data as Python data structures, including key tables and LGR variants.
1 parent 85b028f commit 24cd2ff

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

content/releases/release-notes/releasenotes_2025_12.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ ResInsight supports radial grids, enabling visualization and analysis of reservo
3434

3535
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.
3636

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
42+
3743
[Integration of opm-flow]({{% relref "opm-flow-integration" %}})
3844

3945

@@ -50,7 +56,7 @@ https://github.com/OPM/ResInsight/issues/13264
5056
## Python API
5157

5258
Several improvements have been made to the Python API.
53-
- 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.
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.
5460
- Readout of ZCORN, COORD and ACTNUM from any type of grid
5561
- Creation of grid based on ZCORN, COORD and ACTNUM
5662

0 commit comments

Comments
 (0)