Commit Graph

112 Commits

Author SHA1 Message Date
Magne Sjaastad
6c8aa6beea #4361 Export : Use well name instead of wellNameForExport() to create file name 2019-04-25 12:30:28 +02:00
Jacob Støren
58ac488929 #3958 Refactoring : RigResultAccessorFactory simplification
To make the result address including basetimestep info reach the CellResultsData class.
2019-01-30 15:25:29 +01:00
Gaute Lindkvist
7a50fa12f8 #3953 Extend well completions spec 2019-01-29 10:18:20 +01:00
Jacob Støren
dbb2a564a2 #3958 Refactoring: RigCaseCellResultsData: Remove the final result index based interface 2019-01-28 16:18:28 +01:00
Jacob Støren
42afa063d5 #3958 Refactoring: Rename to findOrLoadKnownScalarResult
to make it clear that it does not add a result name to the internal structures.
2019-01-25 16:19:14 +01:00
Magne Sjaastad
543b8fc1cc Completion export : Remove early return to be able to compute WPIMULT correct 2018-12-13 22:29:56 +01:00
Gaute Lindkvist
2766b18a2f #3844 and #3845 Split MSW export the same way as regular export and unify names. 2018-12-11 20:06:41 +01:00
Gaute Lindkvist
e677778ddd #3828 Refactor Completion export code by splitting out MSW export into separate files
* Plus fill in some incomplete functionality regarding MSW export
2018-12-07 09:46:39 +01:00
Gaute Lindkvist
73be6b6b19 #3779 Split RicMswCompletions into subclasses and move ICD-area and flow coefficient from segment to the icd completion class 2018-12-06 10:55:23 +01:00
Gaute Lindkvist
8fbc1d0953 #3779 Make sure we always have a super valve for segments that overlap with valves. 2018-12-06 10:11:06 +01:00
Gaute Lindkvist
420944e910 #3442 Improve ICD/ICV export to add a small 0.1 length segment for each segment containing valves. 2018-12-05 15:47:16 +01:00
Magne Sjaastad
0ae2dcaccf #3784 Completion Export : Use isCompletionWellPathEqual() 2018-12-03 10:40:15 +01:00
Magne Sjaastad
bbadf3918e #3784 Completion Export : Split on well name instead of well name for export 2018-12-03 10:31:56 +01:00
Magne Sjaastad
52b02a6056 Whitespace 2018-12-03 08:57:28 +01:00
Gaute Lindkvist
f14d36ca23 #3442 Implement export of ICD/ICV table for performations 2018-11-29 15:26:22 +01:00
Magne Sjaastad
f6572e876d #3704 : Export completions : WELSPECL - one line per well 2018-11-26 12:46:32 +01:00
Magne Sjaastad
243633137a #3753 : Non-Darcy perforations : Use effectiveK and effectiveH 2018-11-26 10:07:35 +01:00
Magne Sjaastad
74dc73adf8 #3750 Completion export header : Extract report items per well 2018-11-23 11:44:57 +01:00
Magne Sjaastad
a225d1fd1a #3696 Non-Darcy perforation intervals : Remove unit constant from UI 2018-11-22 09:46:40 +01:00
Magne Sjaastad
13f8ad5ea8 #3712 Non-Darcy Perforations : Adjust computation of 'kh' 2018-11-22 09:13:56 +01:00
Magne Sjaastad
4117e266ed #3686 Completion Export : Use map based on size_t instead of RigCompletionDataGridCell
Using RigCompletionDataGridCell as key in a map causes cells with identical local IJK to be treated as same global cell. Use reservoir grid cell index (size_t) as key to be able to handle cells correctly.
2018-11-14 11:40:23 +01:00
Gaute Lindkvist
73b79daa09 #3670 Implement new Pressure Depletion behaviour
* Removed choice of different scaling
* Always use current pressure delta
* Use the maximum of an epsilon value and the absolute value of the matrix to well pressure drop as the scaling factor
* Remove file name suffixes and update information table in export file.
2018-11-13 16:48:30 +01:00
Gaute Lindkvist
ea053eac2d #3670 Implement initial WBHP changes. 2018-11-13 14:40:59 +01:00
Magne Sjaastad
0a9f00248b #3603 Export completions. Move export CARFIN into RicWellPathExportCompletionDataFeatureImpl 2018-11-09 09:40:36 +01:00
Gaute Lindkvist
7f7fd91f20 #3546 Remove Pressure Depletion candidates that are definitely going away. 2018-10-29 10:00:39 +01:00
Bjørn Erik Jensen
ffa1a85187 #3515 LGR Export/Temp LGR. New split type: One LGR per Completion 2018-10-23 11:13:55 +02:00
Magne Sjaastad
8464d19696 #3412 Non-Darcy Perf intervals : Separate calculation of transmissibility and permeability 2018-10-12 13:00:37 +02:00
Magne Sjaastad
683979f6f9 #3412 Use RigCompletionData::defaultValue to initialize dfac and kh 2018-10-12 12:59:39 +02:00
Magne Sjaastad
9754e85c3c #3412 Non-Darcy Perf intervals : Use enum when computing d-factor 2018-10-11 12:50:57 +02:00
Magne Sjaastad
0174ee03e1 #3412 Non-Darcy Perf intervals : Simplify calculations 2018-10-11 12:50:57 +02:00
Magne Sjaastad
bebd21aa47 Whitespace 2018-10-11 12:50:57 +02:00
Bjørn Erik Jensen
683539b0fa LGR Export. Guard against result accessor nullptr 2018-10-10 11:46:32 +02:00
Magne Sjaastad
355b980032 #3433 Fracture header : Make sure ordering is stable
Using multithreading causes ordering issues
2018-10-05 12:51:25 +02:00
Magne Sjaastad
927e65cb44 #3433 Fracture header : Simplify interface to ReportItems 2018-10-05 12:12:56 +02:00
Bjørn Erik Jensen
2f027f0de0 #3412 Non-Darcy perforations. Calculate d-factor and KH. Export to file 2018-10-02 12:37:05 +02:00
Magne Sjaastad
464c0b9d15 #3431 Fracture Report : Do not export fracture header for fishbone/perforations 2018-10-02 10:49:15 +02:00
Magne Sjaastad
719061ae62 #3190 Completion Export Fracture Header : Remove flag for fracture summary header text 2018-09-28 13:08:47 +02:00
Magne Sjaastad
acf6a17c40 Fix warnings 2018-09-27 20:49:47 +02:00
Magne Sjaastad
a3d8fc1fb3 #3421 Text File Export : Open file as text file when required 2018-09-27 12:42:28 +02:00
Gaute Lindkvist
456903f2fa #3405 Properly handle the failure to create the export folder for completions export. 2018-09-26 14:30:50 +02:00
Gaute Lindkvist
301e05caa0 #3409 Add time dependent mat to frac dP option 2018-09-25 10:15:11 +02:00
Magne Sjaastad
4009d4d63b System : Introduce compiler warning C4457 with fixes 2018-09-24 21:20:35 +02:00
Bjørn Erik Jensen
1cafb97b52 #3254 #3395 MSW perforations export. Export MSW for perforations 2018-09-24 11:43:25 +02:00
Gaute Lindkvist
bc6e75e88e #3398 Remove spaces and dots from date part of export file name 2018-09-21 12:51:37 +02:00
Gaute Lindkvist
92e7ea9947 #3376 Append a suffix to fracture export files to describe parameters for pressure differential depletion. 2018-09-18 14:18:06 +02:00
Gaute Lindkvist
06817522d0 #3375 FIx prototype UI to set constant WBHP separately from current time step. 2018-09-18 14:18:06 +02:00
Gaute Lindkvist
9dd6ccb24d #3193 Implement setting BHP and reading it from summary case 2018-09-17 10:52:48 +02:00
Gaute Lindkvist
27bc2d015c #3193 Pressure Differential Depletion UI and command interface. 2018-09-17 10:51:45 +02:00
Gaute Lindkvist
934c4fffd8 #3193 First implementation of pressure differential depletion scaling. 2018-09-17 10:51:45 +02:00
Bjørn Erik Jensen
ccd196b52c Fix warning 2018-09-11 11:15:27 +02:00