Commit Graph

1487 Commits

Author SHA1 Message Date
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
Gaute Lindkvist
5f84bd13a1 #5524 Stop asking for an address with the field name "SH".
* The field name was hardcoded as "SH" and compared to the name of the SH result-string, which isn't the same as the input parameter anymore
2020-02-12 10:51:09 +01:00
Magne Sjaastad
bad1156ad9 #5520 Completions : Set a threshold for transmissibility 2020-02-11 20:24:46 +01:00
Gaute Lindkvist
ae112bab64 #5494 Add user changable water density and change model for where WBS-curves meet 2020-02-11 08:11:07 +01:00
Magne Sjaastad
dfe6d0b94e Add derived summary case (#5496)
* #5488 Derived Summary Case : Refactor ensemble summary case

- Refactor ensemble summary case to be able to us as standalone derived summary case
- rename to RimDerivedSummaryCase
- allow negative values in well disk visualization

* #5488 Derived Summary Case : Add feature to create derived case
* #5487 Well Disks : Add scaling factor
2020-02-10 07:13:04 +01:00
Gaute Lindkvist
438febe049 #5472 Add indication of water depth to formation and casing track
* Also add lighter formation lines as an option and make this default for WBS plots
2020-02-07 13:52:42 +01:00
Gaute Lindkvist
6c566e0ec0 #5475 Make sg_EMW the default LAS-unit for WBS curves 2020-02-07 08:36:37 +01:00
Magne Sjaastad
cb30841d1e #5465 Allen : Guard access to data if no NNC data has been loaded 2020-02-04 16:07:06 +01:00
Gaute Lindkvist
56f07e6dae Allow intervals with only one valid value in curves 2020-02-04 11:42:31 +01:00
Gaute Lindkvist
a85745cb91 #5254 Support estimating RKB-diff from TVDMSL and MDRKB when first TVDMSL == 0
* Add warning when the RKB-diff cannot be estimated
2020-02-03 15:56:07 +01:00
Gaute Lindkvist
c9f5b47a90 Support different units when importing and exporting WBS LAS. 2020-02-03 15:56:07 +01:00
Jacob Støren
3c05ae04e6 #5420 Fix and improve mutithreading for "Additional-NNC" computations 2020-02-03 14:49:07 +01:00
Magne Sjaastad
7148bd73ae
Bubble plot (#5452)
Bubble plot issues #5209 #2285 #5308 

Co-authored-by: Kristian Bendiksen <kristian.bendiksen@gmail.com>
2020-02-03 12:20:35 +01:00
Magne Sjaastad
d8ef29a3c0
Merge pull request #5439 from OPM/nnc-improvements
Improve NNC results for complete NNC geometry
2020-01-30 13:34:28 +01:00
Magne Sjaastad
ce630c3067 #5406 NNC results : Initialize computed NNCs with zero transmissibility 2020-01-30 12:44:05 +01:00
Magne Sjaastad
b884fe8382 #5406 NNC results : Update computation for mult value
Based on discussion with @hhgs
2020-01-30 12:44:05 +01:00
Gaute Lindkvist
b40f3dcd39 #5399 Export LAS-curves of WBS-parameters with the LAS-name rather than the Ui name 2020-01-29 09:45:38 +01:00
Gaute Lindkvist
a399a843b0 #5399 WBS: rename LAS-parameters 2020-01-29 09:45:38 +01:00
Gaute Lindkvist
480ff8f707 Remove WBS-averaging over element 2020-01-29 09:45:38 +01:00
Magne Sjaastad
515ad7598b NNC computations : Disable hanging openMP loop
OpenMP hangs on some systems, disable until fixed properly.
2020-01-28 10:22:41 +01:00
Gaute Lindkvist
7251f47146 #5384 Make the WBS curves meet at water depth 2020-01-28 08:42:52 +01:00
Magne Sjaastad
8ecf5bc7eb #5405 Faults : Use cell index as ID for bounding box in AABB tree 2020-01-27 14:52:41 +01:00
Magne Sjaastad
1b2db894bf #5405 Faults : Use openMP when computing NNCs 2020-01-27 14:17:07 +01:00
Jacob Støren
529696de89
Merge pull request #5403 from OPM/feature-reservoir-surface-intersection-border
Feature reservoir surface intersection border
2020-01-27 08:47:53 +01:00
Jacob Støren
e021c4635c Add a more correct version of signedAreaPlanarPolygon as reference for later. 2020-01-24 15:57:14 +01:00
Jacob Støren
cb664d9820 Improved EarClipTesselator.
More resillient against zero area ears.
Less prone to make invalid traingles due to vertices touching edge
but might fail to produce triangles at all in that case.
2020-01-24 11:14:37 +01:00
Jacob Støren
1949940b96 Fix misleading parameter name 2020-01-24 09:44:28 +01:00
Gaute Lindkvist
1c283d9c2d #5164 Fix crash when adding LAS curve and support TVDRKB from LAS-files 2020-01-23 15:06:32 +01:00
Gaute Lindkvist
da884da05b Fix OBG0 las-file source 2020-01-22 09:28:46 +01:00
Gaute Lindkvist
56d141d4c3 Support setting Wbs-parameters from Python. 2020-01-22 09:28:46 +01:00
Gaute Lindkvist
954bf1e02e Support setting of child fields from Python and pass in WbsParameters if provided
Also fixes #5354
2020-01-22 09:28:46 +01:00
Magne Sjaastad
c5e0138072 Allen : Guard max number of connections with flow rate results 2020-01-21 07:57:35 +01:00
Magne Sjaastad
170e0ad173 #5273 Struct Grid: Add enum GridAxisType for IJK axis 2020-01-20 22:19:10 +01:00
Magne Sjaastad
63381756f4
Merge pull request #5353 from OPM/allen-completenncs-2
Allen Results
2020-01-19 16:08:50 +01:00
Magne Sjaastad
71b118e7fb #5273 Allen Diagrams: Create special geometry for Allen NNC results 2020-01-17 14:44:36 +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
Magne Sjaastad
3eb43342af #5273 Allen Diagrams: Rename 2020-01-17 08:41:19 +01:00
Magne Sjaastad
fa791d0568 #5273 Allen Diagrams: Compute complete set of NNCs
Add class RigNncConnection
Implement algorithm to compute the complete set of Nncs
2020-01-17 08:41:18 +01:00
Magne Sjaastad
360893817e #5273 Allen Diagrams: Add RigCellFaceGeometryTools 2020-01-17 08:41:18 +01:00
Magne Sjaastad
0abd839669 #5273 Allen Diagrams: Use const access to Nnc connections 2020-01-17 08:41:16 +01:00
Magne Sjaastad
6761a71798 #5273 Allen Diagrams: Move result names to RiaNccDefines 2020-01-17 08:41:15 +01:00
Gaute Lindkvist
e5d7af4c18 Remove unused variable 2020-01-16 14:33:33 +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
899d1a6f78
Merge pull request #5328 from OPM/fix-cumulative-phase-distr
UI changes for cumulative phase distribution
2020-01-12 18:11:40 +01:00
Magne Sjaastad
7de6fda595 #5326 Phase Distribution : Make sure Eclipse case is open 2020-01-12 13:22:52 +01:00
Magne Sjaastad
e1d0082e82 #5319 Diff case : Include all destination time steps when base time step is defined 2020-01-10 20:45:10 +01:00
Gaute Lindkvist
a58d854030 Fix problem with black background in snapshot export 2020-01-09 14:41:00 +01:00
Gaute Lindkvist
10f749f356 #5219 Implement support for TVDRKB for well log depth
* Also show air gap in title when TVDRKB is selected and not otherwise
2020-01-08 14:35:48 +01:00
Jacob Støren
e6d96316d4 #5285 Visualization and update of Surfaces 2020-01-08 12:11:10 +01:00