Commit Graph

394 Commits

Author SHA1 Message Date
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
Gaute Lindkvist
f14d36ca23 #3442 Implement export of ICD/ICV table for performations 2018-11-29 15:26:22 +01:00
Gaute Lindkvist
f0d3a36374 #3442 Change defaults for ICDs to values suggested in meeting 2018-11-29 15:25:53 +01:00
Gaute Lindkvist
2414865dbe #3442 UI For ICD/ICV parameters 2018-11-29 15:24:39 +01:00
Gaute Lindkvist
ae8cb9d210 #3741 Make it possible to enable/disable all well path components in plots and 3d view.
* Add check box to casing design and update of plot
* Add isEnabled() method to component interface which controls plotting.
2018-11-22 13:39:08 +01:00
Magne Sjaastad
17524f66f8 #3696 Non-Darcy perforation intervals : Set default radius 2018-11-22 09:50:50 +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
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
Magne Sjaastad
063c0533b3 #3625 Fracture header : Use RigTransmissibilityEquations 2018-11-05 10:53:35 +01:00
Magne Sjaastad
5e15e1d8e6 #3613 Fishbones : Crash when user defined locations is empty 2018-11-02 12:30:35 +01:00
Jacob Støren
a1705c5e39 #3487 Use icons for the different MSW valves 2018-10-31 09:48:36 +01:00
Magne Sjaastad
7813527a33 #3533 Perforation Interval : Whitespace and cleanup 2018-10-26 12:09:29 +02:00
Magne Sjaastad
5f329509c3 #3533 Perforation Interval : Allow init of sliders for two well targets 2018-10-26 12:09:05 +02:00
Gaute Lindkvist
1d0fc606d3 Fix ubuntu build problem due to fabs() use without header 2018-10-22 10:38:39 +02:00
Gaute Lindkvist
2194821609 #3527 Implement multiple ICD/AICDs for perforation intervals. 2018-10-22 09:35:35 +02:00
Gaute Lindkvist
43552fde88 #3527 Split out the valve locations from RimFishbonesMultipleSubs.h 2018-10-22 09:35:35 +02:00
Magne Sjaastad
4632fd7dff Whitespace 2018-10-19 15:43:29 +02:00
Magne Sjaastad
fa2d96ebcf #3534 Completion Export : Hide option when width values are missing 2018-10-19 15:28:13 +02:00
Magne Sjaastad
6346ed012c clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
Magne Sjaastad
766fea603e #3512 System : Remove unused functions 2018-10-18 15:14:25 +02:00
Gaute Lindkvist
2035df2739 #3492 Tidy up color code for well path components/completions and select colors that work better. 2018-10-12 15:05:22 +02:00
Magne Sjaastad
9230a98d85 #3412 Non-Darcy Perf intervals : Remove unused field 2018-10-11 12:50:57 +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
0ea4922f19 #3412 Non-Darcy Perf intervals : Rename to gridPermeabilityScalingFactor 2018-10-11 12:50:57 +02:00
Gaute Lindkvist
e7a39fb2f8 #3441 Valve visualisation in 3D view. 2018-10-11 11:18:11 +02:00
Gaute Lindkvist
cfbe6a1a24 #3468 Add new valve completions to perforation intervals. 2018-10-11 11:18:11 +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
Gaute Lindkvist
88c4aa2591 Remove virtual keyword from RimWellPathCompletionInterface overrides.
* Stop them from being overriden by child classes.
2018-10-10 08:46:59 +02:00
Gaute Lindkvist
e61e71ecbf #3467 Improved code using RimWellPathComponentInterface 2018-10-09 14:05:57 +02:00
Gaute Lindkvist
1019eeaa6a #3467 New interface class for completions +use RiaDefines::CompletionType 2018-10-09 14:05:57 +02:00
Bjørn Erik Jensen
c6cdbf9436 #3397 non-darcy perforations. Rename group 2018-09-26 08:17:35 +02:00
Bjørn Erik Jensen
9a3b1c528a #3397 non-darcy perforations. Add getters 2018-09-26 08:17:35 +02:00
Bjørn Erik Jensen
565201741d #3397 non-darcy perforations. Default values 2018-09-26 08:17:34 +02:00
Bjørn Erik Jensen
70b24653ed #3397 non-darcy perforations. GUI, take 1 2018-09-26 08:17:34 +02:00
Magne Sjaastad
b9c5c13dd2 Fracture Template : Set default collapsed for Truncation and Scaling 2018-09-25 11:24:15 +02:00
Magne Sjaastad
e96cc60ee7 #3224 Non-Darcy longitudinal : Use geometric mean for B-factor 2018-09-24 15:10:46 +02:00
Bjørn Erik Jensen
f3e1dbe838 #3254 MSW perforations export. Add MSW options to perforations collection class 2018-09-24 09:35:59 +02:00
Gaute Lindkvist
9953c56c35 Make mean calculators more consistent and add an harmonic mean calculator. 2018-09-17 10:51:45 +02:00
Bjørn Erik Jensen
6f42d6ae1f #3264 MSW fracture export. Rename some fields 2018-09-14 12:52:25 +02:00
Magne Sjaastad
35b728c133 #3349 Fracture Scaling : Improve naming in UI 2018-09-14 08:38:23 +02:00
Magne Sjaastad
d40f36e574 Fracture Containment : Simplify logic 2018-09-13 11:50:24 +02:00
Magne Sjaastad
6fc0196e84 Fracture : Always schedule redraw
Schedule redraw of all views, as we do not know where the fracture is visible
2018-09-13 11:49:57 +02:00
Magne Sjaastad
c7c34d3735 Fracture Templates : Refactor load and update logic when geometry changes 2018-09-13 08:32:27 +02:00
Jacob Støren
0431540073 #3312 Well Path Creation: Update intersections, completion type result and fractures when moving the wellpath 2018-09-12 14:20:43 +02:00
Jacob Støren
3d752995d2 #3312 Well Path Creation update preparations. Rename of method 2018-09-12 14:20:43 +02:00
Magne Sjaastad
1a1fcfa6ea #3355 Completion Type Viz : Missing calculation of completion type when scaling changes 2018-09-11 15:03:59 +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
02844bc49f #3267 MSW export. Correct default max segment length 2018-09-11 10:54:45 +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
Magne Sjaastad
bbebbf108f #3340 Remove unused variables 2018-09-10 10:27:54 +02:00