Commit Graph

10763 Commits

Author SHA1 Message Date
Magne Sjaastad
d748cfc96f #5777 Well Measurements : Add icons 2020-04-10 08:01:17 +02:00
rebekkasjaastad
5a46000c3c Well Measurement Icons (#5789) 2020-04-09 13:55:19 +02:00
Magne Sjaastad
0b0a314743 Fix typo 2020-04-07 21:44:43 +02:00
Magne Sjaastad
1c511dbeb3 #5779 Create Well Path : Add auto generated target at sea level 2020-04-07 21:44:43 +02:00
Magne Sjaastad
379276ae06 Guard null pointer access 2020-04-07 21:44:43 +02:00
Magne Sjaastad
15d727aca7 #5779 Add const to access methods 2020-04-07 21:44:43 +02:00
Magne Sjaastad
a99a32e8f3 Merge pull request #5760 from OPM/summary-data-python
Python support for summary data
2020-04-07 10:37:53 +02:00
Magne Sjaastad
60caae37e7 Summary Data : Update example 2020-04-07 10:16:27 +02:00
Magne Sjaastad
3b8cdaa5e0 #5757 Python : Report error message if no result is created 2020-04-07 10:16:04 +02:00
Magne Sjaastad
f16185a652 Adjustments after review 2020-04-07 10:01:03 +02:00
Magne Sjaastad
5453e766d0 #5766 Sim Well Disks : Improve logic related to display of labels 2020-04-07 08:42:29 +02:00
Kristian Bendiksen
eff3c91e4b #5766 Make it possible to change color of well disks. 2020-04-07 08:42:29 +02:00
Kristian Bendiksen
0be429e0fe #5766 Hide well disk labels when simulation well labels are turned off. 2020-04-07 08:42:29 +02:00
Kristian Bendiksen
6702f21097 #5766 Make well disk 4x bigger by default. 2020-04-07 08:42:29 +02:00
Kristian Bendiksen
67864399fe #5656 Fix display of well disks in contour map
The summary reader would not be set if the property editor had not been
shown (i.e. defineUiOrdering had not been done) before the first draw.
2020-04-07 08:42:29 +02:00
Kristian Bendiksen
a349232c6c #5665 Fix import of element properties in saved projects.
The RigFemPartResultsCollection result cache could contain entries without data if
a query for that particular result had been made before the file had been
imported.
2020-04-06 13:55:22 +02:00
Kristian Bendiksen
4da969f86b #5696 WBS: Fix check for element properties when creating options source list.
An off-by-one error in the time step when checking if a element property table
has any values would lead to the "Propery Table" option not being shown in the
UI for the default time step (i.e 0).

This makes it possible to select UCS and POISSON_RATIO as element properties.
2020-04-06 13:55:22 +02:00
Kristian Bendiksen
0733c00915 #5695: Improve pore pressure input options for reservoir/non-reservoir pressure.
Current options for reservoir:
1. Grid (POR-Bar)
2. LAS file (PP_INP, PP_RES_INP, POR_RES_INP)
3. Property table (POR_INP, PP_INP)

Current options for non-reservoir:
1. LAS file (PP_NONRES_INP or POR_NONRES_INP)
2. Property Table (POR_NONRES_INP or PP_NONRES_INP)
3. Hydrostatic
2020-04-06 13:55:22 +02:00
Magne Sjaastad
8560d67a66 #5769 Well Disk : Show error messages in message window 2020-04-06 13:04:53 +02:00
Magne Sjaastad
a7ed41a4a5 Fix compile issues Linux 2020-04-06 12:48:43 +02:00
Magne Sjaastad
4eb2163b35 #5768 Info Box : Use space as thousand separator 2020-04-06 12:21:16 +02:00
Magne Sjaastad
99ccec52e3 Incomplete import of Restart data from 6X (#5767)
* #5763 Incomplete import of Restart data from 6X

6X simulator can report multiple keywords per time step. These additional keywords do not contain any data possible to import into ResInsight, but must be used when accessing the correct result keyword based on index in file.
2020-04-06 12:15:28 +02:00
Magne Sjaastad
46d8fb5e83 Fix out of bounds access
Triggered by calculations when data is missing for some time steps
2020-04-03 13:15:45 +02:00
Magne Sjaastad
b315022a2a #5747 Completion Export: Include comment for zero transmissibility cells 2020-04-03 10:40:39 +02:00
Magne Sjaastad
1272ee92d0 #5747 Completion Export: Avoid nan values for zero permeability 2020-04-03 10:38:10 +02:00
Magne Sjaastad
787999f936 Remove unused enum values 2020-04-03 08:36:11 +02:00
Magne Sjaastad
70850a73d9 #5758 Create Well Path: Default well name "Well-1" 2020-04-03 08:35:45 +02:00
Jacob Støren
b7494500a3 #5559 Add Save to Pdf icon 2020-04-02 10:27:12 +02:00
Magne Sjaastad
4967a8c9b2 Use AppEnum for DateTimePeriod 2020-04-02 07:24:49 +02:00
Magne Sjaastad
acd151744a #5757 Python : Add resampling of summary data 2020-04-01 22:21:21 +02:00
Magne Sjaastad
6b299a5d9d #5757 Python : Add access to time_t values 2020-04-01 15:07:54 +02:00
Magne Sjaastad
fcd957fd51 #5757 Python : Add access to summary addresses 2020-04-01 14:30:29 +02:00
Magne Sjaastad
903c6ba94b #5757 Python : Add access to summary values 2020-04-01 13:32:27 +02:00
Magne Sjaastad
db54cf993c #5538 Show scripts in plot window project tree 2020-04-01 13:31:40 +02:00
Magne Sjaastad
a99b16076a #5756 Plot Window : Add message window 2020-04-01 13:15:37 +02:00
Magne Sjaastad
26dad61df7 #5750 Project File : Export of unused used path in ReferencedExternalFiles 2020-04-01 10:19:52 +02:00
Jacob Støren
f6091907cb #5740 Add option to sort groups by max value in group in BarChartBuilder 2020-03-31 15:21:54 +02:00
Magne Sjaastad
c4a3418d68 #5749 Python : Add missing conversion from Grpc object to PdmObject 2020-03-31 14:03:25 +02:00
Jacob Støren
21bfe9c70c Remove strange path debug output 2020-03-31 13:20:18 +02:00
Jacob Støren
adb06f229c Merge dev into feature-analysis-plots-initial 2020-03-31 13:13:47 +02:00
Jacob Støren
8167167bc9 Add debug output to pinpoint strange path origin 2020-03-31 11:20:01 +02:00
Jacob Støren
773fa0fcd5 #5559 Add Save to Pdf icon 2020-03-30 16:51:31 +02:00
Jacob Støren
c587358e79 #5728 Add icon for analysis plot filter 2020-03-30 15:39:33 +02:00
Jacob Støren
36eacac60b #5725 Add delete command for analysis plot filters 2020-03-30 14:44:45 +02:00
Magne Sjaastad
ead29ef70f Python Doc : Improve formatting of tables 2020-03-30 14:07:22 +02:00
Magne Sjaastad
b064159cbd Add missing include 2020-03-30 10:15:20 +02:00
Magne Sjaastad
2b88773587 Linux : Fix compiler issue 2020-03-30 08:57:59 +02:00
Magne Sjaastad
8e89015cd5 #5707 Delta Summary Case : Add user option to select time step 2020-03-30 08:57:59 +02:00
Magne Sjaastad
ff5cc86935 #5707 Delta Ensemble Case : Add user option to select time step 2020-03-30 08:57:59 +02:00
Magne Sjaastad
69d36ed9a9 Avoid include of RiaQDateTimeTools in header 2020-03-30 08:57:59 +02:00