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
55f980eeb7
Restructure RicMswExportInfo code into multiple files.
2018-12-06 11:32:59 +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
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
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
Magne Sjaastad
0a9f00248b
#3603 Export completions. Move export CARFIN into RicWellPathExportCompletionDataFeatureImpl
2018-11-09 09:40:36 +01: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
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
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
Bjørn Erik Jensen
1cafb97b52
#3254 #3395 MSW perforations export. Export MSW for perforations
2018-09-24 11:43:25 +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
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
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
93d2a1c640
#3091 Completion export. Ensure WELSPEC appears after well fracture report (if enabled)
2018-08-29 14:16:20 +02:00
Bjørn Erik Jensen
6b2359cb39
#3091 Completion export. Add WELSPECS/WELSPECL to exported file
2018-08-29 13:36:33 +02:00
Gaute Lindkvist
3ddf559856
#3230 Repeat COMPSEGS for each completion type.
2018-08-22 13:04:00 +02:00
Gaute Lindkvist
2ad935d39f
Clean up names for MswExportInfo class hierarchy
2018-08-21 13:36:28 +02:00
Gaute Lindkvist
5c635fa42d
#3233 , #3234 Multi segment well fracture: make lengths relative and implement along the well fractures.
2018-08-21 12:48:29 +02:00
Gaute Lindkvist
16560a7d81
#3183 Export Fractures as Multi Segment Wells.
2018-08-16 10:22:07 +02:00
Gaute Lindkvist
2987e6128d
#3198 Support LGR when exporting fishbone completions for multi segment wells.
...
* Also refactor RicMultiSegmentWellExportInfo to remove public member variables.
2018-08-13 15:10:03 +02:00
Gaute Lindkvist
ffd545c75c
#3183 Refactor MSW export code so fishbones structures are not needed at the time of formatting/writing
...
* Instead fill up the RicMultiSegmentWellExportInfo structures beforehand
2018-08-13 14:36:32 +02:00
Magne Sjaastad
f3d27e0af8
#3038 Fracture Completion Summary : Add fracture summary to compdat export
2018-08-09 11:33:48 +02:00
Magne Sjaastad
305fdfcfc8
Remove unused variables and functions
2018-04-19 07:19:29 +02:00
Magne Sjaastad
12fcb124c7
#2697 #2700 #2697 Export Completions
...
Rename to RicfExportSimWellFractureCompletions
Add missing parameters to RicfExportWellPathCompletions
Add support for individual export multiple completion types into separate sections of same file
2018-04-13 12:13:27 +02:00
Magne Sjaastad
108ef5eecc
#2544 Well CF Viz : Add basiz viz with spheres, add legend to view
2018-03-14 09:35:48 +01:00
Magne Sjaastad
716bb3184b
System : Replace tab with four spaces
2018-03-12 11:12:39 +01:00
Magne Sjaastad
8e8c168405
#2546 Well Connection Factors : Several changes related to data access
...
Moved rig classes from command feature into ReservoirDataModel\Completions\
2018-03-12 11:07:46 +01:00
Magne Sjaastad
dd34b0111a
#1968 Readability : Major whitespace changes
2018-02-07 14:07:00 +01:00
Magne Sjaastad
d111fde68b
#2425 Export Completions : Include cleanup
2018-01-31 10:20:47 +01:00
Magne Sjaastad
8fbd417c4f
#2425 Export Completions : Move function
2018-01-31 10:20:47 +01:00
Magne Sjaastad
c04ef6bbbf
#2425 Export Completions : Move app logic into separate file
2018-01-31 10:20:47 +01:00