Magne Sjaastad
fd254565e6
#1495 Rename to FishboneWellPath and FishboneWellPathCollection
2017-05-19 13:47:44 +02:00
Magne Sjaastad
1a075470cf
#1475 Use caf::Utils::fileExists
2017-05-15 13:40:13 +02:00
Magne Sjaastad
886f4ce3ab
#1475 Use wellPathIndexInFile to be able to import multiple wells pr file
2017-05-15 13:39:20 +02:00
Magne Sjaastad
25e6aec94a
Merge branch 'dev' into fishbones
2017-05-15 13:37:09 +02:00
Bjørnar Grip Fjær
d3bcc1644c
#1451 Add data structures for perforation intervals
2017-05-12 10:01:59 +02:00
Magne Sjaastad
84b922ba82
#1476 Include isFile() when checking if a file exists
2017-05-11 09:23:13 +02:00
Bjørnar Grip Fjær
15bac1b050
#1468 New feature 'Import Completions'
2017-05-10 17:09:54 +02:00
Bjørnar Grip Fjær
bf704caa16
#1475 Move well path import to own module
2017-05-10 12:19:46 +02:00
Magne Sjaastad
414733899e
Fishbones : Add model and visualization
2017-05-05 12:23:29 +02:00
Magne Sjaastad
85228ee39c
#1255 Removed includes from RimWellPath
2017-02-24 14:31:06 +01:00
Magne Sjaastad
9eb6ae88ff
#906 If present, show datum elevation in property editor for a well path
2016-10-26 07:32:18 +02:00
Magne Sjaastad
531aaaa445
AppFwk : Fixed typo of firstAncestorOrThisOfType
2016-09-21 13:59:41 +02:00
Magne Sjaastad
e730e5bf9f
( #791 ) Update well path filename if project file is relocated
2016-06-30 11:20:41 +02:00
Magne Sjaastad
7742fbe325
Encapsulate the JSON code in a namespace to avoid issues with JSON classes used in opm-parser
2016-06-06 10:43:36 +02:00
Magne Sjaastad
27db48a336
( #404 ) Cleaned up includes and removed collection from constructor
2015-12-04 15:15:52 +01:00
Jacob Støren
ee11d4fde7
( #672 ) Refactoring and Fix of side effects introduced by 704f4fa
2015-12-01 12:27:19 +01:00
Magne Sjaastad
77d66f59af
( #657 ) Added option items for well path and simulation wells
2015-11-18 15:55:24 +01:00
Magne Sjaastad
1156da7f03
( #605 ) Fixed delete of well path to avoid reuse of old data
2015-10-29 13:13:38 +01:00
Pål Hagen
272c328da3
( #579 ) Removing cached well log extractors when deleting cases and well paths
...
Cached well log extractors with references to well paths or cases to be
deleted are removed before deletion.
2015-10-22 11:31:34 +02:00
Jacob Støren
36d2bb224c
( #542 ) Fixed several project-open crashes related to missing files.
...
Added errormessage on missing wellpath file
2015-10-12 12:41:02 +02:00
Pål Hagen
aa36a3f5e6
Moved static method to the class where it belongs (more than it did).
2015-09-25 18:14:25 +02:00
Pål Hagen
4e3f51909b
( #537 ) Handling LAS file names no matter what case the extension has
...
.las, .LAS, .Las, .laS, etc. should now all work.
2015-09-25 11:56:14 +02:00
Pål Hagen
529b68e073
( #537 ) ( #515 ) Showing error messages from LAS file open exceptions
2015-09-24 10:08:45 +02:00
Pål Hagen
5d18209e26
( #537 ) Showing error message box if opening a LAS file fails
2015-09-24 09:37:26 +02:00
Pål Hagen
6d41aa0b18
( #436 ) Renamed some classes/files, methods and variables
2015-09-16 16:06:06 +02:00
Pål Hagen
7efd3daa8b
( #435 ) Bugfix - made sure that correct pointer is assigned
2015-09-15 11:01:19 +02:00
Pål Hagen
095d974e38
( #435 ) WIP - Reading metadata from LAS files
2015-09-14 16:33:28 +02:00
Pål Hagen
615ac05970
( #433 ) Reading measured depth from JSON well path files
2015-09-10 14:37:05 +02:00
Magne Sjaastad
90762d0f0f
Use uiCapability/xmlCapability instead of capability<caf::PdmUiFieldHandle>()(capability<caf::PdmXmlFieldHandle>()
2015-08-05 13:27:36 +02:00
Magne Sjaastad
737936d846
Major modularization adjustments
...
Use uiField() when issuing setUi....() commands
Use PdmChildArrayField instead of PdmPointersFielc
Use PdmChildField instead of PdmField to pdm pointer objects
Use PdmChildArrayField instead of PdmField< std::list< caf::PdmPointer<
type > > >
Use PdmObjectHandle instead of PdmObject
Replaced parentFields(std::vector) with parentField()
Use PdmUiPropertyViewDialog instead of PdmUiPropertyDialog
2015-07-31 18:58:23 +02:00
Magne Sjaastad
b4df5419b1
Updated file header for modified files
2014-09-23 15:04:57 +02:00
Magne Sjaastad
d21e532c61
Cleaned up includes for ProjectDataModel
2014-08-14 10:55:49 +02:00
Magne Sjaastad
40092b0d62
SSIHUB: Update file paths for and well path cache
...
Consolidated cache creation in RimTools
2013-10-24 09:50:21 +02:00
Magne Sjaastad
f145302206
SSIHUB: Copy cache well paths using setupBeforeSave()
2013-10-24 07:28:45 +02:00
Jacob Støren
63177ef234
Ui Brushup of Well property panels
2013-10-17 13:38:52 +02:00
Magne Sjaastad
390abe0f81
Use compare() because endsWith() does not work as expected on Windows
...
p4#: 22005
2013-06-26 12:01:53 +02:00
Jacob Støren
1ea5a49471
WellPaths: Added support for mulitple paths in one ascii file.
...
p4#: 21980
2013-06-24 22:04:52 +02:00
Jacob Støren
cd6d60d896
Ascii Well path import: Works for one path in one file
...
p4#: 21966
2013-06-21 15:59:04 +02:00
Jacob Støren
5db88f4e03
Ascii import of Well Paths
...
p4#: 21956
2013-06-18 11:56:51 +02:00
Jacob Støren
03ad142261
Removed debug output
...
p4#: 21887
2013-06-12 10:52:46 +02:00
Vidar Lundberg
691f24e7a7
Added include files because of known include problems related to PDM.
...
p4#: 21845
2013-06-06 15:02:35 +02:00
Vidar Lundberg
939c6ad156
Added visualization of Well Paths in reservoir views.
...
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
2013-05-16 12:59:35 +02:00