Commit Graph

5644 Commits

Author SHA1 Message Date
Magne Sjaastad
e0d426df12 #5379 Surface : Add depth offset to base surface class 2020-05-04 06:32:37 +02:00
Magne Sjaastad
7bfe631118 #5379 Surface : Offset coords by a delta to avoid numerical instability
When creating a surface from top layer coords, we end up with a lot of geometrical operations in the same geometrical plane. Adjust the location of the surface coords to avoid these issues.
2020-05-04 06:32:37 +02:00
Magne Sjaastad
77734b8b57 #5379 Surface : Add grid case surface 2020-05-04 06:32:37 +02:00
Magne Sjaastad
4d114e36f8 #5379 Surface : Move enum to RiaDefines 2020-05-04 06:32:37 +02:00
Kristian Bendiksen
e66f937c29 Fix assignment instead of comparison bug in RimPlotDataFilterItem::fieldChangedByUi 2020-04-30 12:46:50 +02:00
Kristian Bendiksen
4dfa975836 Fix warnings about "statement without effect" on gcc 7 on linux. 2020-04-30 12:46:50 +02:00
Kristian Bendiksen
92f4e6278c Fix signed/unsigned comparison. 2020-04-30 12:46:50 +02:00
Kristian Bendiksen
656010ffb9 Fix incorrect comparison for majorTickMarkCount in RimMultiPlot::fieldChangedByUi. 2020-04-30 12:46:50 +02:00
Kristian Bendiksen
b5fe00ec09 Move variable to silence warnings on linux in release mode 2020-04-30 12:46:50 +02:00
Kristian Bendiksen
2791e4954e Move variable to silence warnings on linux in release mode. 2020-04-30 12:46:50 +02:00
Kristian Bendiksen
d1da920394 Avoid slashes in comments to not trigger multi-line comment warnings on linux. 2020-04-30 12:46:50 +02:00
Magne Sjaastad
58d8b0b753 #5852 3D view: Avoid more work than required 2020-04-30 12:29:58 +02:00
Magne Sjaastad
fbd8fffcca #5856 Well Disks: Convert to time_t once instead of N times 2020-04-30 12:29:58 +02:00
Magne Sjaastad
accfa47539 #5856 Well Disks : Guard recompute and limit evaluation to visible wells 2020-04-30 12:29:58 +02:00
Magne Sjaastad
bc400af345 #5837 Well Log Curves : Show icons in tree view 2020-04-28 07:31:00 +02:00
Magne Sjaastad
eb46552e60 #5837 Well Measurements : Create new well measurement curves 2020-04-28 07:31:00 +02:00
Magne Sjaastad
34803b76be #5837 Well Measurements : Allow modification of kind 2020-04-28 07:31:00 +02:00
Magne Sjaastad
616af75df3 #4035 System : Remove term souring from cmake and UI
Use general term HDF5 when required
2020-04-24 11:40:22 +02:00
Magne Sjaastad
95fc63fe7c Convert to enum class 2020-04-24 11:40:22 +02:00
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
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
Jacob Støren
d74e5fe5e8 #5674 #5664 #5692 Shift connection number depth to show connection number at the middle of the flat areas of the graphs for inflow, and for accumulated flow to shw flow change at connection (not shifted one off) Aligned curve ascii export accordingly 2020-03-17 07:10:49 +01:00
Jacob Støren
ce7b08a809 #5664 Well Allocation Plot Data Ascii text: Fixed for accumulated flow with connections 2020-03-17 07:10:49 +01:00
Gaute Lindkvist
ba0ded23c3 #5671 Move caf::PdmFieldScriptability<cvf::Color3f> into cafPdmCvf 2020-03-13 17:12:05 +01:00
Gaute Lindkvist
2853308a4a Python: Create summary plot from string 2020-03-13 14:18:41 +01:00
Jacob Støren
87bddb1fe4 #5639 Analysis plot icons 2020-03-13 11:40:10 +01:00
Gaute Lindkvist
1c75d9b4bd #5663 Fix element property input for UCS 2020-03-10 20:11:54 +01:00
Gaute Lindkvist
4c0f02ceb5 #5653 export wbs curves with SG_EMW units 2020-03-10 20:11:54 +01:00
Gaute Lindkvist
c51aa91c42
#5632 Python method commands (#5649)
* General PdmObjectMethods for scripting.
2020-03-10 14:11:22 +01:00
Magne Sjaastad
587478cbd1 #5576 Simulation wells: Add Fly to Object 2020-03-09 07:25:13 +01:00
Magne Sjaastad
49d74ce0e7 #5620 Delta Case : Use term delta case for delta ensemble and delta summary 2020-03-07 16:01:56 +01:00
Magne Sjaastad
61ff1eab29 #5642 Ensemble Summary Case : Fix missing icons 2020-03-07 16:01:56 +01:00
Magne Sjaastad
226ff16063 #4763 Derived Ensemble: Allow matching of cases when parameters differs 2020-03-07 16:01:56 +01:00
Magne Sjaastad
7c9a09a40c #4763 Ensemble Parameters : Add realization number 2020-03-07 16:01:56 +01:00
Magne Sjaastad
f181f9bb33 Summary Plot : Zoom all when when text filter changes
If a zoom is active, the resulting plot might end up with empty visible content.
2020-03-06 13:37:07 +01:00
Magne Sjaastad
5cacd83e83 #5635 Summary Plot: Fix missing Symbol Edge Color 2020-03-06 13:37:07 +01:00
Magne Sjaastad
f131ad77e1 Merge branch 'dev' into feature-analysis-plots-initial 2020-03-06 08:06:48 +01:00
Gaute Lindkvist
c23e27eef0 Simplify Python API 2020-03-05 11:08:56 +01:00
Gaute Lindkvist
bd8e079e24 #5632 Generate PdmChildField and PdmChildArrayField methods 2020-03-05 08:40:46 +01:00
Gaute Lindkvist
2424d79c5d Move some more scriptability to caf 2020-03-05 08:40:46 +01:00
Gaute Lindkvist
b2f55a3101 Make scriptability a CAF-feature 2020-03-05 08:40:46 +01:00
Gaute Lindkvist
2cea7c0321 Implement proxy field python methods 2020-03-05 08:40:46 +01:00
Kristian Bendiksen
c464664c40 #5583 Add visualization for fluxes. 2020-03-04 22:18:01 +01:00
Kristian Bendiksen
eb97ee0de8 #5583 Add data model object and ui for RimElementVectorResult. 2020-03-04 22:18:01 +01:00
Gaute Lindkvist
06d964d070 #5601 Avoid listing LAS-files multiple times in source list 2020-03-03 14:25:20 +01:00
Gaute Lindkvist
eca3531c2e #5596 Make sure new WBS plots gets the correct data parameter sources set 2020-03-03 14:25:20 +01:00
Gaute Lindkvist
9ed054e28c #5590 Plot LAS-curves with correct TVDRKB depth even if file does not have a TVDRKB track 2020-03-03 14:25:20 +01:00
Jacob Støren
bb58507559 #5609 Explicit selection of ensemble members for Analysis Plots 2020-03-03 09:52:54 +01:00
Jacob Støren
186332e707 #5599 2020-03-03 09:52:54 +01:00
Jacob Støren
c274e577e7 Rename and reorder methods in RimAnalysisPlots
Removed unused code and inlined empty methods
2020-03-03 09:52:53 +01:00
Jacob Støren
ec1bccc1f5 Add comment on use of font update methods 2020-03-03 09:52:53 +01:00
Jacob Støren
7b3aca4340 #5597 Add reference case to Analysis Plots
Improved autotitle with timestep and Top N - filtering text
2020-03-03 09:52:53 +01:00
Jacob Støren
95d0b5c8c8 Refactor case difference calculation into a static method
To reuse in Analysis Plots
2020-03-03 09:52:53 +01:00
Jacob Støren
fd4cbc6c87 #5539 Support ensembles in Analysis plots 2020-03-03 09:52:53 +01:00
Jacob Støren
d540737a53 #5539 Set default Bar text options off 2020-03-03 09:52:53 +01:00
Jacob Støren
782b5c360d #5539 Add optional top N filter
Adjust layout in Analysis Plot property panel
Add colormap option to barchart builder
2020-03-03 09:52:53 +01:00
Jacob Støren
afea6963b2 Fix linux compile error and warnings 2020-03-03 09:52:53 +01:00
Jacob Støren
6d07e7a8ff #5539 Complete several small tasks regarding AnalysisPlot.
Add quantity as grouping option.
Add controls for bar text.
Legend font size control working.
Simple auto title.
Set selected vectors ui field.
Improve date format.
Use summaryAddress::itemUiText
2020-03-03 09:52:53 +01:00
Jacob Støren
66d98b3d23 #5539 Load Analysis plots when opening project 2020-03-03 09:52:53 +01:00
Jacob Støren
692ed80c26 #5539 Add timestep selection, grouping and value sorting 2020-03-03 09:52:53 +01:00
Jacob Støren
233f63e80b #5539 Populate the vector selection dialog from selection 2020-03-03 09:52:53 +01:00
Jacob Støren
3b0aacb666 #5539 Restore value axis when switching orientation
Use vertical bar text.
2020-03-03 09:52:53 +01:00
Jacob Støren
78310080e5 #5539 Add orientation field 2020-03-03 09:52:53 +01:00
Jacob Støren
31b215ac78 #5539 First actual data in Analysis plot 2020-03-03 09:52:53 +01:00
Jacob Støren
1f109d0ee2 #5536 Move orientation argument.
Testplot code moved to separate method.
2020-03-03 09:52:53 +01:00
Jacob Støren
e9f8cf8105 #5539 Add texts on Bars 2020-03-03 09:52:53 +01:00
Jacob Støren
dd114b7928 #5539 Fixed missing spacing after groups without names 2020-03-03 09:52:52 +01:00
Jacob Støren
a1410ca118 #5539 Initial AnalysisPlot objects and barchart builder 2020-03-03 09:52:52 +01:00
Gaute Lindkvist
bd1d1caacc #5591 Avoid saw tooth shape on normalized stresses 2020-03-02 15:04:25 +01:00
Gaute Lindkvist
3674c4451d #5513 Initialize the min/max values for Ensemble Curve Filters 2020-03-02 15:03:17 +01:00
Magne Sjaastad
0cd0c7d80d #5612 Saturation Pressure Plots : Remove duplicated code 2020-02-28 12:39:24 +01:00
Magne Sjaastad
1187a2e551 #5612 Saturation Pressure Plots : Add support for user defined time step 2020-02-28 12:39:24 +01:00
Magne Sjaastad
a612da649c #5593 Saturation Pressure Plot: Clamp time step index 2020-02-28 12:39:24 +01:00
Magne Sjaastad
6530d12e71 #5593 Saturation Pressure Plot: Use time step 0 as default 2020-02-28 12:39:24 +01:00
Gaute Lindkvist
f15d35edef Fix Eclipse contour map creation by making sure the project version is initialized 2020-02-26 14:48:56 +01:00
Magne Sjaastad
db2ca4f98a #5592 Well Path : For well paths with two targets, a fracture and perf interval fails to work 2020-02-26 14:12:10 +01:00
Gaute Lindkvist
1353835bd8 CAF: Move keyword aliases from PdmXmlFieldHandle to PdmFieldHandle 2020-02-25 16:04:53 +01:00
Gaute Lindkvist
84f5c5d068 Fix Python access to contour maps 2020-02-25 13:57:51 +01:00
Gaute Lindkvist
d95f3a349d Move to use a static registry of scriptable classes 2020-02-25 13:57:51 +01:00
Gaute Lindkvist
50ae160e2d Make the basics of summary cases and plots scriptable 2020-02-25 13:57:51 +01:00
Gaute Lindkvist
1f6e9513de Make Python code use the new generated skeleton and rename ResInsight parameters to fit 2020-02-25 13:57:51 +01:00
Gaute Lindkvist
ae3651ab30 Move Case file name to the base RimCase class and make consistent 2020-02-25 13:57:51 +01:00
Magne Sjaastad
610e7d6391 #5577 Multi Plot : Add attribute for setting tick mark count along x-axis 2020-02-25 10:26:12 +01:00
Gaute Lindkvist
f38967e7cb Make sea level visualization a GeoMech-only feature.
* This is because it works poorly with eclipse grids because they don't specify the sea bed level.
2020-02-24 12:30:13 +01:00
Gaute Lindkvist
82263e9d6f WBS LAS-parameter fixes to be more consistent 2020-02-24 12:30:13 +01:00
Gaute Lindkvist
4cf427ce69 Minor WBS plot layout work 2020-02-24 12:30:13 +01:00
Magne Sjaastad
699a3f9b34 #5380 Surface : Modification of depth 2020-02-20 14:01:12 +01:00
Magne Sjaastad
3aa4ffb0da #5529 Surface : Add reader for GOCAD file format
wip
2020-02-19 10:19:24 +01:00
Jacob Støren
31f79f24a6 Rename RiuSummaryCurveDefSelectionUi to RiuSummaryVectorSelectionUi 2020-02-18 14:10:10 +01:00
Jacob Støren
42ffc195ce Rename RiuSummaryCurveDefSelectionDialog to RiuSummaryVectorSelectionDialog 2020-02-18 14:00:11 +01:00
Jacob Støren
dacd84a289 Rename RicSummaryCurveCreator to RicSummaryPlotEditorUi 2020-02-18 13:36:07 +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
Kristian Bendiksen
f7af2ed83e #4550 Add python method to get simulation wells with status and cells info. 2020-02-17 10:40:31 +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
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
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
Magne Sjaastad
5e0d8e5bea Guard null pointer 2020-02-12 08:51:11 +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
16d75b23a8 #5508 Phase Distribution Plot : Add to context menu of wells in project tree and 3D 2020-02-11 13:12:27 +01:00