Commit Graph

6750 Commits

Author SHA1 Message Date
Magne Sjaastad
978a74a1fe #2727 Legends : Remove obsolete functions 2018-04-18 10:43:01 +02:00
Magne Sjaastad
71b7bd21f9 #2727 Legends : Add RimLegendConfig as base for Regular and Ternary 2018-04-18 10:36:33 +02:00
Magne Sjaastad
3bc85ce794 #2727 Legends : Rename to RimRegularLegendConfig 2018-04-18 10:10:39 +02:00
Gaute Lindkvist
d7204363a0 3D Well Log Curves (#2673): Consolidate the draw plane position control. 2018-04-18 08:38:15 +02:00
Gaute Lindkvist
56dd1b3eb9 Legends (#2749): Clean up enable/showLegend option
* Make public field private ...
* Make the option invisible from within the property panel.
2018-04-18 08:37:30 +02:00
Bjørn Erik Jensen
c3e9a39532 #2688 Set different curves color for each curve set 2018-04-18 08:32:48 +02:00
Magne Sjaastad
2452c965ab #2728 Well CF Visualization: Contributions in same cell are not added 2018-04-17 16:01:29 +02:00
Magne Sjaastad
f3a235b9df #2748 Completion Type Calculations : Remove unused code 2018-04-17 14:42:15 +02:00
Magne Sjaastad
ba3074ff08 #2748 Completion Type Calculations : Use findIntersectedGlobalCellIndices 2018-04-17 14:42:15 +02:00
Magne Sjaastad
7a2979ca56 Always show all completion type categories in Property Filter
Revert change introduced in 0f696b81
2018-04-17 14:42:15 +02:00
Gaute Lindkvist
9da3f09782 3D Well Log Curves (#2668): Implement Draw-plane width control
* Apply a factor between 0.25 and 2.5 times the characteristic cell size
* Make the offset from the pipe scale with the plane width up to a maximum offset.
* Organise the CurveCollection settings into two groups.
2018-04-17 13:44:03 +02:00
Gaute Lindkvist
36b1dcf85f 3D Well Log Curves(#2678): Remove camera aligned draw plane 2018-04-17 13:44:03 +02:00
Gaute Lindkvist
290d58e7fd 3D Well Log Curves(#2678): Remove curve drawing options that aren't yet implemented.
* drawing style (i.e. filled)
* coloring style (i.e. color by curve value)
2018-04-17 13:44:03 +02:00
Gaute Lindkvist
1180c199b4 3D Well Log Curves (#2669): Implement control of single color.
* Set a cycled default whenever a curve is added to a collection.
2018-04-17 13:44:03 +02:00
Gaute Lindkvist
501e80b1ad 3D Well Log Curves(#2671): Make curve draw plane background optional 2018-04-17 13:44:03 +02:00
Gaute Lindkvist
092624799e 3D Well Log Curves: Renaming of the term normals in curve/grid-generation
* Make it more obvious we are talking about the normals to the 3D well log curve.
2018-04-17 13:44:03 +02:00
Gaute Lindkvist
5e6613d428 3D Well Log Curves (#2671): Apply white background to curve draw plane. 2018-04-17 13:44:02 +02:00
Bjørn Erik Jensen
54097b7cc0 #2722 Show axis for ensamble curves as well 2018-04-17 11:56:39 +02:00
Bjørn Erik Jensen
7afa753d11 #2714 Display a warning in origin summary import dialog when ecllib may fail to read origin files 2018-04-17 11:01:45 +02:00
Bjørn Erik Jensen
a8fb4469b4 Fix a bug in commonRootPath logic 2018-04-17 11:01:45 +02:00
Magne Sjaastad
c0704a65f3 #2744 Well Log Extractor : Replace use of cornerIndices with cellCornerVertices 2018-04-17 10:14:57 +02:00
Magne Sjaastad
34cbd79410 #2744 Well Log Extractor : Support detection of small well path inside one cell 2018-04-17 09:41:08 +02:00
Magne Sjaastad
4fc6da2c76 #2744 Well Log Extractor : Add failing test for well path inside one cell 2018-04-17 09:35:04 +02:00
Magne Sjaastad
43e5fb00f4 Testing : Fix invalid index in small mock model 2018-04-17 07:55:52 +02:00
Jacob Støren
5769ba45f1 #2739 Normal intersection box mesh lines now not labled as fault mesh lines 2018-04-17 07:42:41 +02:00
Jacob Støren
1da9501bcc #2742 Hide the Show Points toggle when not needed 2018-04-16 15:14:07 +02:00
Bjørn Erik Jensen
0fcc0bea4c 2743 Origin summary import dialog adjustments 2018-04-16 14:11:31 +02:00
Bjørn Erik Jensen
e5e9692eb5 #2710, #2719 Restart preference and dialog adjustments. And some bugfixes 2018-04-13 15:47:43 +02:00
Bjørn Erik Jensen
9f40679f22 #2555 Bugfix 2018-04-13 15:47:43 +02:00
Bjørn Erik Jensen
d7e7c4a463 #2720, #2686, #2701 Origin summary and grid cases import enhancements 2018-04-13 15:47:42 +02:00
Gaute Lindkvist
edf23b5265 Remove epsilon guard in setAutomaticRanges for RimLegendConfig. 2018-04-13 15:33:37 +02:00
Gaute Lindkvist
4c5b90f363 Add get methods for drawStyle and coloringStyle for Rim3dWellLogCurve 2018-04-13 15:33:37 +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
1bb1b3004e Generalize the interpolation in RigWellPath
* Make it possible to interpolate any vector along the well path,
  not just the well path points. This way it can be used for normals.
* The interpolation line needs to be a weighted sum of vectors from
  the two closest points rather than the previous point + a segment,
  which only works for points.
* If used for normals, the end result *has to be normalized*
2018-04-13 14:56:18 +02:00
Gaute Lindkvist
e8b006d068 3D Well Log Curves (#2671): Split normals, border and surface into several drawables.
* Also create a closed LINES_LOOP out of the mesh border.
  * This will facilitate using different effects on the different parts.
    i.e. solid border and white surface background.
2018-04-13 14:55:44 +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
Magne Sjaastad
12fcb124c7 #2697 #2700 #2697 Export Completions
Rename to RicfExportSimWellFractureCompletions
Add missing parameters to RicfExportWellPathCompletions
Add support for individual export multiple completion types into separate sections of same file
2018-04-13 12:13:27 +02:00
Magne Sjaastad
dfa87b218f #2737 Command File Launcher : Add command for launching command file from UI 2018-04-13 12:04:43 +02:00
Magne Sjaastad
1d3bc6887e #2709 Export of COMPDAT : Always export diameter 2018-04-13 12:04:23 +02:00
Jacob Støren
0bf6db50f9 Fix crash due to empty fault label parts 2018-04-13 11:30:01 +02:00
Jacob Støren
c784deae25 #2437 Add fault-labels to 2d Intersection view 2018-04-10 15:35:37 +02:00
Bjørn Erik Jensen
3f429ccfd7 #2555 Add canonicalPath method to improve path handling 2018-04-10 13:11:59 +02:00
Bjørn Erik Jensen
5cc3af4586 #2555 Summary cases. Convert paths to have internal separators ('/') 2018-04-10 13:11:58 +02:00
Bjørn Erik Jensen
951e0f7aa0 #2555 Detect restart file reference looping. Break out if loop is detected 2018-04-10 13:11:58 +02:00
Gaute Lindkvist
2cc93fb09d 3D Well Log Curves: Command to Delete curve #2667
* Add delete command with explicit delete feature class.
2018-04-10 10:57:04 +02:00
Jacob Støren
fee549de35 Adjust an argument order in RigWellPathGeometryTools 2018-04-09 13:23:09 +02:00
Bjørn Erik Jensen
ee9e9b2989 #2685 Origin summary. Split preferences settings into two fields 2018-04-09 13:22:05 +02:00
Gaute Lindkvist
3116a4a223 Shifted pure virtual updateLegends to RiuViewerToViewInterface 2018-04-09 13:14:19 +02:00
Gaute Lindkvist
b6fb60115a Refactored after review 2018-04-09 13:14:19 +02:00
Gaute Lindkvist
fe56375be6 Added toggle option for legends. 2018-04-09 13:14:19 +02:00
Gaute Lindkvist
e93f79790e Make sure Ternary legends also expand and renamed width method. 2018-04-09 13:14:19 +02:00
Gaute Lindkvist
38aa447dcd Unify the width of all visible legends.
* Calculate the minimum width to fit the content before the render pass.
  * Set the actual width of all the legends to the largest of the minimum widths.
  * This resizes the legends to always be the same size and reduces the size of you remove
     the widest legend.
2018-04-09 13:14:19 +02:00
Gaute Lindkvist
63ffade452 Set background and frame color from the view plus update frame margins. 2018-04-09 13:14:19 +02:00
Gaute Lindkvist
507229f84b Fixed background color setting for legends and refactored Legend class hierarchy
* Added a new cafTitledOverlayFrame as a base-class for all ResInsight legend classes
  * Inherits cvf::OverlayItem
2018-04-09 13:14:19 +02:00
Magne Sjaastad
7a09b9a146 #2632 Export Completions : Show settings for avalable completions types 2018-04-09 11:36:01 +02:00
Magne Sjaastad
c759ef71b9 #2632 Export Completions : Use common entry point for completion export 2018-04-09 11:36:01 +02:00
Magne Sjaastad
f71563cb1e #2632 Export Completions : Add sub menus for export of completions 2018-04-09 11:36:01 +02:00
Magne Sjaastad
7f137a3e7c #2632 Export Completions : Add exportCompletionsForVisibleSimWells 2018-04-09 11:36:01 +02:00
Magne Sjaastad
4fb1a0385c #2632 Export Completions : Add exportCompletionsForVisibleWellPaths 2018-04-09 11:36:01 +02:00
Magne Sjaastad
e50e34feb4 #2632 Export Completions : Remove support for export of all well path completions 2018-04-09 11:36:01 +02:00
Magne Sjaastad
a40c4df6b3 #2632 Export Completions : Set all completions in same group 2018-04-09 11:36:01 +02:00
Bjørn Erik Jensen
c69b558ff8 Restart files. Fix bug during import of grid summary cases 2018-04-09 10:53:51 +02:00
Bjørn Erik Jensen
e4ef9bd014 Fix cotire build errors 2018-04-09 10:08:50 +02:00
Bjørn Erik Jensen
e8d765a2a9 #2610 Add default constructor and setter 2018-04-06 15:52:16 +02:00
Bjørn Erik Jensen
8491fd7f6c #2610 Fix a few Linux build errors 2018-04-06 13:56:26 +02:00
Bjørn Erik Jensen
7dc41bd981 #2610 Enable delete command for ensamble curve sets 2018-04-06 11:58:07 +02:00
Bjørn Erik Jensen
ba5480fa81 #2655, #2610 Add legend config to curve set. No connected to curves yet... 2018-04-06 11:58:06 +02:00
Bjørn Erik Jensen
21a81744f1 #2610 New command, display ensamble curves with single color 2018-04-06 11:58:06 +02:00
Bjørn Erik Jensen
43f1101f1f #2610 Add curve set and curve set collection classes 2018-04-06 11:58:06 +02:00
Bjørn Erik Jensen
e25f8f100f #2610 Fix build error 2018-04-06 11:58:06 +02:00
Bjørn Erik Jensen
f7f09c0719 #2610 Import case realization parameters and store those in summary case 2018-04-06 11:58:05 +02:00
Bjørn Erik Jensen
70f99d8da4 #2610 Add ensamble parameters reader unit tests 2018-04-06 11:58:04 +02:00
Bjørn Erik Jensen
81354e0408 #2610 Add RifEnsambleParametersReader and RifFileParseTools 2018-04-06 11:58:04 +02:00
Magne Sjaastad
98c8f3305d Add missing include 2018-04-05 14:47:03 +02:00
Magne Sjaastad
69b6ca6956 Fix signed / unsigned compare 2018-04-05 14:25:47 +02:00
Magne Sjaastad
9b0427aba9 #2553 Well CF Visualization: Add viz of connection factors on sim wells 2018-04-05 14:25:47 +02:00
Magne Sjaastad
c0054cff91 #2553 Well CF Visualization: Add recompute of virtual conn factors 2018-04-05 14:25:47 +02:00
Magne Sjaastad
50212fff0d #2553 Well CF Visualization: Add findOrCreateSimWellExtractor() 2018-04-05 14:25:47 +02:00
Magne Sjaastad
0512d3fbbc #2553 Well CF Visualization: Read well connection factor from ecllib 2018-04-05 14:25:47 +02:00
Magne Sjaastad
c7fbc99c9d #2553 Move RigWellResultPoint into separate file 2018-04-05 14:25:47 +02:00
Jacob Støren
436420b648 #2665 Fix draw plane position error with changed width 2018-04-05 14:18:00 +02:00
Jacob Støren
584c1084c0 #2664 Fix missing update when creating curve 2018-04-05 14:18:00 +02:00
Bjørn Erik Jensen
d44ffbc1b5 #2615 Compaction. Fixed compaction calculation expression 2018-04-05 11:45:56 +02:00
Jacob Støren
c2c7671b2e
Merge pull request #2640 from lindkvis/MohrsCiclePlotGuard
Mohrs circle plot guards
2018-04-05 09:24:10 +02:00
Jacob Støren
f7bfe8d003 #2436 Separated Hide grid cells mode as a separate value. Make sure that all the possible drawstyles works as expected, both for 2D intersection view and 3D views. 2018-04-05 07:41:29 +02:00
Jacob Støren
97c2ebd955 #2436 Intersection Fault lines are now separated and have a separate color 2018-04-05 07:41:29 +02:00
Jacob Støren
3b724e07bd #2436 Add cube face tracking through the clipping methods used for intersection calculations 2018-04-05 07:41:29 +02:00
Gaute Lindkvist
054263b94a Apply guard to additional MohrsCirclePlot use 2018-04-04 11:19:59 +02:00
Gaute Lindkvist
8b3f980079 Fix crash on selection when there's no MohrsCirclePlot
* Check if the pointer is valid before dereferencing
2018-04-02 10:17:09 +02:00
Magne Sjaastad
1a6c529488 Regression Test : Do not show warning/error dock window 2018-03-24 14:59:07 +01:00
Magne Sjaastad
bffc50b826 Fix typo when generating light NNC colors 2018-03-24 14:44:08 +01:00
Baurzhan Muftakhidinov
5b0fe2d772
Fix desktop file 2018-03-23 16:09:20 +05:00
Rebecca Cox
4dcf98eda8 Tensors: Imporve variable name 2018-03-22 14:39:00 +01:00
Rebecca Cox
18bde3cd89 #2636 3D Well log curve: Create well path geometry tools. 2018-03-22 14:35:54 +01:00
Rebecca Cox
73a08fffc4 #2635 3D well log curves: Give new curves different colors 2018-03-22 13:26:33 +01:00
Rebecca Cox
7024ee045c #2591 3D well log curve: Add option to place at the side of the well 2018-03-22 12:54:31 +01:00
Rebecca Cox
ef1cb3468b 3D well log curves: Code cleanup 2018-03-22 11:45:11 +01:00
Rebecca Cox
3547240fe6 #2591 3D well log curves: Remove view from geometry generator 2018-03-22 09:54:58 +01:00
Rebecca Cox
9e4d271d5b #2591 3D well log curves: Use an angle to deretmine draw plane 2018-03-22 08:54:48 +01:00
Rebecca Cox
26d83983b1 3D well log curve: add comments 2018-03-21 16:22:35 +01:00
Rebecca Cox
85cd8b0e1d 3D Well Log Curve: Give Plane Part Mgr more responsibility 2018-03-21 15:32:15 +01:00
Bjørn Erik Jensen
1369b11e6e #2555 Guarding for nullptr and some minor fixes 2018-03-21 14:47:23 +01:00
Jacob Støren
203677e837 Merge several 2D Intersection View fixes (MD and Perf intervals) into dev 2018-03-21 14:27:20 +01:00
Jacob Støren
39106fdf99 #2605 Place perforation intervals correct horizontally in 2D Intersection View 2018-03-21 14:21:27 +01:00
Jacob Støren
dd29a3c727 #2634 Fix wrong MD when context menu creating completions in 2D intersectino View 2018-03-21 14:13:56 +01:00
Jacob Støren
25ff51c82b #2630 Fix wrong picked MD on clipped well paths 2018-03-21 13:56:24 +01:00
Jacob Støren
375bda8b68 Rename 2018-03-21 13:51:39 +01:00
Jacob Støren
24955d0ddd #2630 convenince method to convert to utm coordiantes for intersectino points in 2d intersection view 2018-03-21 13:49:58 +01:00
Jacob Støren
2b4e26aaca #2630, #2605 unfalltenedTransformMatrix now returns mx[0] and mx[last] for points before and after end. 2018-03-21 13:47:22 +01:00
Rebecca Cox
e688b3de36 #2591 3D well log curves: Increase size of offset between pipe and plot 2018-03-21 13:46:03 +01:00
Rebecca Cox
a1d82fcffa #2633 3D well log curves: Clip curve on well path bounding box 2018-03-21 13:15:48 +01:00
Rebecca Cox
b20b633c40 #2633 3D well log curves: Use currect normals when making grid 2018-03-21 13:14:22 +01:00
Unknown
687ddcb0a6 #2591 3D well log curves: Only add grid if curve is added 2018-03-21 10:54:26 +01:00
Unknown
131eb64748 #2633 3D well log curves: Clip grid on well path bounding box 2018-03-21 10:54:26 +01:00
Magne Sjaastad
ca8e56cff1 Perforation Interval : Do not cast to int when creating new perf interval 2018-03-21 10:16:37 +01:00
Magne Sjaastad
0f696b81fe #2625 Completion Type Legend : Update property editor categories 2018-03-21 09:06:16 +01:00
Magne Sjaastad
41d92832a7 #2631 Whitespace 2018-03-21 07:48:47 +01:00
Magne Sjaastad
4060e7e5a5 #2631 Text Export to Eclipse : Generated text file has too many characters in line 2018-03-21 07:43:59 +01:00
Magne Sjaastad
8db8575d1e #2625 Completion Type Legend : Only show categories present in the model 2018-03-21 07:43:59 +01:00
Jacob Støren
c22bafbf29 #2605 Show perforations along well path in 2D intersections view 2018-03-20 17:28:27 +01:00
Jacob Støren
7aa07d6a78 #2486 Wellpaths now reports correct MD in 2D intersection views 2018-03-20 15:44:45 +01:00
Jacob Støren
65b35cff92 #2481, #2605, #2486, #2568 Remove obsolete code 2018-03-20 15:44:45 +01:00
Jacob Støren
a9daea0938 #2481, #2605, #2486 Use a flattened version of the normal wellpath visualization in 2D intersection view 2018-03-20 15:44:45 +01:00
Unknown
0de43ac938 #2628 3D well log curves: Scale curves by grid size 2018-03-20 15:37:02 +01:00
Bjørn Erik Jensen
a86fe5deb9 Fix Linux build error 2018-03-20 14:57:11 +01:00
Bjørn Erik Jensen
148d058d88 #2555 Open summary restart dialog if necessary when opening egrid files 2018-03-20 14:32:56 +01:00
Bjørn Erik Jensen
95a9744241 #2555 Add time period for current file as well 2018-03-20 14:32:56 +01:00
Bjørn Erik Jensen
d5bbeffdd0 #2555 Refactored summary restart file import 2018-03-20 14:32:55 +01:00
Bjørn Erik Jensen
2f11395525 #2555 Add preferences for summary restart file import 2018-03-20 14:32:55 +01:00
Bjørn Erik Jensen
2a84cb6ddf #2555 Handle import to separate cases 2018-03-20 14:32:55 +01:00
Bjørn Erik Jensen
8889bdf6d4 #2555 Add applyToAll checkbox 2018-03-20 14:32:54 +01:00
Bjørn Erik Jensen
f98dc2fe5e #2555 Add current summary file to dialog 2018-03-20 14:32:54 +01:00
Bjørn Erik Jensen
208d738846 #2555. Add summary restart file import dialog 2018-03-20 14:32:54 +01:00
Unknown
cc5f4b2ec6 #2591 3D well log curves: Add grid line along path 2018-03-20 13:51:59 +01:00
Magne Sjaastad
595bf2aa97 #2440 Export Completions: Add MD-in and MD-out to comments 2018-03-20 13:30:18 +01:00
Magne Sjaastad
3cf7deea3a Hide next fracture ID from UI 2018-03-20 13:22:48 +01:00
Magne Sjaastad
57a766fd09 Return if geometry generator is null 2018-03-20 13:18:24 +01:00
Unknown
8766ea3057 #2591 3D well log curves: Option to turn grid on/off 2018-03-20 11:29:59 +01:00
Unknown
60120c70d5 #2591 3D well log curves: Make point normal function use well path geom 2018-03-20 11:29:59 +01:00
Unknown
e1aa4bb164 #2591 3D well log curves: Draw normals on fixed interval 2018-03-20 11:29:59 +01:00
Magne Sjaastad
4bb468b07a #2626 Fracture Adjustments : Shorter UI text 2018-03-20 10:58:06 +01:00
Magne Sjaastad
a108726f7a Fix missing include on Linux 2018-03-20 10:50:16 +01:00
Magne Sjaastad
39c8834181 #2627 Export CF : kh is reported as zero 2018-03-20 10:48:06 +01:00
Magne Sjaastad
cb6dbb1bee #2626 Fracture Adjustments 2018-03-20 10:42:53 +01:00
Magne Sjaastad
af677451c6 Refactor : Use const reference 2018-03-20 08:32:23 +01:00
Magne Sjaastad
0b123044a1 #2619 Fracture Sensitivity Support: Add conductivity scale for Ellipse fractures 2018-03-20 08:22:38 +01:00
Magne Sjaastad
0dc48db993 #2600 Well CF Visualization: Improve result info text content 2018-03-19 21:09:54 +01:00
Magne Sjaastad
241bf0364c #2600 Well CF Visualization: Make sure all connections are visualized 2018-03-19 14:41:46 +01:00
Unknown
0e8dff00ca #2611 Mohr Circle: Fix time stepping with several cells 2018-03-19 12:43:41 +01:00
Unknown
af4b35b990 #2618 Tensor Vectors: Add arrow length scaling range option for result 2018-03-19 11:16:53 +01:00
Magne Sjaastad
0583c7a815 Rename 2018-03-16 16:46:51 +01:00
Magne Sjaastad
200873f2da Code cleanup 2018-03-16 16:12:25 +01:00
Magne Sjaastad
1aad577a49 #2544 Well CF Visualization: Use simplified star geometry 2018-03-16 15:58:04 +01:00
Magne Sjaastad
7bb705b1b7 #2600 Well CF Visualization: Add picking on connection factor objects 2018-03-16 15:33:57 +01:00
Magne Sjaastad
9656883c92 Fix wrong use of macros in constructor causing crash triggered by regression tests 2018-03-16 13:41:43 +01:00
Magne Sjaastad
ecfb827b41 Add missing init macros in constructor 2018-03-16 13:41:43 +01:00
Rebecca Cox
dc6bbba848 #2612 Tensor Vectors: Hide legend when Tensor Vectors are turned off 2018-03-16 11:54:49 +01:00
Magne Sjaastad
471d625051 #2621 Improve interface of part managers to prepare for use in 2D intersection views 2018-03-16 11:48:51 +01:00
Magne Sjaastad
08a978d0d7 #2621 Check valid date in perforation interval 2018-03-16 11:48:51 +01:00
Rebecca Cox
94932b9876 #2613 Tensor Vectors: Set default off. Make ST selected on default 2018-03-16 11:40:24 +01:00
Rebecca Cox
b189346f32 #2598 3D Well log curve: Add RFT curve code. curveValuesAndMds does currently only give values for a simwell 2018-03-16 11:22:03 +01:00
Magne Sjaastad
4853957637 #2544 Well CF Visualization: Add geometry generator and source info object
rename


remove unused


move to separate file


rename
2018-03-15 21:27:42 +01:00
Magne Sjaastad
eb6b7450eb #2544 Well CF Visualization: Add support for no lighting 2018-03-15 19:20:40 +01:00
Magne Sjaastad
f55d029256 #2544 Well CF Visualization: Make the orientation of the star geometry follow well path 2018-03-15 19:19:18 +01:00
Jacob Støren
4ac0a6354c #2552 Simulation well heads for branches in 2d intersection view 2018-03-15 14:46:57 +01:00
Rebecca Cox
a41ca4688e #2597 3D Well Log Curve: Make 3d well log curve pure virtual. Add 3d well log extraction curve 2018-03-15 14:17:56 +01:00
Rebecca Cox
7fbf195b18 Add Icon to well log LAS curve 2018-03-15 13:05:00 +01:00
Rebecca Cox
69caf4b3b2 #2591 3D Well Log Curve: Make geometry making more robust 2018-03-15 13:05:00 +01:00
Rebecca Cox
ab800390dd #2597 3D Well Log Curve: Context command to add new curve 2018-03-15 13:05:00 +01:00
Rebecca Cox
cc47016572 #2597 3D Well Log Curve: Add option to create LAS curve 2018-03-15 13:05:00 +01:00
Magne Sjaastad
c8b92a0c89 #2601 Well CF Visualization: Support regeneration of viz on time step changes 2018-03-15 07:52:54 +01:00
Magne Sjaastad
ab67dcfd1f #2463 Well CF Visualization: Set 'Well Connection Factors' default off 2018-03-15 07:27:48 +01:00
Rebecca Cox
87977824db Guard for missing well path 2018-03-14 15:52:10 +01:00
Magne Sjaastad
cf1557fdf8 Include cleanup 2018-03-14 15:26:19 +01:00
Jacob Støren
9f42c45dcc Include cleanup SimWellPipespartMgr 2018-03-14 15:13:25 +01:00
Jacob Støren
bb28cf3f09 #2552 Add well head visualization. Not yet working for multiple branches 2018-03-14 15:13:25 +01:00
Jacob Støren
1861255281 #2552 Fix visualization of branch-depth, both wells and intersection geoemetry. 2018-03-14 15:13:25 +01:00
Jacob Støren
9cad0bff1e #2552 Refactor and align the partmanagers of sim well and sim well head. Prepare to get wellhead into 2d intersection views 2018-03-14 15:13:24 +01:00
Jacob Støren
b755ddc11d #2552 Embed pipe visualization of Simulation Wells in intersection views 2018-03-14 15:13:24 +01:00
Jacob Støren
e52c88ff77 #2552 WIP : Add flattening code to simwell part generator 2018-03-14 15:13:24 +01:00
Jacob Støren
1fa898b798 #2552 Small refactorings 2018-03-14 15:13:24 +01:00
Jacob Støren
e314450e2e #2552 Minor refactoring 2018-03-14 15:13:24 +01:00
Jacob Støren
543c99371b #2552 Use displayCoordTransform and redability changes 2018-03-14 15:13:24 +01:00
Magne Sjaastad
ca0c13be41 #2544 Use helper class to get extractors 2018-03-14 14:35:45 +01:00
Magne Sjaastad
0aba950c12 #2544 Well CF Visualization: Use coordinate on well path as center 2018-03-14 14:35:45 +01:00
Magne Sjaastad
2bf0773815 #2546 Well CF Visualization: Recompute data when required 2018-03-14 14:35:45 +01:00
Magne Sjaastad
d757c0c92a #2545 Well CF Visualization: Use "Well Connection Factors" in UI 2018-03-14 14:35:45 +01:00
Magne Sjaastad
b1fc73bc95 #2544 Well CF Visualization : Add basic star geometry 2018-03-14 14:35:45 +01:00
Rebecca Cox
46c4693ae6 3D well log curve: Establish a coordinate system for curve normals 2018-03-14 14:22:18 +01:00
Rebecca Cox
04520c8446 #2595 Fix crash when opening well log LAS curve without connection to well path 2018-03-14 14:22:18 +01:00
Magne Sjaastad
d3361d22dd #2546 Well CF Visualization : Fix computation of transmissibilty 2018-03-14 09:47:17 +01:00
Magne Sjaastad
108ef5eecc #2544 Well CF Viz : Add basiz viz with spheres, add legend to view 2018-03-14 09:35:48 +01:00
Bjørn Erik Jensen
b7e8834b4c #2476 2dIntersectionView. Clean up context menus 2018-03-14 08:05:38 +01:00
Bjørn Erik Jensen
15e242d1e3 #2479 2dIntersectionView. Remove 2dIntersectionViewCollection toggle in project tree 2018-03-13 15:15:02 +01:00
Bjørn Erik Jensen
28830d3a1b #2480 2d intersection view. Adjusted category legends position 2018-03-13 13:26:41 +01:00
Rebecca Cox
2fa8202332 #2592 3D well log curves: Update curves after editing properties 2018-03-13 11:18:38 +01:00
Rebecca Cox
ae077b86fd lenght -> length 2018-03-13 10:55:35 +01:00
Rebecca Cox
60adcf299a Fix build. include cmath 2018-03-13 09:42:54 +01:00
Rebecca Cox
cf4830e0ad #2592 3D well log curves: Visualize results 2018-03-13 09:25:29 +01:00
Rebecca Cox
3da3856c51 #2591 3D well log curves: Add grid along well path 2018-03-12 16:18:45 +01:00
Bjørn Erik Jensen
1e8f1bb95e #2589 intersections. Show extrusion line fix 2018-03-12 15:14:22 +01:00
Bjørn Erik Jensen
e13702a88a #2485 Intersection. Field controlling polylines visibility 2018-03-12 13:27:32 +01:00
Magne Sjaastad
716bb3184b System : Replace tab with four spaces 2018-03-12 11:12:39 +01:00
Magne Sjaastad
8e8c168405 #2546 Well Connection Factors : Several changes related to data access
Moved rig classes from command feature into ReservoirDataModel\Completions\
2018-03-12 11:07:46 +01:00
Jacob Støren
009ae7c750 #2552 Separated the flattening code, to be able to use it to flatten simwells and wellpaths 2018-03-12 10:00:09 +01:00
Jacob Støren
ec5a9e1682 #2552 Generalized the flatting transforms to be able to reuse for simwells and wellpaths 2018-03-12 10:00:09 +01:00
Rebecca Cox
c63aee779d #2585 3d Well Log Curves: Draw line along well path 2018-03-09 15:42:23 +01:00
Rebecca Cox
540c4e57c9 #2585 Fix build??? 2018-03-09 14:09:54 +01:00
Rebecca Cox
62a2ddfe82 #2585 Fix linux build 2018-03-09 14:00:41 +01:00
Rebecca Cox
d72d5ba343 #2585 Fix linux build (move cvfBase to top) 2018-03-09 13:56:05 +01:00
Rebecca Cox
06504b6fef #2585 3D well log curves: Create visualization for a curve, random offsetted from a well path 2018-03-09 13:17:40 +01:00
Bjørn Erik Jensen
16551c05c4 #2486 2d intersection view. Temporary fix to avoid crash 2018-03-09 10:22:58 +01:00
Jacob Støren
ac5466f83d #2578 Fix missing scale in display coord transformation for 2D IntersectionView 2018-03-09 10:14:03 +01:00
Magne Sjaastad
a38d3735c5 #2557 Non Darcy Flow : Select copy at the end to avoid update of editor too early 2018-03-09 09:47:56 +01:00
Magne Sjaastad
9a7ca2d2a9 #2557 Non Darcy Flow : Fix inverted unit conversion 2018-03-09 09:40:10 +01:00
Magne Sjaastad
4c19be91ac #2554 Regression Test : Ignore line endings when using diff tool 2018-03-09 09:00:44 +01:00
Magne Sjaastad
7221efa7b5 #2554 Fracture : Do not exit if debug output file is not possible to open 2018-03-09 09:00:44 +01:00
Magne Sjaastad
9de2f1ae52 Ellipse Fracture : Always set well intersection to center of ellipse 2018-03-09 09:00:44 +01:00
Magne Sjaastad
64845d796c Fracture : Move code to cpp 2018-03-09 09:00:44 +01:00
Magne Sjaastad
12b7ddf90b Ellipse Fracture : Rename to assignConductivityToCellsInsideEllipse 2018-03-09 09:00:44 +01:00
Magne Sjaastad
7c554b8ff8 Fracture : Fix typo when creating fracture cells for ellipse fracture 2018-03-09 09:00:44 +01:00
Bjørn Erik Jensen
8bd37b3411 #2549 2dIntersectionView. Update view when modifying branch detection and interpol type 2018-03-08 16:48:21 +01:00
Bjørn Erik Jensen
3feaa55d02 #2549 2dIntersectionView. Update when modifying SimWellInView 2018-03-08 16:31:18 +01:00
Jacob Støren
0bdde36aa3 Merge #51 Legend background and #2478 Edge axis top into dev 2018-03-08 16:22:13 +01:00
Jacob Støren
4d7f753d3c #51 Add preference option to control legend background 2018-03-08 16:15:45 +01:00
Jacob Støren
b4935a0534 #51 Add background to ternary legend 2018-03-08 16:14:13 +01:00
Magne Sjaastad
c424063d86 #2586 StimPlan Viz : Mesh lines flickers when interpolating result values 2018-03-08 11:43:53 +01:00
Jacob Støren
c258528dc5 #51 Add background to standard legends. Needed a separate legend implementation, now in caf. Cleaned up CategoryLegend to make it ready for the new background. 2018-03-08 11:20:27 +01:00
Bjørn Erik Jensen
6942a99406 #2569 Fracture containment. Fix fracture border polygon calculation 2018-03-08 11:06:17 +01:00
Jacob Støren
00236c493e Add new-line to 2D intersection view legend title 2018-03-08 11:00:55 +01:00
Magne Sjaastad
0629551fa8 #2583 Remove obsolete code, moved to RiaRegressionTestRunner 2018-03-08 10:57:06 +01:00
Magne Sjaastad
ca36e0a7cc #2583 Add missing include 2018-03-08 10:31:21 +01:00
Magne Sjaastad
4f7291c95d #2583 System : Move regression test framework to separate class 2018-03-08 10:15:51 +01:00
Rebecca Cox
09246b722a #2581 3D well log curve: Init after read 2018-03-08 08:07:13 +01:00
Rebecca Cox
0a55fa29b8 Move "New Intersection" command on wellpath in tree to top level 2018-03-07 15:54:49 +01:00
Rebecca Cox
831eac7fd5 #2584 3D well log curves: Create a collection object to hold curves 2018-03-07 15:12:27 +01:00
Rebecca Cox
00a0d2b1f6 Avoid crash if selected item is not a PdmObjectHandle 2018-03-07 15:11:21 +01:00
Rebecca Cox
fbdfe90de0 Add override, sort includes 2018-03-07 14:25:12 +01:00
Rebecca Cox
46127ee724 #2581 3D wellLog curves: Add function to set property detaults from view 2018-03-07 14:24:18 +01:00
Rebecca Cox
9b8c06462c #2582 3d well log curves: Select created curve in tree 2018-03-07 13:03:27 +01:00
Jacob Støren
df0a356a0a #2478 Add top edge axis (intersection View) and repositioned info box and legends to follow. 2018-03-07 12:47:48 +01:00
Rebecca Cox
a37a9d3308 #2582 3D well log curves: Create add 3D well log extraction curve cmd 2018-03-07 12:02:13 +01:00
Rebecca Cox
846dd710e4 #2581 3D well log curves: Create 3D curve object on a well path 2018-03-07 11:32:28 +01:00
Magne Sjaastad
cec745d08a #2554 Regression Test : Add text file compare tool and display folder in test config 2018-03-07 09:30:15 +01:00
Magne Sjaastad
91428a028d #2554 Regression Test : Reorganize setting of current working folder 2018-03-07 09:30:15 +01:00
Magne Sjaastad
2e122d2ab3 #2554 Regression Test : Move serialization code into RiaRegressionTest 2018-03-07 09:30:15 +01:00
Magne Sjaastad
08ce58b2fa #2554 Export Completions : Do not create two folders if export folder does not exist 2018-03-07 09:30:15 +01:00
Jacob Støren
0083ecdf6a #2506 Finally found the error with near vertical intersections 2018-03-06 16:31:12 +01:00
Jacob Støren
91daf49e8a #2578 Fix avoid UTM coordinates in 2D intersection View (behind the scenes) 2018-03-06 16:31:12 +01:00