Commit Graph

981 Commits

Author SHA1 Message Date
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
github-actions[bot]
bd09f2de54 Fixes by misspell-fixer 2020-08-06 11:20:17 +02:00
Stein Inge Dale
9a3dace180 WIP: Surface : Add export of surface to PTL file format #5957
- restructured according to issue
- but issue indicate export of K-layer only despite RimGridCaseSurface
did support I/ slices, too?
- if so, test and possibly extend RimGridCaseSurface methods
extractDataFromGrid() and getStructGridIndex()
- need to check whether all offsets are taken care of
2020-08-06 11:20:17 +02:00
Magne Sjaastad
501f6e8611 #6124 Valve export : Add missing -- in header of AICD export 2020-06-22 14:31:58 +02:00
Kristian Bendiksen
ed54cb6c70 #6065 Hide "Detailed Fluid Loss" values for now. 2020-06-18 19:11:37 +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
Kristian Bendiksen
37ffaf3b15 #6065 Export fracture model plot to frk file. 2020-06-18 19:11:37 +02:00
github-actions[bot]
6b5f4dddc9 Fixes by clang-format 2020-06-08 11:09:51 +02:00
Kristian Bendiksen
5ddfd4f9da #6007 Rename Facies Properties to Elastic Properties. 2020-06-05 12:36:30 +02:00
Stein Inge Dale
10e4c60073 Code review, brush-up, and extended surface unit tests 2020-06-04 11:33:09 +02:00
Stein Inge Dale
e5f3a3b67d Surface Import : import of properties from TS files #5995 2020-06-04 11:33:09 +02:00
github-actions[bot]
674b764cb6 Fixes by misspell-fixer 2020-06-04 08:24:58 +02:00
Magne Sjaastad
88ddeddca6
Add support for two Stimplan file formats (#6015)
#5990 XML import : Support two Stimplan file formats
2020-06-03 18:46:25 +02:00
Gaute Lindkvist
41ee1e8e61 Provide default implementation for the ~RifHdf5ReaderInterface() 2020-06-03 14:53:10 +02:00
Gaute Lindkvist
2fe4372dc2 First round of caf::FontTools 2020-06-03 14:00:04 +02:00
Kristian Bendiksen
d443f97a1a #5989 Add parser for facies properties csv file 2020-06-02 15:26:37 +02:00
Magne Sjaastad
f910ac5b0f #5808 Summary Plot : Exclude *WCT vectors as cumulative vectors 2020-05-22 15:01:56 +02:00
Magne Sjaastad
9c76935122 #5898 Postfix fault direction instead of prefix 2020-05-22 15:01:56 +02:00
Gaute Lindkvist
c5661f3fce Parallelize transferGridCellData 2020-05-15 14:48:08 +02:00
Magne Sjaastad
0c13f132fa #5932 NNC data : Compute geometry when NNC data is asked for 2020-05-15 12:55:25 +02:00
Gaute Lindkvist
ab0b05b31c Improve NNC memory use 2020-05-15 12:55:25 +02:00
Magne Sjaastad
c932b40a56 #5925 NNC computations : Add flag in preferences to include inactive cells 2020-05-13 14:37:02 +02:00
Gaute Lindkvist
f199297f12 #5915 improve performance of NNC computation and limit to active cells 2020-05-13 12:19:03 +02:00
Stein Inge Dale
6cb86d4792 #5832 Add color legend data with import from LYR file. 2020-05-06 11:04:33 +02:00
Kristian Bendiksen
3f4778509d #5829 Add reader for ROFF files to extract category names and values from file 2020-04-30 12:41:21 +02:00