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
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
Magne Sjaastad
726658d642
#3512 System : Remove unused functions
2018-10-18 15:40:11 +02:00
Magne Sjaastad
766fea603e
#3512 System : Remove unused functions
2018-10-18 15:14:25 +02:00
Magne Sjaastad
5a1acc124f
#3512 System : Remove unused functions
2018-10-17 13:52:48 +02:00
Gaute Lindkvist
fd3b68834d
Renamed RigTernaryResultAccessor2d.h|cpp to remove the 2d.
2018-10-17 13:26:44 +02:00
Gaute Lindkvist
222ac5137f
#3498 Implement 2d grid projection prototype with regular grid.
2018-10-16 10:44:25 +02: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
0174ee03e1
#3412 Non-Darcy Perf intervals : Simplify calculations
2018-10-11 12:50:57 +02:00
Bjørn Erik Jensen
676d14e65c
Mock model. Set LGR name
2018-10-10 11:46:32 +02:00
Magne Sjaastad
9d9771295f
System : Replace NULL with nullptr
2018-10-10 10:17:27 +02:00
Bjørn Erik Jensen
c7f6c74869
#3473 LGR Export. Support for exporting a single LGR for per well. Warning if completions intersect with existing LGR
2018-10-10 09:04:35 +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
Gaute Lindkvist
dff3a0536d
#3429 Apply well radius correction to linear fracture to well transmissibility.
2018-10-02 08:46:24 +02:00
Magne Sjaastad
70a7b3ae5c
Fracture Completion Report : Use areaOpenForFlow() and remove unused function
2018-09-28 13:42:02 +02:00
Magne Sjaastad
c21655f2b4
Transmissibiliy Equations : Move function to private section
2018-09-28 09:39:10 +02:00
Bjørn Erik Jensen
492904d465
Fix warnings
2018-09-27 10:01:45 +02:00
Bjørn Erik Jensen
ade352a259
Rename method
2018-09-27 09:55:28 +02:00
Bjørn Erik Jensen
d4dde531a8
#3328 2d intersection view. Fix misplaced perforation interval
2018-09-27 09:48:08 +02:00
Bjørn Erik Jensen
bd346536c7
#3243 Completion type. Exclude cells having a subgrid from well path intersection
2018-09-26 15:35:48 +02:00
Gaute Lindkvist
301e05caa0
#3409 Add time dependent mat to frac dP option
2018-09-25 10:15:11 +02:00
Magne Sjaastad
f61b82dd35
System : System : Introduce compiler warning 4456 with fixes
2018-09-25 07:37:40 +02:00
Magne Sjaastad
4009d4d63b
System : Introduce compiler warning C4457 with fixes
2018-09-24 21:20:35 +02:00
Gaute Lindkvist
62f36faa12
#3394 Differential Depletion: Flux as a scaling factor for transmissibility.
2018-09-21 12:51:37 +02:00
Gaute Lindkvist
38d3b666e6
#3383 Make transmissibility condenser behave well with zero internal degrees of freedom.
2018-09-21 12:50:28 +02:00
Magne Sjaastad
7adf7e1e31
Fix some warnings
2018-09-20 16:24:11 +02:00
Magne Sjaastad
a7f14a0cb5
Whitespace
2018-09-18 08:15:23 +02:00
Gaute Lindkvist
c1ec5e088b
Fixup after review
2018-09-17 10:51:45 +02:00
Gaute Lindkvist
934c4fffd8
#3193 First implementation of pressure differential depletion scaling.
2018-09-17 10:51:45 +02:00
Gaute Lindkvist
9953c56c35
Make mean calculators more consistent and add an harmonic mean calculator.
2018-09-17 10:51:45 +02:00
Magne Sjaastad
b604d26e90
#3340 Fix some warnings
2018-09-11 21:56:15 +02:00
Magne Sjaastad
251dc050d0
#3032 Completion Export Fracture Header : Exclude truncated cells
2018-09-11 14:28:31 +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
Jacob Støren
01673f31cb
Remove uninitialized variable used compiler warning
2018-09-11 08:36:00 +02:00
Magne Sjaastad
bbebbf108f
#3340 Remove unused variables
2018-09-10 10:27:54 +02:00
Gaute Lindkvist
c1884bb67e
#3340 Well Bore Stability (and warning level): Check for valid segment stress before calculating stability curves.
...
* This removes a compile time warning about unused validSegmentStress variable.
2018-09-10 10:26:12 +02:00
Gaute Lindkvist
2932545ed8
#3333 Rename POISSON_RATIO to RATIO for element property tables.
2018-09-07 10:51:50 +02:00
Gaute Lindkvist
8eda5bcbb9
#3313 Implement weighted average of WBS data.
2018-09-07 10:49:00 +02:00
Gaute Lindkvist
51434dd304
#3316 , #3317 Change order of preference for Pore Pressure and set valid regions for SFG and FG.
2018-09-07 10:49:00 +02:00
Gaute Lindkvist
847c6127b0
#3308 Fix formation names in well log tracks.
2018-09-05 15:19:22 +02:00
Magne Sjaastad
58f8b3bfbb
Rename
2018-09-05 12:43:25 +02:00
Gaute Lindkvist
5a2ecf25c2
Rename measuredDepth and TVD methods in well log extractor code
2018-09-04 12:02:23 +02:00
Gaute Lindkvist
4c84bbb8a3
#3014 and #3022 Well Bore Stability: LAS and element table input and cleaned up extraction code.
2018-09-04 12:01:07 +02:00
Gaute Lindkvist
b4e2a58327
Well Bore Stability: Fix a couple of weaknesses in SFG and FG solver.
...
* Make sure absolute value is used for range
* Make sure we check for wrong convergence as well as no convergence for secant method.
2018-09-04 09:33:48 +02:00
Gaute Lindkvist
4fd9cdfda3
#3300 Fix crash when loading formation indices as part of a project file.
...
* Rename structGrid() to getOrCreateStructGrid() to make it obvious that it allocates internally.
2018-09-04 09:33:48 +02:00
Bjørn Erik Jensen
6b2359cb39
#3091 Completion export. Add WELSPECS/WELSPECL to exported file
2018-08-29 13:36:33 +02:00
Magne Sjaastad
9e3a100bcc
#3253 OpenMP : Give name to all critical sections
2018-08-27 13:04:29 +02:00
Gaute Lindkvist
0ccbd4e153
#3263 Well Bore Stability: Use a constant tangent for FG and SFG within a cell.
2018-08-27 11:33:01 +02:00
Magne Sjaastad
1fc6aca10b
#3269 Compdat Export Performance : Use const access
2018-08-24 15:50:27 +02:00
Magne Sjaastad
5f52dae545
#3269 Compdat Export Performance : Load all data before loop
2018-08-24 15:50:27 +02:00
Bjørn Erik Jensen
7369ce56ba
#3114 compdat export. Improve performance
2018-08-20 11:47:41 +02:00
Gaute Lindkvist
16560a7d81
#3183 Export Fractures as Multi Segment Wells.
2018-08-16 10:22:07 +02:00
Magne Sjaastad
2ddc3d77df
#3089 Non-Darcy longitudinal : Add support for longitudinal fractures
...
- move non-darcy data from template to fracture, as this data is now depending of fracutre
- compute weighted average of stimplan width and conductivity based on fracture perforation length
- use referringPtrFields() to find fractures using this fracture template
2018-08-15 09:53:52 +02:00
Magne Sjaastad
4c75e2514d
#3089 Move text parsing for unit conversion
2018-08-15 09:53:52 +02:00
Magne Sjaastad
45f0f6b485
Whitespace and rename
2018-08-15 09:53:52 +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
Magne Sjaastad
252950e625
#3197 Refactoring : Add const keyword
2018-08-10 15:34:27 +02:00
Magne Sjaastad
d612362d4b
#3197 Refactoring : Add const keyword and use const ref
2018-08-10 14:12:14 +02:00
Magne Sjaastad
ce085a03ca
#3038 Fracture Completion Summary : Remove obsolete helper feature
2018-08-09 11:44:54 +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
de5cced38f
#3038 Fracture Completion Summary : Add fracture grid calculator
2018-08-09 11:15:47 +02:00
Gaute Lindkvist
c869ce4430
#3186 Fix crash when selecting element nodal (and some other types) for some GeoMech well log curves.
2018-08-08 08:10:56 +02:00
Magne Sjaastad
8425ea96ad
#3185 Remove FixedArray
2018-08-07 10:37:52 +02:00
Magne Sjaastad
aeae19c748
#3185 Use std::array instead of FixedArray
2018-08-07 10:07:42 +02:00
Magne Sjaastad
e5c8c07d1f
Performance : Move object allocation outside loop
2018-08-07 09:24:05 +02:00
Magne Sjaastad
9617128464
Use override keyword
2018-08-07 07:58:58 +02:00
Magne Sjaastad
59d6e89fe0
#3038 Minor refactoring
...
Use empty()
Use const ref
2018-08-07 07:24:39 +02:00
Magne Sjaastad
793b56f6f4
#3038 Fix double check of same error state
2018-08-07 07:20:42 +02:00
Magne Sjaastad
0e14499561
#3038 Fix typo
2018-08-06 09:36:42 +02:00
Magne Sjaastad
fe07b60392
CppCheck : Several fixes
...
Add missing initializers
Guard potential null pointer access
2018-08-02 19:22:03 +02:00
Magne Sjaastad
91552c155a
#3090 Add findReservoirCellIndexFromPoint
2018-08-02 13:51:38 +02:00
Magne Sjaastad
5aa46fe855
#3177 COMPDAT Export : Add logging and return if required data is missing
2018-07-30 10:30:13 +02:00
Magne Sjaastad
b32a3f229f
Whitespace changes
2018-07-30 10:21:42 +02:00
Gaute Lindkvist
be63eb5aef
#3160 Use cell centre depth for well bore stability curves
2018-07-16 08:57:28 +02:00
Bjørn Erik Jensen
cc87da2ae0
#3106 Ensemble calculations. Hash only ensemble parameters common to all cases. Move cases validation
2018-07-04 14:36:14 +02:00
Gaute Lindkvist
3dec239c99
#3132 Increase legend sample line lengths and scale by curve thickness
...
* Otherwise we can't distinguish between curves in the legend.
2018-07-04 11:10:32 +02:00
Gaute Lindkvist
0bbe0db394
#3137 Make sure azimuth angles are clockwise and 0 to 360.
2018-07-04 11:10:32 +02:00
Jacob Støren
dc95b217c5
#2609 Update the visualization when the well path geometry definition changes
2018-07-02 16:31:55 +02:00
Gaute Lindkvist
0a0cb584b5
Move hard coded parameter names to RiaDefines
2018-07-02 10:29:32 +02:00
Gaute Lindkvist
76f0126e59
Move rkbDiff calculation code to RigWellPath so it can be shared instead of copied.
2018-07-02 10:29:30 +02:00
Magne Sjaastad
386726a92f
Transmissibility Calc : Early exit if no transmissibilities
2018-06-28 13:52:22 +02:00
Bjørn Erik Jensen
898df5b68a
#3096 Implemented ensemble calulations
2018-06-25 15:15:30 +02:00
Gaute Lindkvist
fab83846e6
#3095 Add PP, OBG and SH to well path derived extraction curves.
2018-06-25 08:37:26 +02:00
Gaute Lindkvist
6cd5ae9e22
#3093 Implement Azimuth and inclination well path derived extraction curves.
...
* Needed improvement of tangent calculation. Take the tangent from the well path, not the two intersection points.
2018-06-25 08:37:26 +02:00
Gaute Lindkvist
9fe1c7de6c
Remove some debug hardcoded code paths for Well Path Derived Well log extraction curves
2018-06-25 08:37:26 +02:00
Magne Sjaastad
5114e05156
#3035 Fault Truncation: Add polygon subtraction
2018-06-22 17:14:28 +02:00
Gaute Lindkvist
5fc795a24a
#3061 Implement Memory Cleanup for eclipse data.
2018-06-20 11:46:19 +02:00
Gaute Lindkvist
e3e4e79340
Improve encapsulation of RigEclipseResultInfo
...
* To make it more suitable for looking up results.
2018-06-20 11:46:19 +02:00
Gaute Lindkvist
51631fda6e
#3027 Disable averaging of Fracture Gradient and Shear Failure Gradient
2018-06-20 11:46:19 +02:00
Bjørn Erik Jensen
508f33903f
Delete files that should have been deleted in an earlier commit
2018-06-20 10:16:15 +02:00
Bjørn Erik Jensen
eebd8bef2d
Move RigCurveDataTools and RigTimeHistoryCurveMerger to Application/Tools plus rename
2018-06-08 15:10:45 +02:00
Bjørn Erik Jensen
69accdc4c6
#2659 Ensemble statistics. First version
2018-06-07 10:04:16 +02:00
Gaute Lindkvist
5b0a185549
Fix Linux build by removing use of Invoke and including some headers
2018-06-06 13:22:35 +02:00
Gaute Lindkvist
4ddacad385
#2680 . First reasonable Fracture Gradient and Shear Failure Gradient estimation.
...
Caveats:
* Hard coded poissonRatio = 0.25
* Hard coded UCS to 100 bar (fairly close to average value for shale in literature).
2018-06-06 12:03:08 +02:00
Magne Sjaastad
3505b9d31a
Debug Tools : Add globalCellIndicesToOneBasedIJKText used as input to cell based range filter
2018-05-31 15:29:55 +02:00
Bjørn Erik Jensen
0b4156da02
#2660 Ensemble curves. Curve filtering
2018-05-31 10:24:16 +02:00
Bjørn Erik Jensen
2bd1bd777c
Case realization parameters. Fix logical bug
2018-05-31 10:24:15 +02:00
Bjørn Erik Jensen
56d0112b07
Case realization parameters. Return empty object and method name change
2018-05-31 10:24:15 +02:00
Bjørn Erik Jensen
d043545747
Case realization parameters. Replaced HUGE_VAL by numeric_limits
2018-05-31 10:24:15 +02:00
Magne Sjaastad
54f5ab66b4
#2969 Add const to currentActiveCellInfo
2018-05-31 08:30:04 +02:00
Gaute Lindkvist
ee7bd79fcb
#2980 Renaming of lastNormal vectors.
2018-05-30 15:37:18 +02:00
Gaute Lindkvist
cf64f5f70d
#2980 Include interpolated previous normal for determining direction of current normal
2018-05-30 15:37:17 +02:00
Gaute Lindkvist
70bcd25c86
#2945 Flip normals if the average well path normals doesn't match the requested direction.
2018-05-30 15:37:17 +02:00
Magne Sjaastad
6a41ad14c3
Fix typo
2018-05-29 10:51:54 +02:00
Magne Sjaastad
be14877525
#2970 Faults : Code cleanup
2018-05-25 11:31:21 +02:00
Gaute Lindkvist
14a5fd4009
#2959 Fix crash when loading ODB file without overburden.
2018-05-25 09:36:46 +02:00
Gaute Lindkvist
956d221c48
#2878 Use correct keyword for solvent data (SSOL not SSOLVENT)
2018-05-14 10:41:23 +02:00
Gaute Lindkvist
3360973e87
Use SSOLVENT in calculating SOIL if present
2018-05-11 15:45:31 +02:00
Magne Sjaastad
4f4a12b636
#2868 Completion Type : Rename
2018-05-09 11:48:37 +02:00
Magne Sjaastad
9bb8f36052
#2868 Completion Type : Compute completion type based on virtual connection factors
2018-05-09 11:48:37 +02:00
Magne Sjaastad
9e6e2e8735
#2868 Completion Type : Use const pointer
2018-05-09 11:48:37 +02:00
Gaute Lindkvist
47ed8dac74
Fix crash due to wrong closest index comparison in RigSimulationWellCoordsAndMD
2018-05-09 10:44:29 +02:00
Gaute Lindkvist
f24fb4aaec
Fix crash due to global/local grid index mixup when creating fractures on SimWellPaths.
...
* Introduces a convenience method on the main grid
* Also converts some callers to use the convenience method.
2018-05-09 10:44:29 +02:00
Bjørn Erik Jensen
e4aa7d681d
#2852 OPM. Updated flow diag solver interface after OPM upgrade
2018-05-07 14:43:24 +02:00
Gaute Lindkvist
a165172723
#2847 Add a fall back dominant direction (0, -1, 0) if the path does not extrude in z-direction.
...
* This direction means Left will cause it to go -x and Right +x so that the directions are correct with respect to "Left" and "Right" when you look "North".
2018-05-03 13:39:39 +02:00
Bjørn Erik Jensen
92fd4183a9
#2797 Ensemble curves. Support for text ensemble parameters. Unit test
2018-05-03 09:55:13 +02:00
Magne Sjaastad
9ac3d806e2
#2663 Rename
2018-04-23 23:06:21 +02:00
Magne Sjaastad
d5bdd1f7a1
#2765 Completions : Use max available diameter when combining multiple completions in same cell
2018-04-19 14:55:14 +02:00
Magne Sjaastad
305fdfcfc8
Remove unused variables and functions
2018-04-19 07:19:29 +02:00
Gaute Lindkvist
01a1f660e7
3D Well Log Curves ( #2746 ): Handle set scale.
...
* Transform to display coordinates *before* calculating normals and generating curves.
2018-04-18 11:33:04 +02:00
Magne Sjaastad
f3a235b9df
#2748 Completion Type Calculations : Remove unused code
2018-04-17 14:42:15 +02:00
Magne Sjaastad
ba3074ff08
#2748 Completion Type Calculations : Use findIntersectedGlobalCellIndices
2018-04-17 14:42:15 +02:00