3D viewer and post processing of reservoir models
Go to file
Magne Sjaastad 4b7ff209f6 Added getCellCenters
p4#: 21688
2013-05-22 08:11:39 +02:00
ApplicationCode Added getCellCenters 2013-05-22 08:11:39 +02:00
cafAnimControl Removed stop button from animation toolbar 2012-10-11 07:10:53 +02:00
cafPdmCvf Major cleanup/change in the way things are included. 2013-05-06 10:55:00 +02:00
cafProjectDataModel Store coarsening boxes in RigGridBase 2013-05-21 11:10:59 +02:00
cafUserInterface Caf:PdmUiTree: Rewrote rebuildUiSubTree to become updateUiSubTree 2013-05-13 12:00:52 +02:00
cafViewer Linux compile warning fixes 2013-04-09 07:59:41 +02:00
CommonCode Well cell transparency: Turned off well cell transparency when no well pipe is visible. 2013-04-26 16:46:38 +02:00
debian Harmonize branches on basis of project external pull requests 2013-04-12 15:27:18 +02:00
OctavePlugin Added getCellCenters 2013-05-22 08:11:39 +02:00
redhat added: RHEL6 packaging 2013-04-09 18:49:26 +02:00
ThirdParty Updated ERT to e361fe404e 2013-05-10 10:25:46 +02:00
VisualizationModules Legend: Added tick number formatting control 2013-04-30 14:48:53 +02:00
.gitignore gitignore: Ignore more build system products 2013-04-02 19:01:09 +02:00
CMakeLists.txt Added visualization of Well Paths in reservoir views. 2013-05-16 14:10:22 +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
README Updated Ubuntu 12.10 dependencies and standardized build directory. 2013-03-31 12:34:48 +02:00
ResInsightVersion.cmake Updated to development version 0.9.11 2013-04-30 16:20:48 +02:00

These are the release notes for ResInsight.

ResInsight is a 3D viewer and post processing tool for reservoir models. It has been co-developed by Statoil and Ceetron 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 Statoil and licensed under GPL 3+. See COPYING for details.

ON WHAT PLATFORMS DOES IT RUN?
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. It will probably also compile and run on osx should anybody be interested in that.

DOCUMENTATION
No efforts to provide documentation has been made yet.

DOWNLOADING RESINSIGHT
 git clone git://github.com/OPM/ResInsight.git

CONTRIBUTION
Please use master branch for contributions and pull requests. Please do not use branch 'internal' for contributions.

BUILDING RESINSIGHT
ResInsight uses the cmake build system and requires cmake version 2.8 or higher. Moreover, you need version 4.7.3 of Qt or newer, look below for dependecy list. An out-of-tree build is typically done with
 mkdir ResInsight/build
 cd ResInsight/build
 cmake ..
 make
 make install
You will find the ResInsight binary under the Install directory in your build directory.

DEPENDENCIES FOR DEBIAN BASED DISTRIBUTIONS
 sudo apt-get install git cmake build-essential octave octave-headers qt4-dev-tools
If you are running Ubuntu 12.10 or newer, you will need to replace octave-headers with liboctave-dev in the line above.