Magne Sjaastad
83914006fd
Convert to enum class
2020-04-24 11:40:22 +02:00
Magne Sjaastad
c82df63e10
#5101 clang-format: Adjusted penalties
...
Use lower absolute values to improve control of behavior
2020-02-12 13:35:31 +01:00
Magne Sjaastad
10f0abc9b5
#5101 clang-format: Allow short functions on a single line
...
Use AllowShortFunctionsOnASingleLine: InlineOnly
2020-02-12 13:35:31 +01:00
Magne Sjaastad
bad1156ad9
#5520 Completions : Set a threshold for transmissibility
2020-02-11 20:24:46 +01:00
Magne Sjaastad
17f2c71a11
D-factor: Implement combination of multiple completions in same cell ( #5349 )
...
* #5345 Fractures : Report combined result for multiple completions in same cell
2020-01-17 09:55:47 +01:00
Jacob Støren
581196d5a1
#5313 Switch to use FullPivLU instead of the default PartialPivLU
...
when inverting Tii.
The full pivoting is more robust against numerical issues, and to fracture islands.
2020-01-13 14:07:41 +01:00
Magne Sjaastad
57cab2457e
clang-format : Set PenaltyBreakAssignment to 130
2019-11-04 15:08:09 +01:00
Magne Sjaastad
7c8cf60dba
clang-format : Set AllowAllParametersOfDeclarationOnNextLine to false
2019-11-04 14:35:41 +01:00
Magne Sjaastad
cd054f2170
Janitor : Use const ref when possible (2)
2019-11-03 14:08:21 +01:00
Magne Sjaastad
c2b4e6b6ca
clang-format on all files in ApplicationCode, run two
2019-09-06 10:57:31 +02:00
Magne Sjaastad
fe9e567825
#4683 clang-format on all files in ApplicationCode
2019-09-06 10:57:22 +02:00
Magne Sjaastad
ef80f5b629
#4683 System : Remove obsolete include of cvfBase.h
2019-09-06 10:52:54 +02:00
Magne Sjaastad
b786c2c5f3
#4348 System , cppcheck : Remove unused functions
2019-04-21 07:53:52 +02:00
Magne Sjaastad
8cefcbb562
#4348 System , cppcheck : Remove unused variables
2019-04-20 15:11:21 +02: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
Magne Sjaastad
6db80f40b9
#3856 Update copyright headers
2019-01-09 15:29:24 +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
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
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
ef17a7c057
#3657 Temporary LGR : Set transmissibility to zero for temporary grid cells in non-active cells
2018-11-09 14:12:17 +01:00
Gaute Lindkvist
7f7fd91f20
#3546 Remove Pressure Depletion candidates that are definitely going away.
2018-10-29 10:00:39 +01: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
Magne Sjaastad
6346ed012c
clang-tidy : Remove redundant 'virtual' and add 'override'
2018-10-18 19:45:57 +02:00
Magne Sjaastad
766fea603e
#3512 System : Remove unused functions
2018-10-18 15:14:25 +02:00
Magne Sjaastad
0174ee03e1
#3412 Non-Darcy Perf intervals : Simplify calculations
2018-10-11 12:50:57 +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
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
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
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
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
Magne Sjaastad
58f8b3bfbb
Rename
2018-09-05 12:43:25 +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
Gaute Lindkvist
16560a7d81
#3183 Export Fractures as Multi Segment Wells.
2018-08-16 10:22:07 +02:00