Commit Graph
5581 Commits
Author SHA1 Message Date
Magne Sjaastad 4102ba1454 #5800 Delta summary : Fix computations for fixed time step
Use the original dataset, not the resampled dataset when finding the constant value to use.
2020-04-15 14:52:11 +02:00
Gaute Lindkvist 7bbbac8277 #5780 #5795 Improve handling of air gap in modelled well paths + fix result instability.
* Stop using the auto generated target at sea level to generate the well path
* This is because the well path is used to generate the target at sea level.
* The alternative would be to iterate until the target and well path is stable, assuming it converges.
2020-04-15 14:20:27 +02:00
Gaute Lindkvist 7b445a7fb7 #5585 Improve the way we decide on autozoom for the X-range in Well Log Tracks 2020-04-15 14:17:10 +02:00
Gaute Lindkvist 7b22bd2ea8 Add guards to analysis plots in case of deleted summary cases 2020-04-15 12:09:40 +02:00
Kristian Bendiksen 0b47e27e89 #5775 Add ensemble id to RimSummaryCaseCollection. 2020-04-14 19:12:05 +02:00
Kristian Bendiksen a67286d78f #5775 Add case id to summary case. 2020-04-14 19:12:05 +02:00
Kristian Bendiksen 6756533904 #5213 Use class enum for RimGeoMechCase::BiotCoefficientType 2020-04-14 06:32:00 +02:00
Kristian Bendiksen f30d16077b #5213 Update biot type if currently selected biot file is removed. 2020-04-14 06:32:00 +02:00
Kristian Bendiksen ecf61f9854 #5213 Show file name in biot coefficient from file UI. 2020-04-14 06:32:00 +02:00
Kristian Bendiksen 1fde4a09b5 Add button to import element properties for GeoMechCase. 2020-04-14 06:32:00 +02:00
Kristian Bendiksen 0d0ecf42fa #5213 Use calculate geo mech stresses with biot coefficient. 2020-04-14 06:32:00 +02:00
Magne Sjaastad c56385361e #5784 Contour Map : Guard null pointer access 2020-04-10 08:05:06 +02:00
Magne Sjaastad d748cfc96f #5777 Well Measurements : Add icons 2020-04-10 08:01:17 +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 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
Kristian Bendiksen eff3c91e4b #5766 Make it possible to change color of well disks. 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 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 787999f936 Remove unused enum values 2020-04-03 08:36:11 +02:00
Magne Sjaastad 4967a8c9b2 Use AppEnum for DateTimePeriod 2020-04-02 07:24:49 +02:00
Magne Sjaastad db54cf993c #5538 Show scripts in plot window project tree 2020-04-01 13:31:40 +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 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 c587358e79 #5728 Add icon for analysis plot filter 2020-03-30 15:39:33 +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 28d0818848 #5734 Summary Plot : Crash when toggling plot visibility 2020-03-30 08:57:59 +02:00
Jacob Støren 8cd25b0111 Refactor case difference calculation into a static method
To reuse in Analysis Plots
2020-03-30 08:57:59 +02:00
Kristian Bendiksen b5c97ec750 #5717 Properly reload input properties when reading eclipse result case. 2020-03-29 22:20:54 +02:00
Kristian Bendiksen 08f560a058 #5657 Add combined Production and Injection visualization for Well Disks. 2020-03-25 20:49:44 +01:00
Jacob Støren 71755d593c #5706 Remove confusing none-use of ensemble curve definitions
Remove empty summary item address from curvedefanalyser
2020-03-25 16:23:41 +01:00
Jacob Støren 5153dabc8e #5706 Use an english sentence approach on the labels and options 2020-03-25 15:18:48 +01:00
Jacob Støren 94fadb7540 #5706 Make Analysis plot filtering start working 2020-03-25 13:11:04 +01:00
Jacob Støren f18fa26e32 #5706 Analysis plot source filtering Gui starting to work. (Options, max/min values etc)
No actual filtering yet
No support for time range or selected timesteps yet
2020-03-23 11:59:44 +01:00
Jacob Støren 7aecce532f Rename default and max-min calculation function 2020-03-23 11:54:27 +01:00
Jacob Støren 7370aa1bad #5706 Ensemble paramemter operator less orders larger variance first 2020-03-23 11:53:07 +01:00
Jacob Støren 0accbfdd0d #5706 Refactored EnsembleParameter usage.
Cache the list in SummaryCaseCollection
Removed the name, EnsembleParameter pair usage
Add operator< to be able to insert them in a set
2020-03-20 11:22:14 +01:00
Magne Sjaastad 73dabc323d #5704 Show Plot Data : Increase precision to 8 2020-03-19 22:32:51 +01:00
Jacob Støren 1c57f7682f #5706 Initial analysis plot filtering objects. Shell only 2020-03-19 16:36:04 +01:00
Magne Sjaastad a828ccdfe4 #5607 Saturation Pressure Plots : Add workaround for multi plot of SatNumPlots 2020-03-19 16:04:34 +01:00
Magne Sjaastad 9ef51a5e98 #5621 Delta case : Create delta case from two selected cases 2020-03-19 12:19:23 +01:00
Magne Sjaastad b01d826acf #5621 Delta case : Improve name of delta case based on input cases 2020-03-19 12:19:23 +01:00