Commit Graph

1577 Commits

Author SHA1 Message Date
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
Magne Sjaastad
401dd2246c NNC : Fix visual artifacts for some models 2020-05-18 12:07:29 +02:00
Gaute Lindkvist
3a526ab555 Parallelize another loop in fault calculation 2020-05-15 14:48:08 +02:00
Gaute Lindkvist
b575a1bbbe Fix issue in merge 2020-05-15 14:48:08 +02:00
Gaute Lindkvist
c7851f0001 Refactored some code to make it possible to parallelise 2020-05-15 14:48:08 +02:00
Gaute Lindkvist
de824f2543 Minor improvements to fault calculations 2020-05-15 14:48:08 +02:00
Gaute Lindkvist
99aa65c611 Other improvements to bounding box calculation 2020-05-15 14:47:04 +02:00
Gaute Lindkvist
5a7f7888ca #5936 Fix use of LAS for PP Non-Reservoir 2020-05-15 13:51:02 +02:00
Magne Sjaastad
ebde4495fb Remove obsolete parameters 2020-05-15 12:55:25 +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