Commit Graph

5475 Commits

Author SHA1 Message Date
Magne Sjaastad
f89dcf4e52 Convert to enum class 2020-04-24 11:40:22 +02:00
Magne Sjaastad
83914006fd Convert to enum class 2020-04-24 11:40:22 +02:00
Magne Sjaastad
3f88fe197a Convert to enum class 2020-04-24 11:40:22 +02:00
Gaute Lindkvist
0bd477485a Merge branch 'dev' into feature-analysis-plots-initial 2020-04-23 08:39:27 +02:00
Magne Sjaastad
e8068d7b60
Merge pull request #5822 from OPM/tensor-plot-for-fluxes-5583
Tensor plot for fluxes 5583
2020-04-22 22:10:27 +02:00
Gaute Lindkvist
9fcfe4fa84 Merge branch 'dev' into feature-analysis-plots-initial 2020-04-22 16:17:09 +02:00
Gaute Lindkvist
a85367512a Remove superfluous line 2020-04-22 16:09:46 +02:00
Gaute Lindkvist
1b2c2b9499 Fix Linux build issue with lambdas 2020-04-22 16:02:41 +02:00
Gaute Lindkvist
f0ecf57a2b Make decent defaults for correlation plots 2020-04-22 14:36:27 +02:00
Gaute Lindkvist
3133c6fc19 Add RimProject::current() static method 2020-04-22 14:35:25 +02:00
Gaute Lindkvist
87b631a23e Make GNU GSL optional 2020-04-22 10:52:02 +02:00
Kristian Bendiksen
185046194c Add RimDepthTrackPlot base class for RimWellLogPlot. 2020-04-22 08:57:25 +02:00
Kristian Bendiksen
afc824dd53 Fix CRLF line endings. 2020-04-22 08:57:25 +02:00
Magne Sjaastad
d5ea72fd8b
Merge pull request #5764 from OPM/biot-5213
Closes #5213
2020-04-21 15:50:24 +02:00
Gaute Lindkvist
78015fa19d Correlation Matrix Plot 2020-04-21 14:00:22 +02:00
Gaute Lindkvist
48c4d81505 Add ABS tag to Correlation plot x-axis when using absolute values 2020-04-20 09:35:35 +02:00
Magne Sjaastad
e3143eb949 Grid cell time history curves : Guard null pointer access 2020-04-18 09:20:04 +02:00
Gaute Lindkvist
7e3fc1c886 Parameter result cross plot 2020-04-17 19:24:12 +02:00
Gaute Lindkvist
494ce6306f Fix axis range for abs-value Correlation Plots 2020-04-17 14:16:34 +02:00
Gaute Lindkvist
60419f0985 Working Correlation Plot prototype 2020-04-17 13:54:21 +02:00
Magne Sjaastad
a10641cf28 #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-17 13:54:18 +02:00
Gaute Lindkvist
067fe7f263 #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-17 13:54:18 +02:00
Gaute Lindkvist
1d0cd26aff #5585 Improve the way we decide on autozoom for the X-range in Well Log Tracks 2020-04-17 13:54:17 +02:00
Kristian Bendiksen
6dd4dabc33 #5775 Add ensemble id to RimSummaryCaseCollection. 2020-04-17 13:54:17 +02:00
Kristian Bendiksen
bc08aa1905 #5775 Add case id to summary case. 2020-04-17 13:54:17 +02:00
Magne Sjaastad
0a33cc269a #5784 Contour Map : Guard null pointer access 2020-04-17 13:54:16 +02:00
Magne Sjaastad
8cdaf098c5 #5777 Well Measurements : Add icons 2020-04-17 13:54:16 +02:00
Magne Sjaastad
19dea15dd0 Fix typo 2020-04-17 13:54:16 +02:00
Magne Sjaastad
5a7129ffdf #5779 Create Well Path : Add auto generated target at sea level 2020-04-17 13:54:15 +02:00
Magne Sjaastad
9041bc80fa #5779 Add const to access methods 2020-04-17 13:54:15 +02:00
Magne Sjaastad
d895f342e2 Use AppEnum for DateTimePeriod 2020-04-17 13:54:13 +02:00
Magne Sjaastad
2dcab9981b #5538 Show scripts in plot window project tree 2020-04-17 13:54:11 +02:00
Kristian Bendiksen
3f988f2d79 #5766 Make it possible to change color of well disks. 2020-04-17 13:54:09 +02:00
Kristian Bendiksen
3931f68c4f #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-17 13:54:08 +02:00
Kristian Bendiksen
2a11e8f4a1 #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-17 13:54:07 +02:00
Kristian Bendiksen
72d878fb8b #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-17 13:54:07 +02:00
Magne Sjaastad
83bdf5f14d #5769 Well Disk : Show error messages in message window 2020-04-17 13:54:07 +02:00
Magne Sjaastad
1900caba50 Fix compile issues Linux 2020-04-17 13:54:07 +02:00
Magne Sjaastad
d4130b456b #5768 Info Box : Use space as thousand separator 2020-04-17 13:54:06 +02:00
Magne Sjaastad
66c3587d5b Remove unused enum values 2020-04-17 13:54:05 +02:00
Magne Sjaastad
8c14dea3a8 #5750 Project File : Export of unused used path in ReferencedExternalFiles 2020-04-17 13:53:13 +02:00
Magne Sjaastad
4fa00a5252 Guard null pointer access 2020-04-17 13:09:28 +02:00
Magne Sjaastad
404a9ec7d9 Add icon to intersection results 2020-04-17 12:49:54 +02:00
Magne Sjaastad
bc4313f489 #5804 Separate Surface Result : Missing update of content in property editor 2020-04-16 16:08:33 +02:00
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