Magne Sjaastad
57cab2457e
clang-format : Set PenaltyBreakAssignment to 130
2019-11-04 15:08:09 +01:00
Magne Sjaastad
fe9e567825
#4683 clang-format on all files in ApplicationCode
2019-09-06 10:57:22 +02:00
Gaute Lindkvist
eacd457483
Update WellPathGeometryTools after review
2019-09-04 10:54:41 +02:00
Gaute Lindkvist
b5964063a3
Better spline handling
2019-09-03 09:58:44 +02:00
Gaute Lindkvist
5d8feb1536
Use splines and more robust mechanism
2019-08-30 15:23:11 +02:00
Gaute Lindkvist
20e90bc172
More work on interpolation
2019-08-29 22:30:15 +02:00
Gaute Lindkvist
789daed42b
Interpolating MDvalues
2019-08-28 16:00:33 +02:00
Magne Sjaastad
6db80f40b9
#3856 Update copyright headers
2019-01-09 15:29:24 +01:00
Gaute Lindkvist
ee7bd79fcb
#2980 Renaming of lastNormal vectors.
2018-05-30 15:37:18 +02:00
Gaute Lindkvist
cf64f5f70d
#2980 Include interpolated previous normal for determining direction of current normal
2018-05-30 15:37:17 +02:00
Gaute Lindkvist
70bcd25c86
#2945 Flip normals if the average well path normals doesn't match the requested direction.
2018-05-30 15:37:17 +02:00
Gaute Lindkvist
a165172723
#2847 Add a fall back dominant direction (0, -1, 0) if the path does not extrude in z-direction.
...
* This direction means Left will cause it to go -x and Right +x so that the directions are correct with respect to "Left" and "Right" when you look "North".
2018-05-03 13:39:39 +02:00
Gaute Lindkvist
01a1f660e7
3D Well Log Curves ( #2746 ): Handle set scale.
...
* Transform to display coordinates *before* calculating normals and generating curves.
2018-04-18 11:33:04 +02:00
Gaute Lindkvist
fd63ae7531
3D Well path plots: clean up some indentation and remove an unnecessary epsilon
2018-04-13 15:33:37 +02:00
Gaute Lindkvist
b48adbbaa9
3D Well log curves: Use the new generalized interpolation for normals
...
* Don't have to perform the normal generation again for grid points.
2018-04-13 14:56:19 +02:00
Gaute Lindkvist
6e0b7e2305
Improve 3D Well path plots
...
* Always generate in up-direction and rotate to left/right/down
* Generate a "dominant direction" by interrogating the whole curve, not
just the first and last item.
* Improve maths:
- Generate a projection plane spanned by UP and the dominant direction.
- Project the tangent onto this projection plane.
- Generate normal as the cross product between the projected tangent and
the normal to the projection plane.
- Rotate the normal into left/right/down if required.
2018-04-13 14:55:44 +02:00
Jacob Støren
fee549de35
Adjust an argument order in RigWellPathGeometryTools
2018-04-09 13:23:09 +02:00
Rebecca Cox
18bde3cd89
#2636 3D Well log curve: Create well path geometry tools.
2018-03-22 14:35:54 +01:00