ResInsight icon indicating copy to clipboard operation
ResInsight copied to clipboard

3D viewer and post processing of reservoir models

Results 442 ResInsight issues
Sort by recently updated
recently updated
newest added

Include what you use is available in VS2022 17.8. Investigate how this can be used in ResInsight. https://learn.microsoft.com/en-us/cpp/ide/include-cleanup-overview?view=msvc-170#best-practice

System

The interactive `Plot Editor` does not support cross plot curves. Consider adding a separate selection for vector on x-axis. ![image](https://github.com/OPM/ResInsight/assets/1793152/faff7e25-91c7-4a35-aefd-220831040be3)

BugInRelease

- the lower and upper limits should match the values of visible cells in 3D view (bin limits do not match reported min/max values in 3D view) - allow user...

Enhancement

RiaSummaryAddressAnalyzer has two functions ``` void appendAddresses( const std::set& allAddresses ); void appendAddresses( const std::vector& allAddresses ); ``` These can be replaced by a single function using concepts. **Suggested solution**...

System

The annotation concept used for seismic surface intersection lines can be applied to faults. This will make sure that the label is visible in the view independent to zoom and...

Enhancement

Add option to select a summary vector to be used to color the curves in the plot. Add this option to the list of different coloring modes. Allow optional selection...

Enhancement

`libecl `reports out of range for large grids. Investigate how large grids can be imported using opm-common, and potentially data from INIT/UNRST using existing code from libecl. ## Features Main...

Enhancement
libecl
Performance

A user worked on calculator expressions, and one particular expression caused issues `ECFCO2_m:= (CO2_mobile_in_gas_Mt)*1e+9/(DENG*DX*DY*PORO)` The user was not able to generate the result, and the result did not appear in...

NeedsInput
BugInRelease

The objective function is defined based on historical values for a curve https://resinsight.org/plot-window/objectivefunctions/ Consider adding support for using the statistical curves(P10, P90, MEAN, ...) to compute difference. Will it make...

Enhancement

## Return type During code generation, `defaultResult()` is used. The only thing this function is used to is to create a class keyword used to replace defaultResult() with ``` QString...

Python