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
Magne Sjaastad
d5aca8801c
#6072 Well Completions : Disable debug output
2020-06-15 16:19:21 +02:00
Magne Sjaastad
9d0ec6727c
#6072 Well Completions : Make sure valves are included if they are located outside grid cells
2020-06-15 16:19:21 +02:00
Magne Sjaastad
0799a9cf83
#6033 Surface Properties : Add result selection object
2020-06-11 15:03:08 +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
Kristian Bendiksen
c349047a91
#6007 Add plot track and interpolation for facies properties.
2020-06-05 12:36:30 +02:00
Kristian Bendiksen
79af3d7379
#6007 Add user interface for facies 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
Magne Sjaastad
bb4bdc048d
Make sure relevant changes in patch branch are merged to dev
2020-05-27 09:12:47 +02:00
Gaute Lindkvist
920ebd081d
Wbs: Make sure last LAS-value is used if within a threshold
2020-05-26 13:18:46 +02:00
Magne Sjaastad
7e7b9e6cfc
Fix compare between signed/unsigned
2020-05-21 10:08:15 +02:00
Magne Sjaastad
51fd5e39b0
NNC: Compute data on demand
2020-05-21 08:09:07 +02:00
Magne Sjaastad
734e992384
NNC info : Count NNCs with no overlap area, and display first 20
2020-05-21 08:09:07 +02:00
Kristian Bendiksen
30cec3e280
Fix comparison between signed and unsigned integer expressions.
2020-05-20 14:23:22 +02:00
Kristian Bendiksen
2f4ee076de
Remove "set-but-unused" variables (generates warnings on gcc 7).
2020-05-20 13:45:59 +02:00
Gaute Lindkvist
e966184d99
Reorganise ijk calculation based on suggestion from bska
2020-05-19 16:14:08 +02:00
Gaute Lindkvist
91eb956092
Remove superfluous calculation and rename ijkFromCellIndexNonGuarded
2020-05-19 16:14:08 +02:00
Gaute Lindkvist
19c541888f
#5950 Wbs: Fix wrong behaviour for LAS-file PP_INP
2020-05-19 13:42:25 +02:00
Gaute Lindkvist
e27a673ab6
Partial revert of 3a526ab5
to remove parallelization on one loop.
...
* Turns out this loop is hard to guarantee the same result.
2020-05-19 11:42:20 +02:00