3D viewer and post processing of reservoir models
Go to file
2020-08-14 11:00:36 +02:00
.github Update path for Qt to make caching work (#6281) 2020-08-09 09:19:40 +02:00
ApplicationCode Janitor : Use class enum 2020-08-14 11:00:36 +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 #304 Avoid accessing OpenGL if we are using "-platform offscreen" 2020-02-07 14:23:20 +01:00
docs Merge branch 'dev' into feature-analysis-plots-initial 2020-04-22 16:17:09 +02:00
Fwk #6252 Category Colors : Name and corresponding color do not match 2020-08-14 11:00:36 +02:00
OctavePlugin System : Remove support for Qt4 2020-04-24 11:40:22 +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 System : Disable appveyor and travis build configurations 2020-04-30 12:33:27 +02:00
TestModels Add test model for summary data 2020-02-17 15:29:12 +01:00
ThirdParty Update some comments in PdmObjectMethod 2020-08-07 13:01:29 +02:00
vcpkg@6282cab61d -vcpkg is a submodule: useful to have versioning control of the dependencies; -use run-cmake action for building both linux and windows; -use vcpkg response file installing dependencies; same is to be used on CI and locally by devs; 2020-03-05 07:51:26 +01:00
.gitignore Ignore temporary folder generated by Visual Studio 2020-06-22 14:31:58 +02:00
.gitmodules Remove superfluous qwt submodule in the root 2020-04-24 15:12:43 +02:00
.misspell-fixer.ignore Create spell-check.yml (#6026) 2020-06-03 22:31:09 +02:00
build_grpc_linux.sh Add a build script for GRPC on Linux 2019-06-07 09:43:00 -04:00
CMakeLists.txt Replace tabs with spaces 2020-06-16 22:07:14 +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 Update README.md 2020-08-11 13:52:51 +02:00
requirements.txt Add dependency on m2r 2020-03-23 12:41:31 +01:00
ResInsightVersion.cmake Merge remote-tracking branch 'origin/master' into dev 2020-05-27 15:32:36 +02:00
setup.cfg Python : Config and description of autopep8 2020-04-17 13:54:20 +02:00
vcpkg_x64-linux.txt -vcpkg is a submodule: useful to have versioning control of the dependencies; -use run-cmake action for building both linux and windows; -use vcpkg response file installing dependencies; same is to be used on CI and locally by devs; 2020-03-05 07:51:26 +01:00
vcpkg_x64-windows.txt -vcpkg is a submodule: useful to have versioning control of the dependencies; -use run-cmake action for building both linux and windows; -use vcpkg response file installing dependencies; same is to be used on CI and locally by devs; 2020-03-05 07:51:26 +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) 6, Centos 6, Ubuntu 16.04, 18.04 and 20.04 as well as Windows 10 and Windows Server 2019. However, Centos 7 is also used by developers and so RHEL 7 compatibility is expected.

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