Magne Sjaastad 7b5594ce7c Updates after 2020.10.1 release (#7104)
* Set version to 2020.10.1-RC03

* #6780 Flow Vector Result: Check if data exists before using

* #7031 Delta Summary Case: Fix crash when updating case name

* #7036 Well Picks : Skip import of empty lines

* #7003 Python: Guard nullpointer access for summary methods

* #7014 Python: Resize the result container before assigning data

* #7042 File Import Dialog : Sort by numbers instead of text

* Set version to 2020.10.1-RC04

* #7008 Python: Avoid terminating process as part of open/closeProject

When running scripts, a project file can be opened. If other operations are issued after, the process monitor window was disconnected from the script process, and no text output from the script was visible in the process monitor text window.

New behavior : Never terminate a process automatically. Never terminate process as part of open/close project. If a process is left unresponsive, the user is now responsible for manual termination of this process.

* #7045 Contour map : Disable clipping of smoothed contour lines

* #7046 Cross Plot : Avoid reset of curve visibility when color legend visibility changes

* #7048 Grid Cross Plot: Fix inverted Y-axis for user-defined min/max range

* #7055 Contour Map: Label format it should match the legend format

* #7059 Well Targets : Fix index of of bound crash when building well path

* Set version to 2020.10.1-RC05

* #6814 Correlation Report: Missing update of plots when changing ensemble

* Set version to 2020.10.1-RC06

* #7055 Contour Map: Label format it should match the legend format

* #7068 Fix missing import surface File -> Import Surface

* Set version to 2020.10.1-RC07

* Prepare for release of 2020.10.1

* #5641 Avoid unnecessary regeneration of contour map

* Move clearGeometry to a scheduleGeometryRegen override

* Trigger update of contour maps following legend changes

* Make legend config changed signal more fine grained for Contour Maps

* Set version to 2020.10.1-RC08

* Prepare for release of 2020.10.1

* Set dev version after patch release

Co-authored-by: Gaute Lindkvist <lindkvis@gmail.com>
2020-12-10 10:44:23 +01:00
2020-12-07 15:00:59 +01:00
2020-10-20 11:05:27 +02:00
2013-04-19 08:58:57 +02:00
2020-10-09 10:27:35 +02:00
2020-03-23 12:41:31 +01:00
2020-11-16 11:19:04 +01:00
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

Languages
C++ 90.9%
C 3.6%
TypeScript 3.4%
CMake 0.8%
Python 0.5%
Other 0.8%