* #5785 Extract RigFemClosestResultIndexCalculator class to separate file. * #5785 Move method implementation of RigFemClosestResutIndexCalculator to cpp file. Also improve const correctness. * #5785 Extract method for calculating normal SE, ie. SE:11/22/33. * #5785 Extract method for calculating shear SE, ie. SE:12/13/23. * #5785 Create a list of result calculators. * #5785 Extract method for calculating timelapse, normalized, and gamma results. * #5785 Extract method for calculating normal ST, ie. ST:11/22/33. * #5785 Extract method for calculating shear ST, ie. ST:12/13/23. * #5785 Extract method for calculating surface angles and aligned stress. * #5785 Extract method for calculating principal strain and stress. * #5785 Extract method for calculating FOS, SFI and DSM for SE. * #5785 Extract method for calculating NE.EV, NE.ED, ST.Q and ST.STM. * #5785 Extract method for calculating compaction. * #5785 Extract method for calculating stress gradients. * #5785 Extract method for calculating SE.SEM. * #5785 Extract method for calculating NE. * #5785 Extract method for calculating formation indices. * #5785 Extract method for calculating nodal graidents, bar conversions, and EnIpPorBar. * #5785 Use std::unique_ptr to calculators. * Use std::vector<unique_ptr> Co-authored-by: Magne Sjaastad <magne.sjaastad@ceetronsolutions.com> |
||
---|---|---|
.github/workflows | ||
ApplicationCode | ||
cmake | ||
debian | ||
doc | ||
docs | ||
Fwk | ||
OctavePlugin | ||
patches | ||
redhat | ||
scripts | ||
TestModels | ||
ThirdParty | ||
vcpkg@6282cab61d | ||
.gitignore | ||
.gitmodules | ||
build_grpc_linux.sh | ||
CMakeLists.txt | ||
COPYING | ||
Doxyfile.in | ||
GRPC_install_instructions.txt | ||
README.md | ||
requirements.txt | ||
ResInsightVersion.cmake | ||
setup.cfg | ||
vcpkg_x64-linux.txt | ||
vcpkg_x64-windows.txt |
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.