Magne Sjaastad
268fc4f368
#3753 : Non-Darcy perforations : Add calculation of effective height
2018-11-26 10:07:35 +01:00
Gaute Lindkvist
9dc2452ba1
#3739 Fix crash in Well Bore Stability plots for synt_small.odb
2018-11-22 13:39:08 +01:00
Magne Sjaastad
13f8ad5ea8
#3712 Non-Darcy Perforations : Adjust computation of 'kh'
2018-11-22 09:13:56 +01:00
Magne Sjaastad
eebab64625
#3713 Fracture header : Compute matrix permeability and create weighted average
2018-11-21 13:44:31 +01:00
Magne Sjaastad
bc12dc44eb
#3713 Fracture header : Add computation of matrix permeability
2018-11-21 13:43:15 +01:00
Magne Sjaastad
212f80f92e
#3709 Fracture : Mix of both main grid and LGR cells when computing completion data
2018-11-19 21:31:03 +01:00
Magne Sjaastad
cbc0e55303
#3686 Completion Export : Fix less than operator for RigCompletionDataGridCell
2018-11-14 12:22:08 +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
1121abbfac
#3686 Completion Export : Add null pointer guard
2018-11-14 11:32:14 +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
47edac084f
#3676 Hide riOilColumn when RESINSIGHT_DEVEL isn't set
2018-11-13 14:53:13 +01:00
Magne Sjaastad
ef17a7c057
#3657 Temporary LGR : Set transmissibility to zero for temporary grid cells in non-active cells
2018-11-09 14:12:17 +01:00
Magne Sjaastad
fe3fe5c8f8
#3641 LAS file import : Add support for MD as depth channel name
2018-11-09 08:47:14 +01:00
Gaute Lindkvist
03cfa8f146
#3644 Move hex overlap code to RigCellGeometryTools and clamp in z-direction as well.
...
* The latter is not important for 2d Maps because the height of the 2d extrusion is always at least as much as the cells.
* However this makes it so the code can estimate overlap with bounding boxes that do not reach the full height of the hexahedron.
* Also added unit tests.
2018-11-08 15:53:10 +01:00
Gaute Lindkvist
25b45fb8fc
#3644 Write unit test for cell volume calculation and fix negative volumes for "flipped" cells.
2018-11-08 13:46:57 +01:00
Gaute Lindkvist
ad9f86a517
#3630 2d Maps: schedule update of volumes when creating LGRs
2018-11-08 12:52:28 +01:00
Gaute Lindkvist
c67469b410
#3627 2d Maps: Nearly true volume of intersection weighing + riOilVolume result
...
* Takes the volume summation error from around 30% -> 1.5-2.0% for Norne and TEST10K_FLT_LGT_NNC for sample
spacing approximately the same as grid characteristic size.
* The latter part is for #3630 and adds a special case for calculating 2d Maps SUM of riOilVolume since it needs
to avoid using the actual riOilVolume 3d result but instead use SOIL to avoid multiplying by cell volume twice.
2018-11-08 11:52:19 +01:00
Gaute Lindkvist
50a0924f84
#3630 Fix volume sum calculation to avoid multiplying by volume twice.
2018-11-08 11:52:19 +01:00
Gaute Lindkvist
ef4b70d6e5
#3630 Implement volume calculation on grid
2018-11-08 11:52:19 +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
056c22b8af
#3625 Fracture header : Add computation of permeability
2018-11-05 10:53:35 +01:00
Bjørn Erik Jensen
81608990a0
#3470 InFlow model. New class RiaCellDividingTools. Moved method from RigCellGeometryTools
2018-10-31 14:47:03 +01:00
Bjørn Erik Jensen
d2249e4d17
#3581 Temp LGR. No recreation of faults after creating temporary LGRs
2018-10-30 11:41:35 +01:00
Bjørn Erik Jensen
a1c8275eed
#3553 Temp LGR. Error handling, bug fixes
2018-10-29 10:53:29 +01:00
Gaute Lindkvist
7f7fd91f20
#3546 Remove Pressure Depletion candidates that are definitely going away.
2018-10-29 10:00:39 +01:00
Magne Sjaastad
7febeba433
#3563 Temporary LGR : Use infinity() instead of max()
2018-10-25 22:23:58 +02:00
Magne Sjaastad
47f3004cd0
#3554 Temprorary LGR : Set several properties to undefined (infinity)
2018-10-25 21:08:29 +02:00
Magne Sjaastad
cc8f42f878
#3554 Temprorary LGR : Early exit if no active cells
2018-10-25 21:08:29 +02:00
Magne Sjaastad
23d6e8ee2a
Merge pull request #3548 from bska/scaling-bugfix
...
Update Flow Diagnostics Application Library
2018-10-25 14:47:12 +02:00
Magne Sjaastad
b9465c070f
#3549 Temporary LGR : Make sure values are recomputed when required
2018-10-25 14:36:35 +02:00
Magne Sjaastad
d35888b5de
Remove obsolete include
2018-10-25 14:16:45 +02:00
Magne Sjaastad
74bcc84281
#3549 Temporary LGR : Use activeCellCount when creating a property not found on file
2018-10-25 14:11:52 +02:00
Bård Skaflestad
dc8931f782
Update Flow Diagnostics Application Library
...
Fixes incorrect horizontal and vertical end-point scaling of model's
saturation functions.
API Change: No longer supports user-selected behaviour for treating
scaled end-points with a sentinel value (-1.0E+20). That option was
introduced due to incomplete understanding of the semantics of the
sentinel value. Now that we understand the meaning (use actual,
unscaled end-point value from input table), we no longer need the
option. Update the calling code in RigFlowDiagSolverInterface.cpp
accordingly.
2018-10-25 13:40:08 +02:00
Magne Sjaastad
58655c481e
#3549 Temporary LGR : Make sure size of depth properties is at least active cell count
2018-10-25 13:12:55 +02:00
Magne Sjaastad
e0202f87af
#3549 Temporary LGR : Use activeCellInfo when computing depth properties
2018-10-25 11:50:29 +02:00
Magne Sjaastad
29c89eb135
#3549 Temporary LGR : Do not append temporary result values if no data is read from file
2018-10-25 11:50:29 +02:00
Magne Sjaastad
166d7dcb6c
#3549 Temporary LGR : Delete cached extractors and redraw curves
2018-10-24 13:17:33 +02:00
Magne Sjaastad
6445ab05fe
#3531 Temporary LGR : Simplify adding of grid to active cell info
2018-10-24 13:17:33 +02:00
Magne Sjaastad
145323d8b1
#3531 Temporary LGR : Compute size dependent data for LGR
2018-10-24 13:17:33 +02:00
Magne Sjaastad
2e248fee2a
#3531 Temporary LGR : Rebuild cell bounding box search tree
2018-10-24 13:17:33 +02:00
Magne Sjaastad
08776a09b3
#3531 Temporary LGR : Move function and whitespace changes
2018-10-23 21:36:20 +02:00
Magne Sjaastad
577a706b57
#3531 Temporary LGR : Copy value from main grid cell to temporary cells
2018-10-23 21:29:23 +02:00
Magne Sjaastad
76a48a8f87
#3531 Temporary LGR : Add helper methods for grid and cell count
2018-10-23 15:28:04 +02:00
Magne Sjaastad
d2972d144a
#3531 RigMainGrid : Several refactoring operations
...
Move impl to cpp
Remove obsolete includes
Whitespace fix
2018-10-23 15:12:46 +02: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
59f0112f2e
#3534 Completion Export : Guard for missing width values
2018-10-19 15:28:13 +02:00
Bjørn Erik Jensen
fd1df547f9
Fix warning
2018-10-19 11:33:31 +02:00
Bjørn Erik Jensen
9d90f54d5f
#3474 LGR Export. Create temporary LGR. Take 1
2018-10-19 10:44:07 +02:00
Bjørn Erik Jensen
3edfd1dca6
LocalGrid. Move implementation to cpp file
2018-10-19 10:43:17 +02:00
Magne Sjaastad
6346ed012c
clang-tidy : Remove redundant 'virtual' and add 'override'
2018-10-18 19:45:57 +02:00