3D viewer and post processing of reservoir models
Go to file
Magne Sjaastad a85abeb9a2 #4453 libecl : Add patch for construction of ACTNUM from PORV
Assign a value of 3 (two bit masks combined) when creating ACTNUM based on PORV
2019-05-31 14:47:57 +02:00
.github/ISSUE_TEMPLATE Update issue templates 2019-05-14 11:09:26 +02:00
ApplicationCode Make MDI Window icon different from main application icon 2019-05-31 11:00:32 +02:00
cmake #4066 System : Improve cmake macros for cotire 2019-02-11 07:13:08 +01:00
debian Fixed missing rename from PRIVATE_INSTALL to RESINSIGHT_PRIVATE_INSTALL 2013-09-13 11:19:26 +02:00
doc gRPC: UML diagrams 2019-05-27 07:29:56 +02:00
Fwk Caf build fixes for CEE_USE_QT5 2019-05-31 11:00:32 +02:00
OctavePlugin System : Use appropriate mode when displaying a cmake message 2019-04-08 12:32:14 +02: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 Update use of clang PowerShell 2018-10-18 16:32:37 +02:00
TestModels Documentation: Add formations to the documentation project file 2018-05-18 16:05:39 +02:00
ThirdParty #4448 Clean up ResInsight Qt5-checks 2019-05-28 15:58:49 +02:00
.appveyor.yml Fix appveyor 2019-02-01 12:29:48 +01:00
.gitignore Revert unintended entries 2018-12-03 13:53:16 +01:00
CMakeLists.txt #4448 Clean up ResInsight Qt5-checks 2019-05-28 15:58:49 +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 Adjustments to install instructions for Windows 2019-05-29 10:14:34 +02:00
README.md Update README.md 2019-04-05 09:12:17 +02:00
ResInsightVersion.cmake Upped to 2019.04.0-dev.02 2019-05-24 11:21:04 +02: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 cross-platform from the start. Efforts have been made to ensure that code will compile and run on Linux and Windows platforms. Tested platforms are currently 64 bit RHEL6 and Windows 7/8/10, and we have also received reports on successful builds on Ubuntu based systems.

Documentation

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

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