mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-10 08:03:05 -06:00
3D viewer and post processing of reservoir models
c-plus-pluscross-platformeclipsegeomechanicsoctaveopenglpythonreservoir-modelingseismicvisualization
4a0c3d7ca9
Added PDM objects for a list of well paths (RimWellPathCollection) and for individual well paths (RimWellPath). RimWellPathCollection uses RivWellPathCollectionPartMgr to generate visualization parts for each well path in the collection. RimWellPath handles geometry defined in RigWellPath, and RivWellPathPartMgr is used to generate visualization parts. The well path visualization parts are generated by reusing RivPipeGeometryGenerator (also used for well pipes). Added features: - Select Open Well Paths in File menu to open one or more well path files, file format supported is Statoil JSON format. - Each well path has a label showing the name, and the PDM window will show additional info (Id, Source System, UTM Zone, Update Date and User, Survey Type, File Path). - Possible to turn on / off visibility, set thickness, set color for individual well paths. - List of well paths including specified parameters/settings will be stored in project file. - Possible to clip all well paths at a specified distance to the reservoir as this is the relevant area to see, and if showing whole well path it may be problematic for auto zoom etc. p4#: 21651 |
||
---|---|---|
ApplicationCode | ||
cafAnimControl | ||
cafPdmCvf | ||
cafProjectDataModel | ||
cafUserInterface | ||
cafViewer | ||
CommonCode | ||
debian | ||
OctavePlugin | ||
redhat | ||
ThirdParty | ||
VisualizationModules | ||
.gitignore | ||
CMakeLists.txt | ||
COPYING | ||
Doxyfile.in | ||
README | ||
ResInsightVersion.cmake |
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.