3D viewer and post processing of reservoir models
Go to file
Jørgen Herje c40b400346
Improve filtering by 3D view for Producer/Injector Connectivity Table (#10027)
- Calculate by visible cells: Calculate flow diag by use of visible cells in 3D view (already existing functionality).
- Filter producers: select producer wells based on visibility in 3D view. Synch connected injectors - even if they are not visible in 3D view.
- Filter injectors: select injector wells based on visibility in 3D view. Synch connected producers - even if they are not visible in 3D view.
2023-03-31 10:04:17 +02:00
.github Use unity build for Windows to reduce build time 2023-03-31 10:01:57 +02:00
ApplicationExeCode Basic seismic support (#10010) 2023-03-24 15:36:10 +01:00
ApplicationLibCode Improve filtering by 3D view for Producer/Injector Connectivity Table (#10027) 2023-03-31 10:04:17 +02:00
cmake cmake-format: Allow dangling parenthesis 2021-09-01 08:13:16 +02:00
debian Fixed missing rename from PRIVATE_INSTALL to RESINSIGHT_PRIVATE_INSTALL 2013-09-13 11:19:26 +02:00
doc Merge pull request #8387 from OPM/qtcharts-summary-plots 2022-01-17 13:14:21 +01:00
Fwk Use assert less for boundingbox methods. 2023-03-28 18:38:32 +02:00
GrpcInterface Improved simulation well visualization 2023-02-28 16:06:37 +01:00
OctavePlugin Octave : Use correct destination build folder 2021-03-03 14:11:49 +01:00
patches #4453 libecl : Add patch for construction of ACTNUM from PORV 2019-05-31 14:47:57 +02:00
redhat Fixed missing rename from PRIVATE_INSTALL to RESINSIGHT_PRIVATE_INSTALL 2013-09-13 11:19:26 +02:00
scripts Visual Studio: Enable support for Static Code Analysis 2023-02-13 14:44:01 +01:00
TestModels Python: add unit test for load_case for roff, roffasc and grdecl. 2023-01-06 14:57:17 +01:00
ThirdParty Add seismic result info in 3D view (#10032) 2023-03-29 14:08:45 +02:00
.gitignore Ignore CMakePresets.json file used by VisualStudio (#8131) 2021-10-07 09:19:12 +00:00
.gitmodules Basic seismic support (#10010) 2023-03-24 15:36:10 +01:00
.misspell-fixer.ignore Create depth adjusted LAS files 2023-01-23 12:46:54 +01:00
build_grpc_linux.sh Add a build script for GRPC on Linux 2019-06-07 09:43:00 -04:00
CMakeLists.txt MSVC: Move seismic libraries into "Thirdparty" 2023-03-27 13:00:26 +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
GRPC_install_instructions.txt Update build descriptions 2019-08-12 09:53:14 +02:00
README.md Added link to tutorials 2020-10-09 10:27:35 +02:00
requirements.txt Add requirements.txt with version tagging 2022-09-27 11:56:30 +02:00
ResInsightVersion.cmake Bump version after release 2023-03-16 15:30:45 +01:00
setup.cfg Python : Config and description of autopep8 2020-04-17 13:54:20 +02:00
vcpkg_x64-linux.txt Add boost-spirit 2020-11-16 11:19:04 +01:00
vcpkg_x64-osx.txt Add MacOS build support 2021-04-05 09:39:12 -07:00
vcpkg_x64-windows.txt Add boost-spirit 2020-11-16 11:19:04 +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