Magne Sjaastad
f910ac5b0f
#5808 Summary Plot : Exclude *WCT vectors as cumulative vectors
2020-05-22 15:01:56 +02:00
Magne Sjaastad
4a8aa6ced1
#5917 Export Completion: Avoid overwrite of export completion well name
2020-05-22 15:01:56 +02:00
Magne Sjaastad
ff90ae5704
#5917 Export Completion: Use export name in comments
2020-05-22 15:01:56 +02:00
Magne Sjaastad
9c76935122
#5898 Postfix fault direction instead of prefix
2020-05-22 15:01:56 +02:00
Magne Sjaastad
b9dac8da38
#5830 Fix auto-generated target at sea level
2020-05-22 15:01:56 +02:00
Gaute Lindkvist
ab9ba69391
#5905 Fix wrong percentile calculation
...
* We sent in percent values (0-100) instead of the fractional values (0 - 1) that RigHistogramCalculator::calculatePercentile required.
* It has been like this for years AFAICT.
2020-05-22 15:01:56 +02:00
Gaute Lindkvist
c238a0ac30
#5945 Make the new default ensemble curve set feature take the preferences into account
2020-05-22 15:01:56 +02:00
Kristian Bendiksen
c366e85682
Refactor delete operations for pdm objects.
2020-05-22 07:02:53 +02:00
Magne Sjaastad
7e7b9e6cfc
Fix compare between signed/unsigned
2020-05-21 10:08:15 +02:00
Magne Sjaastad
51fd5e39b0
NNC: Compute data on demand
2020-05-21 08:09:07 +02:00
Magne Sjaastad
734e992384
NNC info : Count NNCs with no overlap area, and display first 20
2020-05-21 08:09:07 +02:00
Magne Sjaastad
04311c64c6
Performance : Move construction of AABB tree out of parallel loop
...
Crash seen for regression test TestCase_Surfaces
2020-05-21 07:42:22 +02:00
Kristian Bendiksen
b20747efbe
Merge pull request #5966 from OPM/fix-gcc8-warning-5964
...
#5964 Fix "type qualifiers ignored on cast result type" warning on gc…
2020-05-20 20:56:20 +02:00
Kristian Bendiksen
c03f6e43ca
#5964 Fix "type qualifiers ignored on cast result type" warning on gcc 8.
2020-05-20 18:58:34 +02:00
Magne Sjaastad
08b9e40f6c
Always try to import well path from well path cache
2020-05-20 18:44:43 +02:00
Kristian Bendiksen
d5a950d67c
Treat warnings as errors on new gcc versions
2020-05-20 14:23:23 +02:00
Kristian Bendiksen
9c8fe15d28
Use unsigned int for bitfiddling (fixes unused variables warnings on gcc).
2020-05-20 14:23:22 +02:00
Kristian Bendiksen
30cec3e280
Fix comparison between signed and unsigned integer expressions.
2020-05-20 14:23:22 +02:00
Kristian Bendiksen
2f4ee076de
Remove "set-but-unused" variables (generates warnings on gcc 7).
2020-05-20 13:45:59 +02:00
Kristian Bendiksen
59621e38f7
Remove undefined behavior (sequence point ordering).
2020-05-20 13:45:10 +02:00
Kristian Bendiksen
03b1a31ff3
Enable all warnings ("-Wall") for ApplicationCode directory on linux.
...
Allowing initializiation reordering and unused parameters for now since there
are a lots of them, and the code is harmless.
2020-05-20 13:45:10 +02:00
Kristian Bendiksen
e80b3c2ff2
#5927 Add pore compressibility calculation.
2020-05-20 08:53:15 +02:00
Gaute Lindkvist
e966184d99
Reorganise ijk calculation based on suggestion from bska
2020-05-19 16:14:08 +02:00
Gaute Lindkvist
91eb956092
Remove superfluous calculation and rename ijkFromCellIndexNonGuarded
2020-05-19 16:14:08 +02:00
Gaute Lindkvist
19c541888f
#5950 Wbs: Fix wrong behaviour for LAS-file PP_INP
2020-05-19 13:42:25 +02:00
Gaute Lindkvist
e27a673ab6
Partial revert of 3a526ab5
to remove parallelization on one loop.
...
* Turns out this loop is hard to guarantee the same result.
2020-05-19 11:42:20 +02:00
Magne Sjaastad
91dd3e6d3e
NNC : Fix pytest
2020-05-18 15:22:08 +02:00
Gaute Lindkvist
c7a6a22599
Fix PNG IPCC profile on all icons to avoid Qt-warning in newer Qt
2020-05-18 12:54:53 +02:00
Magne Sjaastad
401dd2246c
NNC : Fix visual artifacts for some models
2020-05-18 12:07:29 +02:00
Gaute Lindkvist
3a526ab555
Parallelize another loop in fault calculation
2020-05-15 14:48:08 +02:00
Gaute Lindkvist
c5661f3fce
Parallelize transferGridCellData
2020-05-15 14:48:08 +02:00
Gaute Lindkvist
b575a1bbbe
Fix issue in merge
2020-05-15 14:48:08 +02:00
Gaute Lindkvist
c7851f0001
Refactored some code to make it possible to parallelise
2020-05-15 14:48:08 +02:00
Gaute Lindkvist
de824f2543
Minor improvements to fault calculations
2020-05-15 14:48:08 +02:00
Gaute Lindkvist
99aa65c611
Other improvements to bounding box calculation
2020-05-15 14:47:04 +02:00
Gaute Lindkvist
5a7f7888ca
#5936 Fix use of LAS for PP Non-Reservoir
2020-05-15 13:51:02 +02:00
Magne Sjaastad
ebde4495fb
Remove obsolete parameters
2020-05-15 12:55:25 +02:00
Magne Sjaastad
0c13f132fa
#5932 NNC data : Compute geometry when NNC data is asked for
2020-05-15 12:55:25 +02:00
Gaute Lindkvist
ab0b05b31c
Improve NNC memory use
2020-05-15 12:55:25 +02:00
Gaute Lindkvist
97dd891d38
Reduce NNC memory use
2020-05-15 12:55:25 +02:00
Kristian Bendiksen
34dcd3c737
Merge pull request #5912 from OPM/calculate-stress-anisotropy-5910
...
#5910 Add calculator for stress anisotropy.
2020-05-14 13:17:48 +02:00
Stein Inge Dale
d39bcb31ab
Various operations on color legends
2020-05-14 12:08:19 +02:00
Kristian Bendiksen
20ca3354b9
Stimplan preprocessor refact ( #5895 )
...
* #5633 Add Fracture Model data object.
* #5633 Add visualization for Fracture Model.
* Use thickness direction well path.
* #5834 WIP Fracture Model: Extract facies names along thickness direction vector
* Update to class enums.
* Remove RimFractureModel dip, tilt and azimuth (no longer used).
* #5824 : Fix fracture model direction relative to formation dip
* Workaround problem in generated python code which breaks tests on linux. See #5862 .
* Update name of thickness direction well path.
* #5834 Add import command for facies roff file.
* #5834 Show color legend data in facies track.
Also make it possible to change the data source for the curve data in plot.
* Fracture Model: replace "Thickness Type" with "Extraction Type".
* Use shorter curve legends in fracture model plot.
* Use class enum for RimFractureModel::ExtractionType.
* Use RimProject::current() instead of RiaApplication::instance()->project().
* Simplify RimFractureModel by not implementing Rim3dPropertiesInterface.
* Use scoped enums in RiaPlotAnnotationTool.
* Remove unused RimFractureModelPlot fields.
* Hide fracture model plots field, and add accessor methods.
2020-05-14 06:39:55 +02:00
Kristian Bendiksen
f628730618
#5910 Add calculator for stress anisotropy.
2020-05-14 06:19:26 +02:00
Magne Sjaastad
73ac3e5db1
#5925 Simplify computation of fault data
2020-05-13 17:57:21 +02:00
Magne Sjaastad
928acfdf9b
Allan : Do not test for cached data in pytest
2020-05-13 17:56:32 +02:00
Magne Sjaastad
c932b40a56
#5925 NNC computations : Add flag in preferences to include inactive cells
2020-05-13 14:37:02 +02:00
Magne Sjaastad
0c32538e01
#5914 Import faults : Avoid computation of faults if turned off in preferences
2020-05-13 14:37:02 +02:00
Magne Sjaastad
2bc9cb37c0
#5913 Import NNC : Do not compute NNCs if importNNCs is disabled in preferences
2020-05-13 14:37:02 +02:00
Magne Sjaastad
87f1535888
#5920 Allan Diagrams : Avoid computation until required
2020-05-13 14:37:02 +02:00
Gaute Lindkvist
24d58e3a98
Fix crash in WBS curves when rkb diff is 0
2020-05-13 13:03:28 +02:00
Gaute Lindkvist
e0fd47ef6e
#5888 only apply LAS-PP-values within reservoir
2020-05-13 13:01:21 +02:00
Gaute Lindkvist
9446150740
#5863 Always use grid for PP0
2020-05-13 13:00:43 +02:00
Gaute Lindkvist
fa9afc7762
Improve NNC calculation load balancing
2020-05-13 12:19:03 +02:00
Gaute Lindkvist
150f0f09e3
Use guided openmp for loop
2020-05-13 12:19:03 +02:00
Gaute Lindkvist
f199297f12
#5915 improve performance of NNC computation and limit to active cells
2020-05-13 12:19:03 +02:00
Magne Sjaastad
3d2ac4b573
Fix misspelled Allan diagram ( #5906 )
...
Closes #5816
2020-05-12 15:14:42 +02:00
Kristian Bendiksen
c016c02e40
Replace RiaApplication::instance()->project() with RimProject::current().
...
Also remove uneccessary includes of RiaApplication.h.
2020-05-12 12:01:44 +02:00
Kristian Bendiksen
7972ff8c02
#5409 Remove deprecated QFontMetrics::width() call.
...
Replaced with `QFontMetrics( font ).boundingRect( QString ).width() as suggested
in Qt5 docs. The replacement should work for all Qt5 versions as it was
available in Qt4 too.
2020-05-12 12:01:44 +02:00
Kristian Bendiksen
d86de5e8ff
#5409 Remove deprecated QPlainTextEdit::setTabStopWidth call on Qt >= 5.10
...
Need to still use it for 5.9 and older.
2020-05-12 12:01:44 +02:00
Kristian Bendiksen
8211727b79
Remove ifdefs for Qt4 support.
2020-05-12 12:01:44 +02:00
Kristian Bendiksen
2bc677b8c8
#5785 Add timelapse calculator one time.
2020-05-12 12:01:44 +02:00
Magne Sjaastad
81571908af
System : Use TARGET_FILE_DIR instead of CONFIGURATION
2020-05-11 08:03:42 +02:00
Magne Sjaastad
e3b350a982
Fix changes in icon color API
2020-05-10 09:43:39 +02:00
Gaute Lindkvist
2e79cf614f
Refactor and rename QIconProvider -> IconProvider ( #5893 )
...
* Refactor and rename QIconProvider -> IconProvider
* Generate icons on demand as unique_ptrs
2020-05-09 11:25:11 +02:00
Kristian Bendiksen
b84e868564
Split fem part results collection 5785 ( #5871 )
...
* #5785 Extract RigFemClosestResultIndexCalculator class to separate file.
* #5785 Move method implementation of RigFemClosestResutIndexCalculator to cpp file.
Also improve const correctness.
* #5785 Extract method for calculating normal SE, ie. SE:11/22/33.
* #5785 Extract method for calculating shear SE, ie. SE:12/13/23.
* #5785 Create a list of result calculators.
* #5785 Extract method for calculating timelapse, normalized, and gamma results.
* #5785 Extract method for calculating normal ST, ie. ST:11/22/33.
* #5785 Extract method for calculating shear ST, ie. ST:12/13/23.
* #5785 Extract method for calculating surface angles and aligned stress.
* #5785 Extract method for calculating principal strain and stress.
* #5785 Extract method for calculating FOS, SFI and DSM for SE.
* #5785 Extract method for calculating NE.EV, NE.ED, ST.Q and ST.STM.
* #5785 Extract method for calculating compaction.
* #5785 Extract method for calculating stress gradients.
* #5785 Extract method for calculating SE.SEM.
* #5785 Extract method for calculating NE.
* #5785 Extract method for calculating formation indices.
* #5785 Extract method for calculating nodal graidents, bar conversions, and EnIpPorBar.
* #5785 Use std::unique_ptr to calculators.
* Use std::vector<unique_ptr>
Co-authored-by: Magne Sjaastad <magne.sjaastad@ceetronsolutions.com>
2020-05-09 08:57:07 +02:00
Kristian Bendiksen
368de8491e
Add color icon to RimColorLegendItem in project tree.
2020-05-08 11:19:31 +02:00
Kristian Bendiksen
db384ea754
Add getters for RimColorLegend++.
2020-05-08 11:19:31 +02:00
Gaute Lindkvist
0bf3ed91f0
Remove legends from Correlation plots
2020-05-07 08:30:39 +02:00
Gaute Lindkvist
3240c24f2c
Working clicking on Tornado Plots
2020-05-07 08:30:39 +02:00
Gaute Lindkvist
70685b73b4
Better headers and sorting
2020-05-07 08:30:39 +02:00
Gaute Lindkvist
27600fa57a
Working click matrix to change correlation plots
2020-05-07 08:30:39 +02:00
Gaute Lindkvist
8be36be06b
Correlation Report Plot
2020-05-07 08:30:39 +02:00
Magne Sjaastad
1557d695b8
#5883 Icons : Use framework code to apply an overlay pixmap
2020-05-06 19:02:50 +02:00
Kristian Bendiksen
20eff6f5d3
#5875 Remove duplicated code: import formation names using RifColorLegendData.
2020-05-06 11:04:33 +02:00
Stein Inge Dale
6cb86d4792
#5832 Add color legend data with import from LYR file.
2020-05-06 11:04:33 +02:00
Magne Sjaastad
3e5c77e79e
Use RiaLogging instead of QMessageBox
2020-05-05 21:57:45 +02:00
Magne Sjaastad
7f400f806d
Guard nullpointer access
2020-05-05 21:57:45 +02:00
Gaute Lindkvist
d28a426062
#5867 Fix missing curve legends in plots
2020-05-05 16:05:05 +02:00
Magne Sjaastad
abd4b7c769
Performance : Use map to speed up search
2020-05-05 06:55:03 +02:00
Magne Sjaastad
bb40453ae4
Performance : Return a static QString for string used many times
2020-05-05 06:55:03 +02:00
Magne Sjaastad
b7aeafc4d5
#5865 Fault and NNC performance : Build NNC geometry when needed
2020-05-04 16:09:29 +02:00
Magne Sjaastad
a615cc78dc
#5856 Well Disks : Improve logic to guard when geometry is created
2020-05-04 13:27:09 +02:00
Magne Sjaastad
3ef41345d0
Add missing include
2020-05-04 07:30:49 +02:00
Magne Sjaastad
0eb94ef574
#5379 Surface : Fix slicing in IJ direction
2020-05-04 06:32:37 +02:00
Magne Sjaastad
5d31912971
#5379 Surface : Update name from slice settings
2020-05-04 06:32:37 +02:00
Magne Sjaastad
5fcb42210c
#5379 Surface : Add alias
2020-05-04 06:32:37 +02:00
Magne Sjaastad
c69d857c8f
#5854 Surface : Add export of tsurf
2020-05-04 06:32:37 +02:00
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
b93b92cae2
Add parentheses in unclear expressions when suggested by gcc 7.3.1 on linux
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
773ec05f7d
Remove unused variable.
2020-04-30 12:46:50 +02:00
Kristian Bendiksen
ad0c02a538
Remove disabling of warning 4503 on msvc.
...
The warning is no longer issued in msvc 2017.
2020-04-30 12:46:50 +02:00
Kristian Bendiksen
874cdb15c4
Fix search in RiaFontCache::fontSizeEnumFromPointSize.
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
Kristian Bendiksen
3f4778509d
#5829 Add reader for ROFF files to extract category names and values from file
2020-04-30 12:41:21 +02:00
Magne Sjaastad
58d8b0b753
#5852 3D view: Avoid more work than required
2020-04-30 12:29:58 +02:00
Magne Sjaastad
1630c5651e
#5852 3D view: Avoid creation of viz objects in clearGeometryCache
...
m_geometries[geomType].clearAndSetReservoir( geomType, rimEclipseCase, m_reservoirView ) was causing relative heavy performance issues. This is related to several structures being allocated and initialized in constructor in some visusualization object. Preferred workflow: Mark the geometry for recreation using the flag, and do the actual work when visualization is to be created.
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
8c64dbeae9
#5837 Well Measurements : Allow paste of curves
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
264f77f9c9
#5847 Eclipse Ascii Case: Import of properties with comment in header fails
2020-04-27 09:42:15 +02:00
Gaute Lindkvist
2847c46d64
Fix regression crash due to legend issue
2020-04-24 15:12:43 +02:00
Magne Sjaastad
42964c0da4
Add static access function for RiaPreferences
2020-04-24 12:25:15 +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
72fefb4db5
Convert to enum class
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
e85c36b4a4
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
Magne Sjaastad
8aa36ee31e
Convert to enum class
2020-04-24 11:40:22 +02:00
Magne Sjaastad
4b372b438e
System : Remove support for Qt4
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
Magne Sjaastad
12a4419a38
System : Update to match newer RHEL and CentOS versions
2020-04-22 20:19:03 +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
85851d0794
Moved Box shape creator to QwtPlotTools for use in correlation matrix
2020-04-20 09:35:59 +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
83d9512901
Adm : Add keywords
2020-04-20 08:31:11 +02:00
Magne Sjaastad
2461716909
Python setup file : Add missing comma
2020-04-19 21:37:09 +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
Magne Sjaastad
3c05fff768
Output field keyword alias names
2020-04-17 13:55:49 +02:00
Gaute Lindkvist
60419f0985
Working Correlation Plot prototype
2020-04-17 13:54:21 +02:00
Magne Sjaastad
82ed7bbc81
#5792 Python : Do not show file selection dialog in console mode
2020-04-17 13:54:20 +02:00
Magne Sjaastad
bf044d52b3
Python : Config and description of autopep8
2020-04-17 13:54:20 +02:00
Magne Sjaastad
8662ff90d2
#5792 Python : Add import_summary_case and find summary case from ID
...
Add example of use and updated documentation
2020-04-17 13:54:19 +02:00
Magne Sjaastad
1a91767219
#5792 Python : Preparations
...
Fix wrong text in date time class
Remove message box, as the function is also intended to be used in a console setting
2020-04-17 13:54:19 +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
Magne Sjaastad
c6c624a02e
#5801 Icon for delta summary case
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
rebekkasjaastad
00d9dda6c4
Well Measurement Icons ( #5789 )
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
5a561054bf
Guard null pointer access
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
8e8d1d7fe3
Summary Data : Update example
2020-04-17 13:54:14 +02:00
Magne Sjaastad
1849c9cc76
#5757 Python : Report error message if no result is created
2020-04-17 13:54:13 +02:00
Magne Sjaastad
f076749dab
Adjustments after review
2020-04-17 13:54:13 +02:00
Magne Sjaastad
d895f342e2
Use AppEnum for DateTimePeriod
2020-04-17 13:54:13 +02:00
Magne Sjaastad
54206a42f6
#5757 Python : Add resampling of summary data
2020-04-17 13:54:12 +02:00
Magne Sjaastad
ae15122632
#5757 Python : Add access to time_t values
2020-04-17 13:54:12 +02:00
Magne Sjaastad
27def6c132
#5757 Python : Add access to summary addresses
2020-04-17 13:54:12 +02:00
Magne Sjaastad
6adffe5050
#5757 Python : Add access to summary values
2020-04-17 13:54:11 +02:00
Magne Sjaastad
2dcab9981b
#5538 Show scripts in plot window project tree
2020-04-17 13:54:11 +02:00
Magne Sjaastad
a48524eb42
#5756 Plot Window : Add message window
2020-04-17 13:54:11 +02:00
Magne Sjaastad
d6ec1a53fb
#5749 Python : Add missing conversion from Grpc object to PdmObject
2020-04-17 13:54:10 +02:00
Magne Sjaastad
bed3381c4c
#5766 Sim Well Disks : Improve logic related to display of labels
2020-04-17 13:54:09 +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
e5eb2063be
#5766 Hide well disk labels when simulation well labels are turned off.
2020-04-17 13:54:08 +02:00
Kristian Bendiksen
5b1e75d259
#5766 Make well disk 4x bigger by default.
2020-04-17 13:54:08 +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
a0014f9d05
#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-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
42b0c1c357
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-17 13:54:06 +02:00
Magne Sjaastad
d26c736042
Fix out of bounds access
...
Triggered by calculations when data is missing for some time steps
2020-04-17 13:54:06 +02:00
Magne Sjaastad
5f78d5e842
#5747 Completion Export: Include comment for zero transmissibility cells
2020-04-17 13:54:06 +02:00
Magne Sjaastad
efe79aeacf
#5747 Completion Export: Avoid nan values for zero permeability
2020-04-17 13:54:05 +02:00
Magne Sjaastad
66c3587d5b
Remove unused enum values
2020-04-17 13:54:05 +02:00
Magne Sjaastad
1ee2cafdd7
#5758 Create Well Path: Default well name "Well-1"
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
d675db98f6
Update python doc ( #5803 )
...
Several improvement and adjustments to the Python documentation
- applied autopep8
- add summary example
- use references to reference other classes and methods
2020-04-16 16:06:18 +02:00
Magne Sjaastad
7f3bc6533e
#5792 Python : Do not show file selection dialog in console mode
2020-04-16 07:22:17 +02:00
Magne Sjaastad
9e48d7ba7e
Python : Config and description of autopep8
2020-04-16 07:22:17 +02:00
Magne Sjaastad
185e4c15ef
#5792 Python : Add import_summary_case and find summary case from ID
...
Add example of use and updated documentation
2020-04-15 21:58:18 +02:00
Magne Sjaastad
d255dfb8c4
#5792 Python : Preparations
...
Fix wrong text in date time class
Remove message box, as the function is also intended to be used in a console setting
2020-04-15 21:58:18 +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
Magne Sjaastad
c9def2063d
#5801 Icon for delta summary case
2020-04-15 14:27:56 +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
d9c01f2486
#5213 Split out calculation of SE for shear components (S12, S13, S23)
...
These results are independent of pore pressure and biot coefficient.
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
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
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
Magne Sjaastad
98410215e7
Linux : Use std::fabs
2020-03-30 07:36:13 +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
b566ddbd4b
#5548 Remove switch fallthrough (warning on gcc 7).
2020-03-29 22:19:34 +02:00
Kristian Bendiksen
36b278e6c2
#5658 : Use brighter colors on well disks.
2020-03-25 20:49:44 +01:00
Kristian Bendiksen
3c2d456996
#5659 Well Disks: Use decimal number format for small numbers
2020-03-25 20:49:44 +01: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
Magne Sjaastad
aaf0af30ef
Add disabled test
2020-03-22 15:26:48 +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
Magne Sjaastad
8e7d5d29b3
#5694 Summary Address : Add difference if both native and history is present
2020-03-18 07:46:46 +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
Magne Sjaastad
0bdfd319c3
Update list of examples
2020-03-14 10:13:34 +01:00
Magne Sjaastad
db052ec3d4
Python Doc : Add well log plot
2020-03-14 10:13:34 +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
5ee182f7db
Try to fix linux rh6 compiler error
2020-03-13 11:43:46 +01:00
Jacob Støren
87bddb1fe4
#5639 Analysis plot icons
2020-03-13 11:40:10 +01:00
Gaute Lindkvist
6b289f0db2
Fix row count of scroll bar in Well Log Plots
2020-03-13 10:52:17 +01:00
Gaute Lindkvist
c56c4b6dfd
WBS:Fix crash with element property tables
2020-03-13 10:52:16 +01:00
Magne Sjaastad
40ac705db0
Fix cmake build issues ( #5670 )
...
* Fix cmake build issues
* Temporary force linking of external object
2020-03-12 11:24:59 +01:00
Magne Sjaastad
8bf37b00aa
Python Doc: Fix indentation
...
Adjustments to pydoc
2020-03-12 11:06:28 +01:00
Magne Sjaastad
bb8b356524
Doc improvements
2020-03-12 08:08:24 +01:00
Magne Sjaastad
f216bf8d6a
Python doc improvements ( #5669 )
...
* Add tests to xml data type inspection
* Add baseline for testing of PdmScripting
* #5631 Generate doc for Python
2020-03-12 07:45:52 +01:00
Gaute Lindkvist
1c75d9b4bd
#5663 Fix element property input for UCS
2020-03-10 20:11:54 +01:00
Gaute Lindkvist
2b7cbee0a6
#5662 and #5663 Add Elm Prop Table options for K0_* and rename UCS, POISSON_RATIO and DF
2020-03-10 20:11:54 +01:00
Gaute Lindkvist
9a2d256392
WBS: Output DF and Poisson ratio as UNIT_NONE
2020-03-10 20:11:54 +01:00
Gaute Lindkvist
2232a27fb2
#5660 rename element property POR
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
9fb2fd0e56
#5652 Support PP_INP for WBS LAS-import as well as PP_RES_INP and POR_RES_INP
2020-03-10 20:11:54 +01:00
Gaute Lindkvist
0ad779280a
#5650 Wbs: Uncheck SH_MK by default
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
66cbc198c4
#4763 Refactor complex code
2020-03-07 16:01:56 +01:00
Magne Sjaastad
a729b2fdab
#5636 Summary Plot: Keep existing curve appearance when adding new curve
2020-03-06 13:37:07 +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
39cf060d2b
Fix install step after removing some Python files
2020-03-05 11:24:09 +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
17ea69397a
Move RicfMessages to CAF and simplify RicfFieldCapability
2020-03-05 08:40:46 +01:00
Gaute Lindkvist
508d8806e6
Rename PdmXmlFieldHandle::childClassKeyword to dataTypeName to reflect that it will contain names for built in types
2020-03-05 08:40:46 +01:00
Gaute Lindkvist
76019e7776
Get rid of Python class_keyword attribute and fix parameter sending for WBS
2020-03-05 08:40:46 +01:00
Gaute Lindkvist
554f9a1758
Translate data types to Python data types for Python generation
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
5473fa64d5
Bug fix in wbs plot creation
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
Magne Sjaastad
51b3711755
Add missing break statement
2020-03-03 20:22:17 +01:00
Magne Sjaastad
8c485ab81c
Fix several warnings and potentially uninitialized data
2020-03-03 20:22:03 +01:00
Magne Sjaastad
e297b34609
Comment cleanup
2020-03-03 19:43:34 +01:00
Magne Sjaastad
06fac108c3
#5604 Export Sector model: Write out values for all cells in box
...
A temporary workaround for export of active cells only has been removed. Now all cells are exported, and inactive cells are given default values.
Default value for keywords ending in NUM is 1, default value for other is 0.0
2020-03-03 15:21:05 +01:00
Gaute Lindkvist
fc7d5bc69c
#5601 fix parameter source list order for WBS PP non-reservoir
2020-03-03 14:25:20 +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
33243c30ce
#5596 Fix unit conversion issue on LAS-export
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
Gaute Lindkvist
622b0bc873
#5627 Fix multi plot page titles
2020-03-03 14:24:33 +01:00
Gaute Lindkvist
437f6a460d
#5626 Make it possible to delete Well Log Tracks again
...
* This disappeared when RimWellLogPlots no longer inherited Multiplots
2020-03-03 14:24:33 +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
10885fa7f4
#5600 Better label placement
...
Remove space if not needed.
Insert space based on max text size
2020-03-03 09:52:54 +01:00
Jacob Støren
514409d9e4
#5600 Use an independent grid to show group dividers
2020-03-03 09:52:54 +01:00
Jacob Støren
186332e707
#5599
2020-03-03 09:52:54 +01:00
Jacob Støren
a1cbfa5175
#5598 Delete Analysis Plot command
2020-03-03 09:52:53 +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