3D viewer and post processing of reservoir models
Go to file
jonjenssen bbc659799e
Surfaces: Improve UI and usability for surfaces (#6290)
* Add reload command to surface context menus. Still missing the part that actually reloads the data.

* Add additional check for null ptr to avoid crash

* Surfaces: implements reload command in context menu to reload surface data from its source (i.e. a file).
Rename function names to better show what they are actually doing
Refactor a bit to give all RimSurface subclasses the same interface for reloading data.
Also makes sure new RimGridCaseSurface instances are shown by default in the view(s)

* Fixes by clang-format

* Include offset and slice index in surface name shown in project explorer

* Allow importing the same file multiple times

* Disable lighting for surfaces, as it doesn't look good for now. Fixes #6084

* Surfaces: Remove depth offset setting from view. Add slider to depth offset edit for surface

* Create new surfaces only on collection context menu

* Make sure tree view icon is enabled/disabled when the check box is clicked

* Fix depth offset for grid case surfaces, missing base function call.

* Make public method .. public.

* Add reload command to surface context menus. Still missing the part that actually reloads the data.

* Add additional check for null ptr to avoid crash

* Surfaces: implements reload command in context menu to reload surface data from its source (i.e. a file).
Rename function names to better show what they are actually doing
Refactor a bit to give all RimSurface subclasses the same interface for reloading data.
Also makes sure new RimGridCaseSurface instances are shown by default in the view(s)

* Fixes by clang-format

* Include offset and slice index in surface name shown in project explorer

* Allow importing the same file multiple times

* Disable lighting for surfaces, as it doesn't look good for now. Fixes #6084

* Surfaces: Remove depth offset setting from view. Add slider to depth offset edit for surface

* Create new surfaces only on collection context menu

* Make sure tree view icon is enabled/disabled when the check box is clicked

* Fix depth offset for grid case surfaces, missing base function call.

* Make public method .. public.

* Fixes by clang-format

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-08-11 11:34:34 +02:00
.github Update path for Qt to make caching work (#6281) 2020-08-09 09:19:40 +02:00
ApplicationCode Surfaces: Improve UI and usability for surfaces (#6290) 2020-08-11 11:34:34 +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 Major improvements to D&D of curves. 2020-08-10 12:58:53 +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 09:30:16 +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 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 RHEL7, 64 bit Ubuntu 18.04, 20.04 and Windows 7/8/10. Currently, automated tests are run on RHEL6, Ubuntu 20.04 and Windows 10.

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