Commit Graph
1609 Commits
Author SHA1 Message Date
magnesj d11e109c7e Fixes by clang-format 2020-11-06 06:18:34 -05:00
Kristian Bendiksen 2ec4e5a6c4 #6596 Rename from FractureModel to StimPlanModel. 2020-11-06 10:43:49 +01:00
Gaute Lindkvist 1482fdebf9 Add explicit constructor calls to parent class in RigWellPath 2020-10-26 10:43:14 +01:00
Gaute Lindkvist 9401a81097 Higher tolerances 2020-10-26 10:43:14 +01:00
Gaute Lindkvist 362dcb4dd1 Remove redundant part of hierarchical well paths 2020-10-26 10:43:14 +01:00
Gaute Lindkvist 7684596829 Well Path Groups 2020-10-26 10:43:14 +01:00
Gaute Lindkvist 90d4c2f9d3 More hierarchical work 2020-10-26 10:43:14 +01:00
Gaute Lindkvist 52e3214b0e Add Well paths to other well paths 2020-10-26 10:43:14 +01:00
Gaute Lindkvist 6622328622 Remove direct access to the well path field in RimWellPathCollection 2020-10-26 10:43:14 +01:00
Gaute Lindkvist aceac43652 Refactor RimWellPath and RigWellPath 2020-10-26 10:43:14 +01:00
Gaute Lindkvist 19a2e92a0a Make new code follow new C++17 guidelines 2020-10-22 10:36:30 +02:00
Gaute Lindkvist 90df4b8b54 Reduce number of warnings in the well log extractor
* Suitable for patch.
2020-10-22 10:36:30 +02:00
Kristian Bendiksen 309d9313bd #6597 Use and display scaled elastic properties. 2020-10-21 10:05:49 +02:00
Magne Sjaastad 03f659df0c #6771 Regression Test: Replace QMessageBox with RiaLogging::errorInMessageBox
Fix typo


Includes
2020-10-13 05:38:04 -04:00
Gaute Lindkvist 1204403448 Remove QDebug header 2020-10-12 15:51:59 +02:00
Gaute Lindkvist bb3dfd538c #6734 Fix segment order in MSW export and get well in error message
* Fixing the order also ends up removing the wrong segment discussed in the bug
2020-10-12 15:51:59 +02:00
Magne Sjaastad 53c39cdc73 CppCheck : Remove unused variables 2020-10-09 13:43:31 +02:00
Magne Sjaastad 2ee4f48a88 #6747 Tensor computations : Fix issues when creating the rotation matrix 2020-10-08 09:49:45 -04:00
Magne Sjaastad 2f03caa613 #5771 Export Completion: Report kh for Perforation Interval 2020-10-01 06:04:01 -07:00
Ruben Thoms b6cca51593 Adjusted according to review comments. 2020-10-01 03:29:25 -07:00
github-actions[bot] ef4894985a Fixes by clang-format 2020-10-01 03:29:25 -07:00
Ruben Thoms cc5335d46f Tensor flow improvements
New GUI settings for tensor length control, fluid selection, NNC data selection and aggregated visualization. Possibility to change vector start position. Improved vector visualization.
2020-10-01 03:29:25 -07:00
Ruben Manuel Thoms 3ae60d0b30 Revert "Merge branch 'dev' of https://github.com/OPM/ResInsight into dev"
This reverts commit a536ac2626, reversing
changes made to b92384211b.
2020-09-25 17:31:46 +02:00
Ruben Manuel Thoms a536ac2626 Merge branch 'dev' of https://github.com/OPM/ResInsight into dev 2020-09-25 17:09:27 +02:00
rubenthoms 9baa24e9ef Next iteration. 2020-09-23 18:40:05 +02:00
Kristian Bendiksen 3ac77e70cf Remove unused RigCell face faults code. 2020-09-22 08:37:41 +02:00
Ruben Manuel Thoms d365322437 Added new functions for computing triangle and polygon centroids. 2020-09-21 16:43:51 +02:00
Kristian Bendiksen fad6256d9e #6526 Fracture Model: Make TVD/MD values consistent in Deviation.FRK
The change in measured depth (MD) must be greater or equal to change in
true vertical depth (TVD), and this was not always the case due to
interpolation imprecision. Fixed by adjusting TVD.
2020-09-21 11:54:27 +02:00
Kristian Bendiksen 69a1901904 #6491 Fix range iterators which was creating data copies (clang10 warnings). 2020-09-15 11:04:39 +02:00
Kristian Bendiksen ef7517f1cb #6491 Improve code to remove clang warning 2020-09-15 11:04:39 +02:00
Kristian Bendiksen 02944f4eca Add ifdefs for OpenMP usage. 2020-09-14 21:46:27 +02:00
Kristian Bendiksen 81a93a80fd #6491 Remove unneccessary omp.h includes. 2020-09-14 21:46:27 +02:00
Kristian Bendiksen b0448043f3 Fix invalid MD interpolation for wells starting at zero depth.
The interpolation procedure adds a point at zero depth. If the well already
had a starting point there the interpolation would set all MD values to zero.
Fixed by adding the zero point only when necessary.
2020-09-08 07:27:21 +02:00
Kristian Bendiksen 0c275a6d9c Refactor well path geometry export to ".dev" file.
The code to generate the geometry data is extracted for easier reuse, and
differences between exporting visible and selected well paths removed.
2020-09-07 13:47:18 +02:00
Kristian Bendiksen a6ddf7e6c4 #2763 Use std::min and std::max instead of CVF_MAX and CVF_MIN 2020-09-01 08:12:44 +02:00
Magne Sjaastad 053bf5db12 gcc : Warning as errors : Move complete test into assert statement 2020-08-29 10:30:56 +02:00
Kristian Bendiksen d4d010c5d5 #6364 Add import, display and export of immobile fluid saturation.
Part of Stimplan "detailed fluid loss" format.
2020-08-26 07:01:16 +02:00
Gaute Lindkvist 9eb79fbb0e #6304 Improve stacked curve interpolation
* We no longer require the depth data to be well ordered.
2020-08-25 15:49:59 +02:00
Gaute Lindkvist 374478ab16 #6157 Move splitting of MSW segments to just before WELSEGS output
* this is to avoid it impacting on COMPSEGS and other output
2020-08-19 08:35:15 +02:00
Magne Sjaastad 40183ce640 Move function to private section 2020-08-13 14:17:13 +02:00
Kristian Bendiksen 96c42ac9dd Unify methods for calculation hydrostatic pore pressure. 2020-08-12 11:20:23 +02:00
Kristian Bendiksen b12db3f957 Use hydrostatic pore pressure calculation 2020-08-11 14:31:51 +02:00
Kristian Bendiksen fcc0f710d5 #6213 GeoMech: Add calculation of Mud Weight Window. 2020-08-06 15:23:15 +02:00
Gaute Lindkvist 77eafc6a6e Fix crash in well log curve interpolation for stacking 2020-07-27 08:47:01 +02:00
Gaute Lindkvist 48a9fa01bb Fix stacking crash in WellLogCurveData 2020-07-27 08:47:01 +02:00
Gaute Lindkvist 6856597770 Implement stacked well log curves 2020-07-27 08:47:01 +02:00
Gaute Lindkvist a723d0d1fa Refactor PLT stacked curve code to be more general 2020-07-27 08:47:01 +02:00
Magne Sjaastad e7fefbb119 #6128 WELSEGS export : Missing last segment 2020-06-22 14:31:58 +02:00
Kristian Bendiksen 19ee0310a9 #6065 Import "Fluid Loss Coefficient" and "Spurt Loss" from csv and export to frk. 2020-06-18 19:11:37 +02:00
Kristian Bendiksen f2696b003d #6064 Compute stress and stress gradients for fracture model plot. 2020-06-18 19:11:37 +02:00