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