Jacob Støren
61e9a2a696
#3958 First shot on time difference implementation
2019-01-30 16:46:16 +01:00
Jacob Støren
58ac488929
#3958 Refactoring : RigResultAccessorFactory simplification
...
To make the result address including basetimestep info reach the CellResultsData class.
2019-01-30 15:25:29 +01:00
Jacob Støren
8a5cbf60fd
#3958 Refactoring CaseCellResultsData to propagate result address with timelapse info all the way.
2019-01-29 12:44:23 +01:00
Magne Sjaastad
0a22515a3e
#3990 Rename
2019-01-29 11:57:27 +01:00
Jacob Støren
a3660cd496
#3958 Refactoring: Rename modifiable result access to make it easier to track in the code. The existing overloads made things harder to read.
2019-01-29 08:35:42 +01:00
Jacob Støren
fe53380a36
#3958 Refactoring: RigCaseCellResultsData: Reorder headerfile
...
to group the methods sensibly
2019-01-28 16:31:57 +01:00
Jacob Støren
dbb2a564a2
#3958 Refactoring: RigCaseCellResultsData: Remove the final result index based interface
2019-01-28 16:18:28 +01:00
Jacob Støren
3e3d3871ed
#3958 Refactoring: Remove scalarResultIndex from RigEclipseResultAddress
...
and real external use (outside CaseCellResultsData)
Regression tests OK.
2019-01-25 16:19:15 +01:00
Jacob Støren
98f2b50180
#3958 Refactoring: Remove more direct use of scalarResultIndex related to CellEdge
2019-01-25 16:19:15 +01:00
Jacob Støren
d8eded7d49
#3958 Refactoring: Removed result index from NNC data
2019-01-25 16:19:15 +01:00
Jacob Støren
8ee1d1491f
#3958 Refactoring: EclipseResultAddress can now be used with type and variable in addition to index (which is to be removed)
2019-01-25 16:19:14 +01:00
Jacob Støren
726f5ee596
Remove compiler warnings
2019-01-25 16:19:14 +01:00
Jacob Støren
42afa063d5
#3958 Refactoring: Rename to findOrLoadKnownScalarResult
...
to make it clear that it does not add a result name to the internal structures.
2019-01-25 16:19:14 +01:00
Jacob Støren
d0792d80c3
#3958 Refactoring : Moved formation names calculation into CaseCellResultsData.
...
Made one more method private.
2019-01-25 16:19:14 +01:00
Jacob Støren
70fc63056f
#3958 Refactoring: Privatized and renamed findTransmissibilityResults()
...
Narrower identification in header of methods needing refactoring attention
2019-01-25 16:19:14 +01:00
Jacob Støren
5a01fdb88e
#3958 Refactoring: Replaced result info based lookups with result address.
...
Replaced access of resultInfo as vector with single access based on address.
Moved RigEclipseResultAddress to a separate new file.
2019-01-25 16:19:13 +01:00
Jacob Støren
accc0768a1
#3958 Refactoring: Reordered the headerfile to outline the index-based methods needing refactorization
2019-01-25 16:19:13 +01:00
Jacob Støren
e21a0da543
#3958 Refactoring: Remove resultIndex in maxTimeStepResult
2019-01-25 16:19:13 +01:00
Jacob Støren
8e16d3ff20
#3958 Refactoring: Moved code into CaseCellResultsData.
...
Made methods private
2019-01-25 16:19:13 +01:00
Jacob Støren
ccfee8f34a
#3958 Starting refactoring of eclipse results addressing
...
Preparations for time diff results
2019-01-25 16:19:13 +01:00
Jacob Støren
b329f3acc7
#3992 Fixed memory overwrite (and arbitrary crashes) due to missing critical section.
...
The critical section is needed when doing geometry transfer from libecl in paralell.
Caused arbitrary crashes in completely unrelated code when compiled in release on a 32-core machine on windows
2019-01-25 12:27:43 +01:00
Gaute Lindkvist
26015753a3
Massively improve contour map speed by polygon simplification before clipping
2019-01-18 13:53:03 +01:00
Gaute Lindkvist
b1ad93f4b9
#3970 Contour Maps: improve edge look
...
* Remove excess tiny triangles around edges
* Remove labels from contour lines that overlap inner contour lines
2019-01-17 20:18:15 +01:00
Magne Sjaastad
d460d3d77d
#3944 clang-tidy : Apply modernize-deprecated-headers
2019-01-11 08:14:53 +01:00
Magne Sjaastad
81c3ee5df2
#3944 System : Improve code quality using clang-tidy
...
Remove redundant virtual and add override
2019-01-11 08:14:53 +01:00
Magne Sjaastad
6db80f40b9
#3856 Update copyright headers
2019-01-09 15:29:24 +01:00
Bård Skaflestad
6839c1cf77
ECLFluxCalc: Remove Unused 'useEPS' Constructor Parameter
...
Recent developments have rendered this parameter unused. Remove
it to make API simpler. The library now always loads arrays as
if the caller requests end-point scaling behaviour and we defer
effects of actual end-point scaling until client code queries
the flux calculator at run time.
2018-12-21 13:14:45 +01:00
Magne Sjaastad
e514a77a80
CppCheck : Add missing assignment to isOk
2018-12-21 12:32:25 +01:00
Gaute Lindkvist
a9f70a13b3
#3851 Just one ICV per completion, not one per segment.
2018-12-18 17:09:43 +01:00
Gaute Lindkvist
15576a9ae3
#3779 Preliminary AICD output
2018-12-07 15:48:18 +01:00
Gaute Lindkvist
f14d36ca23
#3442 Implement export of ICD/ICV table for performations
2018-11-29 15:26:22 +01:00
Jacob Støren
0f384cf4f7
#3724 Split the line annotation classes into separate files. Cleaned up includes
2018-11-28 12:10:08 +01:00
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