3D viewer and post processing of reservoir models
Go to file
Magne Sjaastad bbd79cca6a
#12168 Allow highlight of curves based on selection of realization object
Use the first available highlighted curve as basis for display of horizontal readout value. Fallback to single realization curves.
When selecting a realization in project tree, highlight all related curves
Make sure zoom rect works when readout annotations are active
2025-02-18 11:04:40 +01:00
.github GHA: Update runner images 2025-02-13 08:13:03 +01:00
ApplicationExeCode #12008 Improve display of curves from selected cells in 3D view 2025-02-14 09:35:28 +01:00
ApplicationLibCode #12168 Allow highlight of curves based on selection of realization object 2025-02-18 11:04:40 +01:00
cmake Simplify configuration and use of vcpkg 2024-05-31 08:56:29 +02:00
doc Merge pull request #8387 from OPM/qtcharts-summary-plots 2022-01-17 13:14:21 +01:00
Fwk Python: Add support for manipulation of camera position 2025-02-17 18:27:16 +01:00
GrpcInterface Python: Add support for manipulation of camera position 2025-02-17 18:27:16 +01:00
Octave Disable Octave build temporarily 2024-10-04 13:25:20 +02:00
patches #4453 libecl : Add patch for construction of ACTNUM from PORV 2019-05-31 14:47:57 +02:00
scripts Additional Openssl adjustments 2024-10-04 15:28:42 +02:00
TestModels Remove ESMRY from .gitignore 2023-08-15 09:26:22 +02:00
ThirdParty Update to latest open-zgy (#12161) 2025-02-13 15:07:41 +01:00
.gitignore Add support for Qt6 and disable Qt5 2024-09-30 11:21:17 +02:00
.gitmodules Remove debug symbols for Windows vcpkg builds 2025-02-09 18:41:07 +01:00
.misspell-fixer.ignore Fix spell check action 2024-10-31 15:39:52 +01:00
CMakeLists.txt Avoid warning when using buildcache on Windows 2025-02-11 07:40:27 +01:00
CMakePresets.json vcpkg: Use clean-after-build to reduce disk usage during a build 2025-01-20 14:28:56 +01:00
CMakeUserPresets-example.json Add example for linux CMakeUserPresets 2024-10-25 08:39:50 +02:00
COPYING Added COPYING file with GPL version 3 license text. 2012-05-30 10:42:56 +02:00
Doxyfile.in Added Doxygen configuration file 2013-04-19 08:58:57 +02:00
README.md Added link to tutorials 2020-10-09 10:27:35 +02:00
ResInsightVersion.cmake Bump to dev.04 2025-02-17 18:43:42 +01:00
vcpkg_no_grpc.json GHA: Disable install and use of grpc on GitHub Actions 2025-01-21 13:54:58 +01:00
vcpkg-configuration.json Update vcpkg to 2024.02.14 2025-01-19 16:16:09 +01:00
vcpkg.json Use updated opm-common 2025-01-22 08:34:46 +01:00

ResInsight

ResInsight is an open source, cross-platform 3D visualization and post processing tool for reservoir models and simulations. The system also constitutes a framework for further development and support for new data sources and visualization methods, e.g. additional solvers, seismic data, CSEM, geomechanics, and more.

The user interface is tailored for efficient interpretation of reservoir simulation data with specialized visualizations of properties, faults and wells. It enables easy handling of a large number of realizations and calculation of statistics. To be highly responsive, ResInsight exploits multi-core CPUs and GPUs. Integration with GNU Octave enables powerful and flexible result manipulation and computations. Derived results can be returned to ResInsight for further handling and visualization. Eventually, derived and computed properties can be directly exported to Eclipse input formats for further simulation cycles and parameter studies.

The main input data is *.GRID and *.EGRID files along with their *.INIT and restart files *.XNNN and *.UNRST. ResInsight also supports selected parts of Eclipse input files and can read grid information and corresponding cell property data sets.

ResInsight has been co-developed by Equinor ASA, Ceetron Solutions AS, and Ceetron AS with the aim to provide a versatile tool for professionals who need to visualize and process reservoir models. The software is copyrighted by Ceetron and Equinor and licensed under GPL 3+. See COPYING for details.

Dependencies

ResInsight uses the Equinor/libecl (formerly Ensambles/ert) library to access Eclipse result files, and the two projects collaborates closely. The source code of the approved libecl version is embedded in the ResInsight source code tree, making downloading and building simple. ResInsight also features an interface to Octave for retrieval of data from ResInsight, processing using Octave, and communication of data back into ResInsight for further handling and visualization.

Octave : http://www.gnu.org/software/octave/

Equinor/libecl : https://github.com/Equinor/libecl

Supported Platforms

ResInsight is designed to be cross-platform. Efforts have been made to ensure that code will compile and run on most Linux and Windows platforms. Currently, automated tests are run regularly on Red Hat Enterprise Linux (RHEL) 7, CentOS 7, Ubuntu 16.04, 18.04 and 20.04 as well as Windows 10 and Windows Server 2019.

Documentation

See the ResInsight website and the Users Guide for project documentation.

ResInsight Tutorials

Source Code

git clone git://github.com/OPM/ResInsight.git

Contribution

Contributions are very welcome, although it might take some time for the team to accept pull requests that is not in the main line of the projects focus.

Please use the dev branch for contributions and pull requests, as it is the branch dedicated to the day to day development.

The master branch is supposed to be stable, and is updated when we want to publish a new stable release.

Release branches that might pop up are dedicated bug fix branches for the release in question.

Building ResInsight

See Build Instructions