Commit Graph

1006 Commits

Author SHA1 Message Date
Kristian Bendiksen
c61329bf9a #7072 Warn when geological frk export produces NaN or inf.
This can happen when the elastic properties are not defined for the
entire range of porosity in the grid.
2020-12-07 14:06:35 +01:00
Kristian Bendiksen
7d3bb68b28 #7021 StimPlanModel export: Set default values for invalid stress gradients. 2020-11-20 15:09:52 +01:00
Kristian Bendiksen
9175806e6b #6930 StimPlanModel: Warn when exporting models with more than 100 layers. 2020-11-20 12:29:25 +01:00
Magne Sjaastad
203cccaef2 #6978 Fault Import : Make sure faults in separate text file is imported 2020-11-13 01:13:50 -08:00
Magne Sjaastad
1a3a155d36 Merge remote-tracking branch 'origin/2020.10-patch-01' into dev 2020-11-12 09:06:28 +01:00
jonjenssen
7f3df954ad Bugfix: show y axis text even if ensemble and summary curves are turned off. 2020-11-11 09:01:07 -05:00
magnesj
0258874e17 Fixes by clang-format 2020-11-09 08:31:57 -05:00
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
Magne Sjaastad
70dfdd9a41 #6869 Coarse Grid: Make sure empty coarsening cells are handled correctly
Based on fix by Jean-Paul Balabanian <jpb@equinor.com>
2020-11-03 04:34:40 -05:00
Magne Sjaastad
6f82255867 #6869 Coarse Grid: Make sure empty coarsening cells are handled correctly
Based on fix by Jean-Paul Balabanian <jpb@equinor.com>
2020-10-30 17:25:51 +01:00
Gaute Lindkvist
aceac43652 Refactor RimWellPath and RigWellPath 2020-10-26 10:43:14 +01:00
Kristian Bendiksen
390dbe5cc5 Move export to frk command from model plot to model. 2020-10-22 09:07:27 +02:00
Kristian Bendiksen
7d456f1cbb Refactor fracture model result calculation to be independent of display. 2020-10-22 09:07:27 +02:00
Kristian Bendiksen
e830629dbf #6526 Fracture Model: Increase precision in Deviation.FRK export 2020-10-21 11:22:19 +02:00
Kristian Bendiksen
f496e62123 #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.
2020-10-21 11:22:19 +02:00
Kristian Bendiksen
f4eefc3e08 #6597: Add python api for adding elastic properties scaling. 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
Magne Sjaastad
ef1b5a3d89 #6771 Regression Test: Remove unused includes 2020-10-13 05:38:04 -04:00
Gaute Lindkvist
c291f22d4d #6759 Fix freeze when loading project with input grid 2020-10-12 15:51:59 +02:00
Magne Sjaastad
29aa37084a CppCheck : Skip duplicate tests 2020-10-09 13:53:16 +02:00
Magne Sjaastad
53c39cdc73 CppCheck : Remove unused variables 2020-10-09 13:43:31 +02:00
Ruben Thoms
ee4311ca10 Bugfix: Creation of difference summary addresses
Difference summary addresses were also added for history summary addresses.
2020-10-06 12:14:22 -04:00
Ruben Thoms
77b2b71282 Fixes #6718.
Also made function for historyIdentifier and made it and differenceIdentifier public.
2020-10-06 12:14:22 -04:00
Magne Sjaastad
c23c735be3 #6481 Summary Plot: Detect cumulative fluid components 2020-10-01 12:17:54 -07:00
Kristian Bendiksen
f9ff4c73df #6595 Fracture Model: Allow azimuth orientation for fracture. 2020-09-30 10:06:00 +02:00
Magne Sjaastad
3925d31795 Fix sign of z for openworksxyz surface import (#6506)
* #6503 Color Dialog : Use Qt color dialog, not native color dialog

* Use native only on Linux

* #6485  Surface : Invert z-value for XYZ import
2020-09-16 08:01:28 +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
02944f4eca Add ifdefs for OpenMP usage. 2020-09-14 21:46:27 +02:00
Magne Sjaastad
7fba6f9171 #6388 Surface Import : Make import robust, add progress
Co-authored-by: Ruben <ruben.thoms@ceetronsolutions.com>

Fix issues with import
Add progress bar
Add Surface Import Coarsening to Preferences
Use preferredMinimumDistance between point to define how many rows/columns to skip to reduce data size required to represent a surface. Some files have small sampling distance.
2020-09-10 15:29:56 +02:00
Kristian Bendiksen
eb532f0872 #6425 Fracture Model: Export Asymmetric.frk file. 2020-09-08 13:09:19 +02:00
Kristian Bendiksen
85ba3a3bc9 #6424 Fracture Model: Export Perfs.frk file. 2020-09-08 07:27:21 +02:00
Kristian Bendiksen
034b39568d Replace last QFileDialog usage with RiuFileDialogTools. 2020-09-07 13:47:18 +02:00
Kristian Bendiksen
ccd99adb84 #6423 Fracture Model: Export "Deviation.frk" file. 2020-09-07 13:47:18 +02:00
Kristian Bendiksen
a2f6a28248 #6423 Use directory instead of file path for FRK export. 2020-09-07 13:47:18 +02:00
Magne Sjaastad
792a007ccd Fix missing include 2020-09-05 13:44:36 +02:00
Ruben Manuel Thoms
8290f3e293 Added function for importing surfaces from OpenWorks XYZ files.
Added helper function for fuzzy comparing vectors.
Adjusted (old) code to avoid warnings.
2020-09-05 13:24:57 +02:00
Kristian Bendiksen
4f5bf4f606 #6043 Elastic Properties Reader: auto-detect csv cell separator. 2020-09-03 13:41:52 +02:00
Kristian Bendiksen
eaea8b6134 #6203 Fracture Model: Allow trailing seperator in import of elastic table csv. 2020-09-03 10:27:26 +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
rubenthoms
5a4399f8ce Fixed 6377, false check for invalid indices in triangle indices definition algorithm. 2020-08-28 14:29:47 +02:00
Kristian Bendiksen
ebd922836b #6374 Update Geological.FRK file export to new xml format. 2020-08-26 12:51:17 +02:00
Kristian Bendiksen
71426dcacb #6364 Add immobile fluid saturation to elastic properties csv parsing. 2020-08-26 06:23:37 +02:00
Kristian Bendiksen
ddc23fa5ea #6364 Add scaffolding for exporting detailed fluid loss for Stimplan. 2020-08-25 16:16:52 +02:00
Magne Sjaastad
1f2f1bf14e #6314 Rename to RifSurfaceImporter
Co-authored-by: Ruben Manuel Thoms <ruben.thoms@ceetronsolutions.com>
2020-08-24 14:35:34 +02:00
Kristian Bendiksen
67af692f96 Fix clang-format. 2020-08-18 10:09:52 +02:00
rubenthoms
0da301a785 Made sure an exception is also thrown for too few columns. Added a test for this use case. 2020-08-17 14:41:59 +02:00
rubenthoms
3a5ef7fb86 Fixed issue #6034 - Improve INP import : Add support for columns spanning more than one line. 2020-08-17 14:41:59 +02:00
Jon Jenssen
beef70a791 Fix spelling of "Petrel" 2020-08-12 19:44:40 +02:00
Magne Sjaastad
860e6d54a9 Make Linux happy
Use correct type
Remove unused variable
Fix placement of local variable
2020-08-06 11:20:17 +02:00