Skip to content

Commit b1dac57

Browse files
committed
Improved wording
1 parent 24cd2ff commit b1dac57

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

content/releases/release-notes/releasenotes_2025_12.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,37 +8,38 @@ search_ignore = true
88
## Radial Grid
99
![](/images/import/radial-grid-overview.png)
1010

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.
1212

1313
[Radial Grids]({{% relref "radialgrid" %}})
1414

15-
## Relative Permeability and PVT plots
15+
## Relative Permeability and PVT Plots
16+
![](/images/3d-main-window/RelativePermeability.png)
1617

1718
**New Features**
1819

19-
- Imbibition Curves Support: Added display and styling for imbibition relative permeability curves, with visual differentiation from drainage curves
20+
- Imbibition Curve Support: Added display and styling for imbibition relative permeability curves, with visual differentiation from drainage curves
2021
- Interactive Curve Tracking: Introduced cursor-based tracker that displays curve values near the mouse position for enhanced data analysis
2122
- Dual Curve Display: Support for simultaneously showing both scaled and unscaled relative permeability curves in the same plot
2223
- Dynamic UI Controls: Added checkboxes to independently control visibility of drainage and imbibition curve sets
2324

2425
**Improvements**
2526

26-
- Enhanced Cell Information: Added SATNUM and IMBNUM result display in cell reference information panel
27-
- Support for display of RelPerm/PVT is now supported using the opm-common grid reader
27+
- Enhanced Cell Information: Added SATNUM and IMBNUM result display in the cell reference information panel
28+
- RelPerm/PVT Display Support: Added support for displaying RelPerm/PVT data using the opm-common grid reader
2829
- Smart Imbibition Detection: Imbibition curve selection is automatically enabled/disabled based on IMBNUM values in the data
29-
- Performance: The access time to retrieve curve data is significantly reduced
30+
- Performance: Access time to retrieve curve data is significantly reduced
3031

3132
[Relative Permeability Plots]({{% relref "resultinspection" %}}#relative-permeability-plot)
3233

3334
## Integration of Reservoir Simulators
3435

35-
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.
3637

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
4243

4344
[Integration of opm-flow]({{% relref "opm-flow-integration" %}})
4445

@@ -47,24 +48,24 @@ An improved export of sector model is now available, including the following fea
4748

4849
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.~~
4950

50-
[Completion Export]({{% relref "completionexport" %}})
51+
[Completion Export Dialog]({{% relref "completionexport" %}})
5152

5253
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.
5354

5455
https://github.com/OPM/ResInsight/issues/13264
5556

5657
## Python API
5758

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.
6061
- 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
6263

6364
[Python Examples](https://api.resinsight.org/en/main/PythonExamples.html)
6465

6566
## Stability Improvements
6667

67-
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.
6869

6970

7071
See [**Release Notes on GitHub**](https://github.com/OPM/ResInsight/releases/) for further details and information.

0 commit comments

Comments
 (0)