Commit Graph

263 Commits

Author SHA1 Message Date
Magne Sjaastad
71f90b1337 #3692 Export completions : Use 'Mean' and move text to first column header line 2018-11-19 11:37:25 +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
Jacob Støren
bfee1dfa64 #3646 Add icons for MainGrid LGR/Temp LGR's, Export Completions, sub items on/off/toggle 2018-11-13 15:43:36 +01:00
Gaute Lindkvist
ea053eac2d #3670 Implement initial WBHP changes. 2018-11-13 14:40:59 +01:00
Gaute Lindkvist
12e8c3b9b2 #3669 Write Pressure Depletion scaling parameters as comment table in fracture export. 2018-11-12 14:38:32 +01:00
Gaute Lindkvist
e5b8dc49c1 #3663 Pressure Depletion: fix initial time step 2018-11-12 14:30:18 +01:00
Gaute Lindkvist
37f1cde219 #3664 Pressure Depletion: report correct units for initial WBHP. 2018-11-12 14:30:18 +01:00
Magne Sjaastad
ca07e710c6 #3655 Fracture header : Adjust number of numbers and improve header 2018-11-11 17:18:59 +01:00
Magne Sjaastad
04c993105b Add missing include 2018-11-09 14:20:36 +01:00
Magne Sjaastad
41a82ecdf3 #3653 Fracture Header : Wrong value for fcd 2018-11-09 10:51:27 +01:00
Magne Sjaastad
e0cc602fab #3652 Fracture Header : Set LPerf N/A for Transverse and Az 2018-11-09 10:51:27 +01:00
Magne Sjaastad
f17ef52836 #3652 Fracture Header : Use N/A 2018-11-09 10:51:27 +01:00
Magne Sjaastad
0a9f00248b #3603 Export completions. Move export CARFIN into RicWellPathExportCompletionDataFeatureImpl 2018-11-09 09:40:36 +01:00
Bjørn Erik Jensen
9b8584c707 #3603 Export completions. Also export CARFIN if temporary LGRs exist 2018-11-09 08:51:44 +01:00
Magne Sjaastad
fb18e9b170 Temporary LGR : Hide context menu items, remove invalid assert 2018-11-09 08:13:39 +01:00
Bjørn Erik Jensen
cfb45f674a #3604 Export completions. New feature 'Export Completion Data for Temporary LGRs' 2018-11-08 11:24:40 +01:00
Magne Sjaastad
ff12b617bb #3625 Fracture header : Report permeability instead of conductivity 2018-11-05 10:53:35 +01:00
Gaute Lindkvist
2a97359df2 #3543 Fix Linux build problem 2018-10-29 12:42:48 +01:00
Gaute Lindkvist
7b1704502d #3543 Pressure Depletion: limit text strings for well production start. 2018-10-29 11:44:32 +01:00
Gaute Lindkvist
1b155ae71f #3543 Pressure Depletion Indicate the production start of the different wells for the time steps. 2018-10-29 10:00:39 +01:00
Gaute Lindkvist
7f7fd91f20 #3546 Remove Pressure Depletion candidates that are definitely going away. 2018-10-29 10:00:39 +01:00
Gaute Lindkvist
6628b9d734 #3569 Fix bug with Pressure Dep method 4 (fracture well dP over max initial draw down) 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
6346ed012c clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
Magne Sjaastad
726658d642 #3512 System : Remove unused functions 2018-10-18 15:40:11 +02:00
Magne Sjaastad
e8224bc7b8 CppCheck : Add const 2018-10-12 16:36:41 +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
Magne Sjaastad
b5ab2968dd #3433 Non-Darcy Fracture: Regression tests : Add compare between two well path fractures 2018-10-11 09:26:51 +02:00
Bjørn Erik Jensen
683539b0fa LGR Export. Guard against result accessor nullptr 2018-10-10 11:46:32 +02:00
Magne Sjaastad
046c05e76e #3476 Regression Test : Use lastUsedDialogDirectoryWithFallbackToProjectFolder 2018-10-10 08:02:41 +02:00
Gaute Lindkvist
1019eeaa6a #3467 New interface class for completions +use RiaDefines::CompletionType 2018-10-09 14:05:57 +02:00
Magne Sjaastad
7e251aaab6 #3433 None - Darcy Fracure: For none Non-Darcy, show N/A in header 2018-10-05 22:26:40 +02:00
Magne Sjaastad
21c2c62908 #3433 Fracture header : Skip text containing folder path to make output stable 2018-10-05 19:33:50 +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
7a04f71a3b Completion Export : Use critical section when adding fracture report items 2018-10-02 10:49:15 +02:00
Gaute Lindkvist
dff3a0536d #3429 Apply well radius correction to linear fracture to well transmissibility. 2018-10-02 08:46:24 +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
5ab00a3e25 #3227 Tweaked Export Completions GUI while doing MSW documentation. 2018-09-26 14:30:50 +02:00
Gaute Lindkvist
9fd2113ad6 Add clang-format off around prototype code for Pressure Differential Depletion 2018-09-26 14:22:26 +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
Magne Sjaastad
5a1c877c05 #3406 Move function call 2018-09-24 14:52:31 +02:00
Magne Sjaastad
866e74e75c Whitespace 2018-09-24 14:51:11 +02:00
Magne Sjaastad
0d07e94b5c #3406 Fracture : Fix missing values for D-factor and Kh 2018-09-24 14:48:23 +02:00
Bjørn Erik Jensen
1cafb97b52 #3254 #3395 MSW perforations export. Export MSW for perforations 2018-09-24 11:43:25 +02:00
Bjørn Erik Jensen
b028c36116 #3260 Well Path Export. Export dev file, new commands 2018-09-21 13:44:45 +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
62f36faa12 #3394 Differential Depletion: Flux as a scaling factor for transmissibility. 2018-09-21 12:51:37 +02:00
Gaute Lindkvist
054c76dace #3399 Hide BETA features if enableDevelopmentFeatures() == false 2018-09-21 12:51:37 +02:00
Gaute Lindkvist
5689b5790a #3311 Remove seperate fracture and fishbone MSW export if it's not a Debug run. 2018-09-21 12:51:37 +02:00
Gaute Lindkvist
a70c8659c0 #3381 Look for initial production date in summary case for well and use this as initial pressure step. 2018-09-19 11:57:35 +02:00
Gaute Lindkvist
7c8b6f4abc Fix build warnings in RicExportFractureCompletionsImpl 2018-09-19 11:56:29 +02:00
Gaute Lindkvist
2701035655 #3375 Fix crash in command interface for pressure depletion when time step is not provided. 2018-09-19 10:13:26 +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
Magne Sjaastad
96973c2dfc #3377 Fishbones : Missing intersection with main bore cell for fishbone with one sub 2018-09-18 13:08:51 +02:00
Gaute Lindkvist
4aec08b501 Pressure Differential Depletion: Make sure we can set WBHP for all types of trans scaling.
* It is needed for calculating fracture pressures.
2018-09-17 11:29:47 +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
c1ec5e088b Fixup after review 2018-09-17 10:51:45 +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
Gaute Lindkvist
9953c56c35 Make mean calculators more consistent and add an harmonic mean calculator. 2018-09-17 10:51:45 +02:00
Magne Sjaastad
f039f84d84 #3363 Fishbones : Difference in transmissibility for laterals with and without main bore cells 2018-09-14 10:46:09 +02:00
Magne Sjaastad
35b728c133 #3349 Fracture Scaling : Improve naming in UI 2018-09-14 08:38:23 +02:00
Magne Sjaastad
a56a93cb30 Completion Export Fracture Header : Use upper case 2018-09-13 12:24:38 +02:00
Magne Sjaastad
d5b10546b8 #3032 Completion Export Fracture Header : Refactoring
Rename to reservoirCellIndicesOpenForFlow
Include inactive cells in area calculation
Consider containment/truncation for header related calculations
Moved calculations from stim plan fracture to stim plan calculator
2018-09-11 13:35:35 +02:00
Bjørn Erik Jensen
ccd196b52c Fix warning 2018-09-11 11:15:27 +02:00
Bjørn Erik Jensen
a2286ce96f #3352 MSW fishbones export. Fix depth change sign issue 2018-09-11 10:53:41 +02:00
Bjørn Erik Jensen
244741d96b #3267 MSW export. Add Max Segment Length field to MSW properties 2018-09-11 10:53:40 +02:00
Bjørn Erik Jensen
086fbd6756 #3267 MSW export. Implement max segment length for fractures and fishbones export 2018-09-11 10:53:40 +02:00
Gaute Lindkvist
98dbc4946c Refactoring ExportFractureCompletionImpl 2018-09-11 08:51:34 +02:00
Magne Sjaastad
bbebbf108f #3340 Remove unused variables 2018-09-10 10:27:54 +02:00
Gaute Lindkvist
742b7aab11 #3266 Minor output adjustments to fracture MSW export 2018-09-07 15:25:32 +02:00
Magne Sjaastad
c19bcf6e67 #3268 MSW Fracture Export: Move "include MSW" below "Use NTG" 2018-09-07 15:16:38 +02:00
Magne Sjaastad
81fbb81b57 #3330 Completion Export Fracture Header : Use units names as described in mail 2018-09-07 15:03:57 +02:00
Magne Sjaastad
3e10e59445 #3268 MSW Fracture Export: Add allFractures and allFishbones 2018-09-07 13:45:14 +02:00
Magne Sjaastad
7cd6c29c9c #3268 MSW Fracture Export: Add activeFractures 2018-09-07 13:45:14 +02:00
Magne Sjaastad
8afc30d6f8 Whitespace 2018-09-07 13:45:14 +02:00
Magne Sjaastad
dcdd8cce2a #3268 MSW Fracture Export : Do not export empty file when no fishbones are present 2018-09-07 13:45:14 +02:00
Magne Sjaastad
eefb131701 #3268 MSW Fracture Export : Add activeFishbonesSubs 2018-09-07 13:45:14 +02:00
Bjørn Erik Jensen
32e6a409b7 #3268 MSW export. Dialog adjustments 2018-09-07 13:45:14 +02:00
Bjørn Erik Jensen
99676897b3 #3268 MSW export. Export completions for all wells 2018-09-07 13:45:14 +02:00
Bjørn Erik Jensen
a6e1d24d56 #3268 MSW export. Move MSW export to compdat export dialog 2018-09-07 13:45:14 +02:00
Bjørn Erik Jensen
a3035d4f47 #3268 MSW export. Improved FishbonesCollection interface 2018-09-07 13:45:14 +02:00
Bjørn Erik Jensen
ff976cff38 #3268 MSW export. Improved FractureCollection interface 2018-09-07 13:45:14 +02:00
Bjørn Erik Jensen
d0f6346376 #3268 MSW export. Export dialog adjustments 2018-09-07 13:45:14 +02:00
Bjørn Erik Jensen
4204aa7319 #3123 Compdat export. Always show all colomns. Remove r0 column 2018-09-06 08:29:32 +02:00
Magne Sjaastad
f03e9a2fb5 Robustness : Add comment and guard access to result accessor 2018-09-05 12:43:25 +02:00
Bjørn Erik Jensen
e9d37e914d Fix a couple of Linux build warnings 2018-09-04 15:17:43 +02:00