Kristian Bendiksen
5bba0eaea8
#10690 Fractures: Show Perforation Interval for azimuth fractures.
...
Fixes #10690 .
2023-11-20 09:30:32 +01:00
Kristian Bendiksen
a2919d4b0e
#10842 INP grid importer: create sets for GENERATE keyword.
...
Fixes #10842 .
2023-11-17 15:02:44 +01:00
Kristian Bendiksen
2beb830102
INP reader: fix incorrect zero element for line shift.
2023-11-17 15:02:44 +01:00
Kristian Bendiksen
58bf235d5a
2D Intersection View: Fix crash on project restore.
2023-11-17 12:47:47 +01:00
Kristian Bendiksen
b4c7eb2c4f
Janitor: Remove unnecessary scoping.
2023-11-17 12:47:47 +01:00
Kristian Bendiksen
d2d1929f18
#10587 Improve filtering of comparable views.
...
Filter views based on the content of the source view. The option to
unsuccessfully compare 2D intersection views with 3D views is now removed.
2023-11-17 12:47:47 +01:00
Kristian Bendiksen
78544f5c70
#6051 Fix crash when pasting intersection on another eclipse case.
...
Fixes #6051 .
2023-11-17 12:47:34 +01:00
Magne Sjaastad
b981f5f745
Hide deprecation warning starting from MSVC 17.8
2023-11-17 10:43:21 +01:00
Magne Sjaastad
ffabebfa53
Fallback to project path for export
2023-11-17 09:53:30 +01:00
Magne Sjaastad
a78f8f8982
Use enum instead of string
2023-11-17 09:53:30 +01:00
Kristian Bendiksen
82e0866f00
Bump to dev.06.
2023-11-15 13:17:55 +01:00
Kristian Bendiksen
7c4641c188
Fault Reactivation: fix Youngs Modulus unit (GigaPascal to Pascal).
2023-11-15 13:17:55 +01:00
Kristian Bendiksen
0a2f34a63d
Fault Reactivation: Rename sets from "partname.partname" to "partname.ALL"
2023-11-15 13:17:55 +01:00
Magne Sjaastad
401ce4bc18
Guard use of null pointer
2023-11-15 08:39:01 +01:00
Magne Sjaastad
78dc6d1ecc
Bump to dev.05
2023-11-14 08:36:43 +01:00
Magne Sjaastad
d3a1c80edf
Guard null pointer use
2023-11-14 08:36:43 +01:00
Kristian Bendiksen
48c6517305
#10785 Work-around for legend item disappearing when highlighted
...
Seen on Linux only. The legend item would be wider than anticipated by the
layout (for unknown reasons), and would be place on the next line.
Added extra with to the size hint to work around the problem.
2023-11-13 13:29:07 +01:00
Magne Sjaastad
0f56eaed6b
Add optional IJK to ResultPoint for easier debugging
2023-11-13 11:08:36 +01:00
Magne Sjaastad
9e65eb3be9
Add helper functions to convert from cellIndex to cafVecIjk
2023-11-13 11:08:36 +01:00
Magne Sjaastad
68a4d54af2
#10754 : Exclude COMPDAT for de-activated laterals
2023-11-13 09:17:30 +01:00
Magne Sjaastad
76fdac0b80
Janitor: Remove unused code an move initializers to private
2023-11-13 09:16:58 +01:00
Kristian Bendiksen
1c0c78af99
Bump dev version to 04.
2023-11-13 08:45:09 +01:00
Kristian Bendiksen
9c410ee439
Fault Reactivation: export density and elastic properties to INP.
2023-11-13 08:45:09 +01:00
Magne Sjaastad
678a368361
Refactor LayoutOptions to improve readability
...
* Make it possible to use designated initializer list
- remove default constructor
- move static member to outer scope
* Add helper function to add field on same row
2023-11-10 14:48:56 +01:00
Magne Sjaastad
860f086af6
Add optional support for using visible cells as filter for grid statistics
2023-11-10 12:49:32 +01:00
Magne Sjaastad
1046bcbb94
Disable view filtering when using grid calculations as part of grid statistics
...
Active cells can be different between cases, and view filter from one specific case is not able to use for other cases.
2023-11-10 12:49:32 +01:00
Magne Sjaastad
fb890300c5
Propagate variable changed signal to RicUserDefinedCalculatorUi
...
- ensure that the UI is updated
- if the grid size is different, set destination case equal to the input variable case
2023-11-10 12:07:26 +01:00
Magne Sjaastad
917fd9b3b5
Move grid size check to calculate()
...
This move will make it possible to use a calculator expression defined for a different grid size for grid case statistics.
2023-11-10 12:07:26 +01:00
Magne Sjaastad
5ecc43d49f
Always release memory during statistics of grid calculations
2023-11-10 10:14:59 +01:00
Magne Sjaastad
69f132ffa5
Add import/export grid calculations to Grid Calculator
...
Refactoring
2023-11-10 10:14:59 +01:00
Magne Sjaastad
f49053c61d
Guard null pointer use
2023-11-10 09:01:28 +01:00
Magne Sjaastad
32a878a7ea
Select the new view to make sure RiaApplication::setActiveReservoirView() is called
2023-11-10 09:01:28 +01:00
Magne Sjaastad
ee4c8362e5
Make sure eclipse case is opened before creating contour map to avoid crash
2023-11-10 09:01:28 +01:00
Magne Sjaastad
64f825e882
Rebuild result addresses when case is read from file
2023-11-10 09:01:28 +01:00
Magne Sjaastad
5f3e0704f1
Make sure that no curves are created when No Plots is set in Preferences
2023-11-09 16:16:01 +01:00
Magne Sjaastad
9af9aa7e66
Append vector name if multiple cases are present
2023-11-09 14:30:26 +01:00
Magne Sjaastad
eea56e4818
Add flag to optionally distribute a summary calculation to all cases
2023-11-09 14:30:26 +01:00
Magne Sjaastad
319dc2ab9b
Adjust build settings to c++20
...
Adjust build settings to c++20
Add ifdef for code related to CeeViz, so it is possible to compile AppFwk without CeeViz
2023-11-09 14:17:43 +01:00
Kristian Bendiksen
86526a0458
Janitor: Add missing include.
2023-11-08 15:52:33 +01:00
Kristian Bendiksen
645c8c29b3
Reveal Thermal Fracture Template: add missing update when changing filter cake mode.
2023-11-08 15:52:33 +01:00
Kristian Bendiksen
18c29d5fc7
Reveal: fix transmissibility calculation when filter cake is not present.
...
The "absolute" filter cake adjustment should only be used for cells when
filter cake is present (i.e filtrate thickness is not zero).
2023-11-08 15:52:33 +01:00
Magne Sjaastad
02df80e0cc
Bump version
2023-11-08 08:39:04 +01:00
Magne Sjaastad
39fc9d5c36
Add support for grid calculations as data source for statistics
...
- add data source selection, either Case Property or Grid Calculation
- add Time Step Selection, can be used for both dynamic case properties and Grid Calculations
- optionally release grid calculation data when statistics is computed
- recursive grid calculations is supported
2023-11-08 08:39:04 +01:00
Magne Sjaastad
92d1bd9386
If only one view, set the first result as active
2023-11-07 19:15:51 +01:00
Magne Sjaastad
7eb3e98bb2
Optionally apply a grid calculation on all grids
2023-11-07 19:14:58 +01:00
Magne Sjaastad
3bf81b44d5
Guard null pointer
2023-11-07 19:14:58 +01:00
Magne Sjaastad
4da4a222ca
Add optional Eclipse case as data source in a view
...
This option makes it possible to look at data from other cases without creating one view per case.
2023-11-07 19:14:58 +01:00
Kristian Bendiksen
b9af6a35b0
Janitor: fix spelling.
2023-11-06 15:20:47 +01:00
Kristian Bendiksen
065e37a437
Fault Reactivation: parse element sets from INP file.
2023-11-06 15:20:47 +01:00
Magne Sjaastad
a61e62707b
RFT: Improve text import and make sure visibility based on date is working
...
Find candidate for the observation file name including measurement ID. Make sure that observations are filtered by date.
2023-11-06 10:20:22 +01:00