Commit Graph

8861 Commits

Author SHA1 Message Date
Magne Sjaastad
e6ad33c057 System : Fix invalid compare between signed / unsigned 2018-09-05 13:49:28 +02:00
Magne Sjaastad
f03e9a2fb5 Robustness : Add comment and guard access to result accessor 2018-09-05 12:43:25 +02:00
Magne Sjaastad
58f8b3bfbb Rename 2018-09-05 12:43:25 +02:00
Gaute Lindkvist
d81b85c54c #3277 Implement stepping for Common Data Source and rename Plot Source Stepping for summary plots.
* The name for the UI groups is now "Data Source" for both types of data source stepping.
2018-09-05 11:49:26 +02:00
Gaute Lindkvist
ac8a11c813 Make caf::PdmPtrField inherit caf::PdmValueField and make it support QVariant. 2018-09-05 11:03:41 +02:00
Gaute Lindkvist
b41fee3ee3 Fix compilation warning in Rim3dWellLogExtractionCurve 2018-09-04 15:29:29 +02:00
Bjørn Erik Jensen
e9d37e914d Fix a couple of Linux build warnings 2018-09-04 15:17:43 +02:00
Bjørn Erik Jensen
fc1cc272db #3274 Create multiple fractures. Improve fracture distribution on well paths 2018-09-04 14:58:45 +02:00
Bjørn Erik Jensen
159dc21112 #3274 Create multiple fractures. Fix bug and rename argument 2018-09-04 14:58:45 +02:00
Magne Sjaastad
104b27c235 #3306 : Fix typo 2018-09-04 13:33:42 +02:00
Gaute Lindkvist
ea8721f6ff Fix crash in 3d well log curve rendering. 2018-09-04 12:57:55 +02:00
Gaute Lindkvist
5a2ecf25c2 Rename measuredDepth and TVD methods in well log extractor code 2018-09-04 12:02:23 +02:00
Gaute Lindkvist
12484bf1e9 #3297 Make casing shoe a right-angled triangle and refactor symbols
* Put plot symbol enum inside the symbol class.
* Put line style enums inside the line class.
* Add custom capability.
2018-09-04 12:02:06 +02:00
Gaute Lindkvist
e3baaa4133 #3261 Show 3d well log curves even if the grid result isn't dynamic.
* Have to be more precise on whether to attach the results as a static or dynamic property.
* Also rewrite some 3dWellLogPlanePartMgr code to only create one draw surface for each draw plane used for the curves.
2018-09-04 12:01:07 +02:00
Gaute Lindkvist
4c84bbb8a3 #3014 and #3022 Well Bore Stability: LAS and element table input and cleaned up extraction code. 2018-09-04 12:01:07 +02:00
Gaute Lindkvist
b4e2a58327 Well Bore Stability: Fix a couple of weaknesses in SFG and FG solver.
* Make sure absolute value is used for range
* Make sure we check for wrong convergence as well as no convergence for secant method.
2018-09-04 09:33:48 +02:00
Gaute Lindkvist
4fd9cdfda3 #3300 Fix crash when loading formation indices as part of a project file.
* Rename structGrid() to getOrCreateStructGrid() to make it obvious that it allocates internally.
2018-09-04 09:33:48 +02:00
Bjørn Erik Jensen
116c61eaf8 #3279 Completion export fracture header. Add table header 2018-09-03 12:57:51 +02:00
Bjørn Erik Jensen
12e252209a #3279 Completion export fracture header. Add well connections table 2018-09-03 12:48:06 +02:00
Bjørn Erik Jensen
248530ce95 #3301 Ensemble parameters file. Support tab as separator 2018-09-03 10:37:57 +02:00
Bjørn Erik Jensen
698fbb980d FileParseTools. Add new split method 2018-09-03 10:37:19 +02:00
Bjørn Erik Jensen
2c5c007048 #3302 Weighted Geometric Mean Calculator. Improved algorithm 2018-09-03 09:56:06 +02:00
Jacob Støren
26b3065974 #3296 caf: Table View: Force redraw when QSelection changes (Qt bug)
Guard against doing anything if table is hidden
2018-08-31 16:13:46 +02:00
Jacob Støren
e26a57011d #3296 caf::SelectionManager: Refactoring to avoid sending multiple selection changes
Must be considered if using the CmdSelectionGangeExec
2018-08-31 16:13:46 +02:00
Bjørn Erik Jensen
9a94fc2cde #3299 Compdat export. WELSPEC fixes 2018-08-31 16:08:03 +02:00
Bjørn Erik Jensen
64c3fbd59a #3240 Completion export fracture header. Fix units 2018-08-31 12:50:17 +02:00
Bjørn Erik Jensen
130828416d #3281 Add weighted geometric mean calculator 2018-08-31 09:12:11 +02:00
Gaute Lindkvist
f8045826c7 Rename track formation source from "Well Path" to "Well Picks for Well Path"
* Well Path is already used elsewhere in the same group
2018-08-30 16:07:14 +02:00
Gaute Lindkvist
adc9ad322a #3187 symbols and labels for well path attributes, initial work. 2018-08-30 16:06:20 +02:00
Gaute Lindkvist
46c5bbf4c6 #3187 Update Well Path Attributes to have a list of inch-values for diameter. 2018-08-30 16:02:55 +02:00
Gaute Lindkvist
b603c5948e #3285 Simple guarding and header reorganisation 2018-08-30 16:02:55 +02:00
Jacob Støren
e93a07b43b Fix missing blocking of selection manager update when updating table selection
Caused crash in the Well Path editing (dragging targets)
2018-08-30 15:43:55 +02:00
Jacob Støren
bddaf9d602 #3291 Fix by differensiating between dynamic and default pickEventHandlers 2018-08-30 15:43:55 +02:00
Bjørn Erik Jensen
67aa41eeae #3091 Completion export. Add e to col name 2018-08-30 14:32:21 +02:00
Bjørn Erik Jensen
37961717e3 #3213 Observed data import. Handle custom vector naming. Fix failing unit tests 2018-08-30 13:30:54 +02:00
Bjørn Erik Jensen
2e8bf5aafe #3213 Observed data import. Add categories to vector table. Modify category identification. Update unit test 2018-08-30 11:17:52 +02:00
Magne Sjaastad
1104c336aa #3294 Selection Manager : Clear selection when editor is activated 2018-08-30 10:42:25 +02:00
Gaute Lindkvist
655803601e #3276 Make curve data source more robust. 2018-08-30 09:32:28 +02:00
Gaute Lindkvist
9262873846 #3285 Make context menu for well path attributes a bit more robust 2018-08-30 09:32:28 +02:00
Gaute Lindkvist
8e73f132cf #3285 Make context menu on table views work correctly with multiple contexts. 2018-08-30 09:32:28 +02:00
Magne Sjaastad
417ef314b4 #3246 Fracture Visualization: Move fracture coordinates into separate scope 2018-08-30 08:26:29 +02:00
Magne Sjaastad
25b78626be #3246 Fracture Visualization: Use display coordinates 2018-08-30 08:22:53 +02:00
Jacob Støren
ad24409b91 #3287 Add update of connected curves when the well path changes 2018-08-29 17:33:58 +02:00
Jacob Støren
6168ac95ab #3290 Always resize columnwidths when adding targets 2018-08-29 17:08:03 +02:00
Jacob Støren
015bb1719a #3290 caf: Add force column resize attribute 2018-08-29 17:07:36 +02:00
Jacob Støren
9fe5631fe2 #3262 Set target dogleg default to 3.0 2018-08-29 16:59:59 +02:00
Jacob Støren
dc432e976b #3249 Well path target point picking operational.
Still work to do, however.
2018-08-29 16:08:34 +02:00
Jacob Støren
9cd9173000 #3249 Add possibility to add and remove pickEventHandlers 2018-08-29 16:04:08 +02:00
Jacob Støren
99bdece40e #3249 caf: Add isSelected method to selection manager 2018-08-29 16:04:08 +02:00
Jacob Støren
ed518a94a6 #3249 caf: Add background color control to table view 2018-08-29 16:04:08 +02:00