Magne Sjaastad
93fe8d7a85
RFT improvements
...
* Avoid accessing nullptr
* remove unused function
* Allow RFT data from single summary case to be used in RFT plots
* #9736 Support horizontal plotting of LAS curves
2023-03-16 07:16:11 +01:00
Jørgen Herje
4159e599f3
Invert default isCurveHighlightSupported flag for RimPlot
...
- Make default flag = false, thus highlighting must be activated
- To prevent unwanted logic for new RimPlot objects
- Activate highlighting for RimSummaryPlot, RimVfpPlot and RimCorrelationMatrixPlot
2023-03-16 07:16:11 +01:00
Jørgen Herje
02b1c971e8
Fix bug in QwtPlotWidget highlight reset
...
QwtPlotShapeItem objects were not reset
2023-03-16 07:16:11 +01:00
Jon Jenssen
057bb73a27
Fix broken test
2023-03-16 07:16:11 +01:00
Magne Sjaastad
2e9ba5a60c
Cancel running process if new commit is pushed
2023-03-16 07:16:11 +01:00
Jørgen Herje
6f34a730a0
Well Allocation over time adjustements ( #9738 )
...
- Add font size settings
- Move legend to right side of plot
- Set default selected time steps to time step count = 10
- When excluding time steps, duplicates rates from next valid time step onto excluded time steps
- Allow time step selection "Show all time steps" or "Time step count" for subset of time steps
- Allow excluding on the active set, i.e. all or subset, of time steps
2023-03-16 07:16:11 +01:00
Jon Jenssen
0fcbf0f821
Fix missing Pazi/Pinc
2023-03-16 07:16:11 +01:00
Jon Jenssen
c70ad2f9a8
Fix geomech reload issues
2023-03-16 07:16:11 +01:00
Magne Sjaastad
38897249a6
Regression Test: If only one frame is present, skip adding postfix
2023-03-16 07:16:11 +01:00
github-actions[bot]
6610230ae8
Fixes by cmake-format ( #9725 )
...
Co-authored-by: magnesj <magnesj@users.noreply.github.com>
2023-03-16 07:16:11 +01:00
Magne Sjaastad
391fa822bd
Make sure qoffscreen.dll is included in distribution
...
Headless plot export requires qoffscreen.dll, make sure this file is included in installer.
2023-03-16 07:16:11 +01:00
jonjenssen
09248011ef
Support loading only last geomech frame ( #9727 )
...
Support option for loading only the last frame for each geomech timestep. Turn it default on for old projects.
2023-03-16 07:16:11 +01:00
Magne Sjaastad
565be8716a
#9722 Grid Group Statistics: Guard accessing empty data structures
2023-03-16 07:16:11 +01:00
Magne Sjaastad
c3c0a6f4ba
Janitor issues
...
* Use horizontalAdvance
* Remove unused code
* Hide some warnings from Qt code
* Remove message for _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING
* Use CMP0077 NEW
* Move roff libraries to folder Thirdparty
* avoid operator()==
* Remove cmake_minimum_required and set version to 3.15
2023-03-16 07:16:11 +01:00
Magne Sjaastad
70554b8051
Trim spaces and avoid spaces in generated address text
...
* Trim spaces and avoid spaces in generated address text
* Fix unit test
2023-03-16 07:16:11 +01:00
jonjenssen
61b3327202
Remove unnecessary window layout update
2023-03-16 07:16:11 +01:00
Jørgen Herje
3e8c85a202
Move Reference Well functionality to WellLogExtractionCurve
...
* Remove reference well feature from plot objects
* Move Reference Well functionality to WellLogExtractionCurve
* Reset reference well selection if new selected well path equals ref
2023-03-16 07:16:11 +01:00
Magne Sjaastad
80086a04f4
Update linked views when animation slider is moved
2023-03-16 07:16:11 +01:00
Jørgen Herje
d634fcd4b4
Create depth adjusted LAS files
...
* Add support for creating depth adjustment LAS files
* Add RiaDefine for LAS file depth property names
* Remove incorrect check in K-index Calculator
Co-authored-by: jorgenherje <jorgenherje@users.noreply.github.com>
Co-authored-by: Magne Sjaastad <magne.sjaastad@ceetronsolutions.com>
2023-03-16 07:16:11 +01:00
Magne Sjaastad
264fbbfadc
Fix issues related to well bore stability plots
...
* Check if data is present
* Move plot update to geomech case
* Return empty vector if no data is present
2023-03-16 07:16:11 +01:00
jonjenssen
82fc42cc19
Improve range filter slider gui
2023-03-16 07:16:11 +01:00
Kristian Bendiksen
ea4a4df580
Fracture: show perforation length field in fracture for azimuth + user-defined perf length.
2023-03-16 07:16:11 +01:00
Kristian Bendiksen
5f9b6e08fa
Recompute completion type results when input values change.
2023-03-16 07:16:11 +01:00
Kristian Bendiksen
b9e8173ad9
#9652 Thermal Fractures: fix transmissibilities for long perforation intervals.
...
Filter out invalid fracture cells (conductivity == positive infinity) when
calculating fracture to well transmissibilities.
Fixes #9652 .
2023-03-16 07:16:11 +01:00
jonjenssen
7c69133861
Fix missing integration point and element nodal result
2023-03-16 07:16:11 +01:00
Kristian Bendiksen
b0d01a988f
#9620 Pressure/depth data: add user interface.
2023-03-16 07:16:11 +01:00
Kristian Bendiksen
641361557a
#9620 Add reader for pressure depth text file.
2023-03-16 07:16:11 +01:00
Kristian Bendiksen
f5e6215265
RiaDateStringParser: add option for day-first parsing of ambiguous date strings.
2023-03-16 07:16:11 +01:00
Magne Sjaastad
eb1413e2b3
System: Enable and use c++20
...
Enable c++20 in top level cmake. Keep c++17 for GrpcInterface, as the protoc tool does not work with c++20.
Several code adjustments to fix compiler issues.
2023-03-16 07:16:11 +01:00
jonjenssen
fd5d6691c7
Add time step slider to 3d views ( #9695 )
...
Add new toolbar with slider that controls visible timestep in the view
2023-03-16 07:16:11 +01:00
jonjenssen
dc5d53ad20
Geomech frames support ( #9678 )
...
Support for showing frames in geomech data.
2023-03-16 07:16:11 +01:00
Jørgen Herje
05bf744197
Well allocation over time plot ( #9655 )
...
- Plot for showing well allocation over time.
- Select time range
- Option to exclude time steps in selected range
- Possible value types: Flow rate, flow rate percentage, flow volume, accumulated flow volume, accumulated flow volume percentage
- Group small contributors into group "Others"
2023-03-16 07:16:11 +01:00
Magne Sjaastad
3b93aaf25f
Fix invalid dates for data imported from ESMRY
...
Compute time_t based on the "TIME" values in summary file
2023-03-16 07:16:11 +01:00
Magne Sjaastad
7642c06935
Maintenance: Issue submodule update once
...
Avoid calling submodule update on specific subfolders.
Fixes by cmake-format
2023-03-16 07:16:11 +01:00
jonjenssen
796160960d
Add toolbar toggle button for showing displacements ( #9677 )
...
* Add toolbar toggle button for showing displacements
2023-03-16 07:16:11 +01:00
Magne Sjaastad
09d3725198
add apt-get update
...
Make sure to call apt-get update before apt-get install
2023-03-16 07:16:11 +01:00
Magne Sjaastad
f7ca100dd3
Add optional support for ccache for MSVC ( #9667 )
2023-03-16 07:16:11 +01:00
Kristian Bendiksen
5084057462
#9656 ROFF: Avoid install of gtest when creating package for ResInsight
2023-03-16 07:16:11 +01:00
Magne Sjaastad
6f54a47e79
Update version to 2023.01.1-dev.01
2023-03-16 07:16:11 +01:00
Magne Sjaastad
10411b9358
Merge pull request #9654 from OPM/dev
...
Release 2023.01
2023-01-11 13:01:31 +01:00
Magne Sjaastad
a2e73d7cee
Move prepareForDelete() to Rim3dView
2023-01-11 12:30:06 +01:00
Kristian Bendiksen
bfbe557c2d
Roff: log less to message window.
2023-01-11 11:26:17 +01:00
Kristian Bendiksen
903dd34929
Roff: replace -999 values for inactive cells.
2023-01-11 11:26:17 +01:00
Kristian Bendiksen
1d4140e854
#9601 Roff: templatize method for converting to reservoir index order.
2023-01-11 10:10:51 +01:00
Magne Sjaastad
b108cdb72d
Fix crash seen when deleting a 3D view part of a linked view collection
2023-01-11 08:39:51 +01:00
Magne Sjaastad
5a56a285a0
Add field and keywords
2023-01-11 08:39:51 +01:00
Kristian Bendiksen
7a79930ea6
Roff: add roff namespace.
2023-01-11 07:22:18 +01:00
Magne Sjaastad
8d82558904
Set version to 2023.1.0
2023-01-10 11:53:12 +01:00
Magne Sjaastad
8e161a5c89
Stabilization fixes related to regression testing
...
* Added fmtlib to LicenseInformation.txt
* Add license info for roffcpp
* Regression Tests: Guard use of invalid bounding box
* Regression Test: Check if file is present before opening
2023-01-10 11:45:37 +01:00
Magne Sjaastad
0740bccd75
Improve warning text
2023-01-10 07:32:08 +01:00