Commit Graph

10365 Commits

Author SHA1 Message Date
Kristian Bendiksen
8167d9f700 #4430 Add python method to get coarsening info for case.
Equivalent to GetCoarseningInfo in Octave.
2020-02-21 12:01:50 +01:00
Kristian Bendiksen
d497f04d0d #4549 Add python method to get properties for selected cells.
Equivalent to GetGridPropertyForSelectedCells in Octave.
2020-02-21 12:01:50 +01:00
Kristian Bendiksen
8a1fa38435 #4549 Add python method to get selected cells.
Equivalent to GetSelectedCells in Octave.
2020-02-21 12:01:49 +01:00
Kristian Bendiksen
c64281c525 #4549 Add python method to get cell corners for active cells
Equivalent to GetActiveCellCorners in Octave.
2020-02-21 12:01:49 +01:00
Kristian Bendiksen
c20c3bc2ac #4549 Add python method to get cell corners on a grid
Equivalent to GetCellCorners in Octave.
2020-02-21 12:01:49 +01:00
Kristian Bendiksen
a5be62c5b6 #4549 Add python method to get cell centers for active cells
Equivalent to GetActiveCellCenters in Octave.
2020-02-21 11:57:58 +01:00
Kristian Bendiksen
2bf10a7837 #4549 Add python method to get cell centers on a grid
Equivalent to GetCellCenters in Octave.
2020-02-21 11:57:58 +01:00
Gaute Lindkvist
6a4d90ad02 Improve naming in GRPC streaming code 2020-02-21 09:18:24 +01:00
Gaute Lindkvist
a3a7b6029e Fix cloning of GeoMech views from Python 2020-02-21 08:57:26 +01:00
Magne Sjaastad
699a3f9b34 #5380 Surface : Modification of depth 2020-02-20 14:01:12 +01:00
Magne Sjaastad
c950f19a51 Fix missing includes on Linux 2020-02-19 12:47:06 +01:00
Magne Sjaastad
3aa4ffb0da #5529 Surface : Add reader for GOCAD file format
wip
2020-02-19 10:19:24 +01:00
Magne Sjaastad
90a835545f System : Set separate folder for packages 2020-02-18 14:24:07 +01:00
Jacob Støren
69e37f3f09 Rename RicSummaryCurveCalculator to RicSummaryCurveCalculatorUi 2020-02-18 14:14:50 +01:00
Jacob Støren
31f79f24a6 Rename RiuSummaryCurveDefSelectionUi to RiuSummaryVectorSelectionUi 2020-02-18 14:10:10 +01:00
Jacob Støren
72889f8b0a Rename RiuSummaryCurveDefSelectionEditor to RiuSummaryVectorSelectionWidgetCreator 2020-02-18 14:06:16 +01:00
Jacob Støren
42ffc195ce Rename RiuSummaryCurveDefSelectionDialog to RiuSummaryVectorSelectionDialog 2020-02-18 14:00:11 +01:00
Jacob Støren
877133478c Rename RicSummaryCurveCalculatorEditor to RicSummaryCurveCalculatorWidgetCreator 2020-02-18 13:47:24 +01:00
Jacob Støren
dacd84a289 Rename RicSummaryCurveCreator to RicSummaryPlotEditorUi 2020-02-18 13:36:07 +01:00
Jacob Støren
5af6b9f001 Rename RicSummaryCurveCreatorSplitterUi to RicSummaryPlotEditorWidgetCreator 2020-02-18 13:26:32 +01:00
Jacob Støren
568b198339 Rename RicSummaryCurveCreatorDialog to RicSummaryPlotEditorDialog 2020-02-18 12:29:13 +01:00
Magne Sjaastad
fc98f9ac9d #5528 Multi Plot : Add export to right-click menu of Multi Plot 2020-02-17 15:13:32 +01:00
Magne Sjaastad
027b7ed27c #5528 Multi Plot : Add optional display of PDF in preferences 2020-02-17 13:20:28 +01:00
Magne Sjaastad
a3519a6e00 #5528 Multi Plot : Add feature for export of PDF documents 2020-02-17 13:20:28 +01:00
Kristian Bendiksen
f7af2ed83e #4550 Add python method to get simulation wells with status and cells info. 2020-02-17 10:40:31 +01:00
Kristian Bendiksen
2788c7a6c1 #4550 Implement python well methods 2020-02-17 10:05:13 +01:00
Magne Sjaastad
12a0a8c358 #5527 Multiplot : Copy plots when creating a multi plot 2020-02-17 09:11:23 +01:00
Magne Sjaastad
7f2331a4db Make sure phase distribution plots are enabled when loading project file 2020-02-14 09:38:16 +01:00
Magne Sjaastad
3ba301f56e #5550 Python : Fix crash for case.set_grid_property 2020-02-13 13:52:38 +01:00
Magne Sjaastad
d6a1f79135 #5545 Derived Summary Case : Make sure union of available addresses are used 2020-02-13 12:37:42 +01:00
Magne Sjaastad
54bb752682 #5547 Derived Summary Case : Allow missing data for either of the two source cases 2020-02-13 12:37:42 +01:00
Gaute Lindkvist
fb1be5b84b #5543 Revert "Remove WBS-averaging over element"
The change causes some saw tooth curves in some cases.

This reverts commit 480ff8f707.
2020-02-13 11:23:32 +01:00
Gaute Lindkvist
d5351585f0 #5542 Fix scaling issues causing wrong FG results in some cases. 2020-02-13 11:23:32 +01:00
Gaute Lindkvist
a35c395f54 Minor visual improvements to Well Path Attribute track
* Make well slightly wider
2020-02-13 11:23:32 +01:00
Magne Sjaastad
a3e3601d08 #5533 Derived summary case: Avoid crash if no data is present 2020-02-12 14:24:23 +01:00
Magne Sjaastad
c82df63e10 #5101 clang-format: Adjusted penalties
Use lower absolute values to improve control of behavior
2020-02-12 13:35:31 +01:00
Magne Sjaastad
10f0abc9b5 #5101 clang-format: Allow short functions on a single line
Use AllowShortFunctionsOnASingleLine: InlineOnly
2020-02-12 13:35:31 +01:00
Gaute Lindkvist
ab9d46ee75 #5534 Minor changes to sea level formation names in Well Log Plots. 2020-02-12 11:46:29 +01:00
Gaute Lindkvist
aff8b1058d #5534 Increase default tick interval on WBS stability curve track 2020-02-12 11:46:29 +01:00
Gaute Lindkvist
c9c2f175e0 #5534 Enable Air Gap in default WBS title 2020-02-12 11:46:29 +01:00
Gaute Lindkvist
5f84bd13a1 #5524 Stop asking for an address with the field name "SH".
* The field name was hardcoded as "SH" and compared to the name of the SH result-string, which isn't the same as the input parameter anymore
2020-02-12 10:51:09 +01:00
Magne Sjaastad
5e0d8e5bea Guard null pointer 2020-02-12 08:51:11 +01:00
Magne Sjaastad
bad1156ad9 #5520 Completions : Set a threshold for transmissibility 2020-02-11 20:24:46 +01:00
Gaute Lindkvist
25740fbced #5470 Stop using normalization on results it isn't valid for 2020-02-11 15:38:16 +01:00
Gaute Lindkvist
1a7d0a901c #5470 Add normalized result for stress and POR-Bar 2020-02-11 15:38:16 +01:00
Gaute Lindkvist
df14cfce06 #5470 Add a new median calculator and make rkbdiff default to median well path rkb 2020-02-11 15:38:16 +01:00
Gaute Lindkvist
91a7a94dda #5470 Add GUI for GeoMech normalization 2020-02-11 15:38:16 +01:00
Kristian Bendiksen
ada9507b8a
Merge pull request #5515 from OPM/reorder-well-measurement-properties
Reorder well measurement properties.
2020-02-11 15:09:49 +01:00
Magne Sjaastad
5ced642ca2 #5518 Regression : Make sure all project settings are wiped before next run 2020-02-11 14:44:35 +01:00
Magne Sjaastad
f0509d080a #5507 Well Allocation Plot : Reduce size of left column 2020-02-11 14:04:49 +01:00