Gaute Lindkvist
ac1f57e5f9
#3915 Make valve count mode label "Start/End/Number" instead of "Start/End/Number of Valves".
...
* This way it works for both ICDs/AICDs and fishbones.
* Not necessary for patch branch.
2018-12-20 14:21:47 +01:00
Gaute Lindkvist
8442cc3f92
#3915 use subs instead of valves for fishbones
2018-12-20 14:10:20 +01:00
Gaute Lindkvist
975cd15c32
#3910 Unit test for reg exp validator
2018-12-20 09:50:05 +01:00
Gaute Lindkvist
394c84efef
#3854 Add MSW reference depth to Perforations
2018-12-18 17:09:43 +01:00
Gaute Lindkvist
7296c11bc2
#3877 Add RegExp-validator to "Well name for export" field for COMPDAT export
...
* Max 8 characters, minimum 1
* Only alpha-numeric characters and hyphen and underscore are acceptable. (no space)
2018-12-18 17:09:43 +01:00
Magne Sjaastad
024aa8af51
#3782 StimPlan : Beta value of zero invalidates mean calculation
2018-12-17 16:24:42 +01:00
Magne Sjaastad
67d0d5f38d
#3891 StimPlan : BETA values for transversal and azimuth
2018-12-17 11:17:41 +01:00
Gaute Lindkvist
d6e40f25ff
#3879 Rename valve location parameter to Number of Valves
2018-12-14 16:03:04 +01:00
Gaute Lindkvist
3adb1cc4bd
#3884 Implemented Valve Templates for MSW parameters
2018-12-14 16:03:04 +01:00
Gaute Lindkvist
47bb14eb06
#3864 Update and clamp valve positions to perforation interval when perforation interval changes.
2018-12-14 08:45:43 +01:00
Gaute Lindkvist
92e4fa9024
#3863 fix default MSW parameters for perforation intervals.
2018-12-12 15:37:10 +01:00
Gaute Lindkvist
3dafd06859
#3850 Implement calculation of AICD length
2018-12-11 16:21:17 +01:00
Gaute Lindkvist
5368574848
#3846 Make HF- the default pressure drop for MSW and put quotes around the text.
2018-12-11 15:32:07 +01:00
Gaute Lindkvist
15576a9ae3
#3779 Preliminary AICD output
2018-12-07 15:48:18 +01:00
Gaute Lindkvist
539914a541
Fix crash in RimWellPathValve when perforation is larger than wellpath
...
* This is the case with the Completions_msw Regression test
2018-12-07 12:58:03 +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
29c3e10617
#3779 Implement AICD ui and settings
2018-12-05 15:47:16 +01:00
Gaute Lindkvist
e67a9ef12a
Make sure changes to valves and perforation interval visibility is reflected in track.
2018-12-05 15:47:16 +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
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