Magne Sjaastad
a3a740b722
PFLOTRAN: Make parsing of faults more robust
...
Remove logging text causing noise, write out message only when PFLOTRAN file is found.
2024-09-11 10:28:07 +02:00
Jon Jenssen
8ea818f03e
Don't skip loading data if one or more timesteps are missing.
2024-09-10 18:30:17 +02:00
Magne Sjaastad
2e61023a85
Bump to dev.18
2024-09-10 08:19:32 +02:00
Magne Sjaastad
cfc97bb615
Revert "Progress: optionally call QApplication::processEvents on progress updates."
...
This reverts commit eb762fd122
.
2024-09-10 08:18:37 +02:00
Magne Sjaastad
1235c3f92e
Bump to dev.17
2024-09-10 07:28:28 +02:00
Kristian Bendiksen
6c098cccc1
#11673 Osdu Well Path Import: fix order and size of columns.
2024-09-09 15:57:59 +02:00
Kristian Bendiksen
b31e131d20
Osdu import: Refactor column indexing.
2024-09-09 15:57:59 +02:00
Kristian Bendiksen
64a48d0832
#11673 Osdu import: Improve selection in table.
2024-09-09 15:57:59 +02:00
Kristian Bendiksen
ff3b932257
Cloud: fix crash in PdmUiEditorHandle due to recursive event loop.
2024-09-09 14:32:32 +02:00
Kristian Bendiksen
58c73debe0
Add project tree for cloud data.
2024-09-09 14:32:32 +02:00
Kristian Bendiksen
eb762fd122
Progress: optionally call QApplication::processEvents on progress updates.
...
Fixes the missing updates of UI when running long tasks in main thread.
2024-09-09 14:15:28 +02:00
dependabot[bot]
9b5c5ae0d3
Bump peter-evans/create-pull-request from 6 to 7
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 6 to 7.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-09 13:37:40 +02:00
jonjenssen
19269ecf72
Add "experimental" to setting label
2024-09-09 13:17:20 +02:00
Magne Sjaastad
e9509f026a
Improve robustness when parsing PFLOTRAN files
...
The include statements can optionally have a / at the end of the line. Make sure the parsing handles this correctly.
2024-09-06 17:22:09 +02:00
Magne Sjaastad
7ba4329bb4
Add qt-version to matrix configuration
2024-09-06 12:11:50 +02:00
Magne Sjaastad
a443655b42
Prefix NetworkAuth includes
2024-09-06 12:11:50 +02:00
Magne Sjaastad
03c0e97296
Prefix Sql includes
2024-09-06 12:11:50 +02:00
Kristian Bendiksen
93f856cc53
Python: increase launch timeout.
2024-09-05 09:06:21 +02:00
Magne Sjaastad
a00bfea40b
#11663 Make sure non-Darcy data is computed
...
The computation of non-Darcy properties is expensive, so we cache the results. Make sure that the calling function calls this function before using the properties.
2024-09-05 08:41:06 +02:00
magnesj
fc2106edb0
Fixes by clang-tidy
2024-09-02 15:26:44 +02:00
Magne Sjaastad
4a2e730ee0
Add modernize-make-unique and modernize-make-shared
2024-09-02 15:26:44 +02:00
Magne Sjaastad
f201c72a78
Bump to dev.16
2024-09-02 14:09:19 +02:00
Kristian Bendiksen
d8eb34c00d
Janitor: fix memory leaks.
2024-09-02 13:58:00 +02:00
Kristian Bendiksen
1736c01dfa
Janitor: fix warning on clang 14.
2024-09-02 13:58:00 +02:00
Magne Sjaastad
33188f3d6e
Improve robustness when importing incomplete project file
...
Avoid assert, and return empty curve definition if both summary case and ensemble is undefined.
2024-09-02 13:57:41 +02:00
Magne Sjaastad
9deeb41f4c
Drop vcpkg from update-submodule automation
2024-09-02 08:06:56 +02:00
Kristian Bendiksen
cbb7e101e2
#11649 Hide X axis in Result Plot before data has been set.
2024-08-30 10:21:49 +02:00
Kristian Bendiksen
cf7a38375d
#11649 Reverse order of terms in polynomial expression.
2024-08-30 10:21:49 +02:00
Kristian Bendiksen
cf23a6ae5f
Improve name of Summary Curve Calculator.
2024-08-30 10:21:49 +02:00
Magne Sjaastad
24fcec79ab
Look for fault definition in Pflotran input files
...
Look for fault definition in Pflotran input files If no *.DATA file is found, look for *.IN file and search for fault definitions.
2024-08-30 10:03:03 +02:00
Magne Sjaastad
681b4fbffe
#11650 Cloud data configuration file search order
...
Check multiple locations for configuration files. The first valid configuration file is used. Currently, using Qt5 the ResInsight binary file is stored at the root of the installation folder. When moving to Qt6, we will probably use sub folders /bin /lib and others. Support both one and two search levels to support Qt6.
2024-08-30 09:19:39 +02:00
Magne Sjaastad
c3d8f13eeb
Bump to dev.15
2024-08-29 08:34:40 +02:00
Kristian Bendiksen
8886905fd2
#11422 Grid Ensemble: Fix copy and paste of a view.
...
Fixes #11422 .
2024-08-28 19:11:49 +02:00
jonjenssen
0572069511
Support for loading only active cell geometry ( #11624 )
...
* Only load active cells for main grid, skip LGRs for now
* Handle wells with inactive cells
* Validate mapaxes transform before using it.
* Add log message
* Additional guarding when trying to find the geometrical location of a simulation cell
* Add extra safeguarding for init/restart file access in opm common. Only support unified restart files.
2024-08-28 18:22:57 +02:00
Magne Sjaastad
27c46a65fd
Improve user control on resampling operations
...
Allow user to specify Accumulated or Rate for a summary curve. Default setting is Auto, and summary address is used to derive Accumulated/Rate. User can set curve type explicitly.
2024-08-28 15:23:07 +02:00
Magne Sjaastad
64a559756f
Improve visual appearance for depth surface
...
- disable intersection geometry with cell property colors
- allow opacity
- set default color to blue, as most user use this plane for oil-water contact
2024-08-28 09:22:55 +02:00
Magne Sjaastad
0fd27a3a8d
Add [BETA] as postfix to user interface
...
Add postfix to SUMO and OSDU cloud import features.
2024-08-28 09:22:55 +02:00
Magne Sjaastad
a89fe80de3
Use sliders to manipulate surface plane extent
2024-08-28 09:22:55 +02:00
Kristian Bendiksen
0518e594ce
Improve caching.
2024-08-28 08:33:44 +02:00
Kristian Bendiksen
48e32668ec
Sumo ensemble parameters: handle string properties.
2024-08-28 08:33:44 +02:00
Kristian Bendiksen
44076f4911
Sumo: load parameter sensitivities (i.e. "parameters.txt") for ensembles.
2024-08-28 08:33:44 +02:00
Magne Sjaastad
41256e0b75
Include build server OS as text in about dialog
2024-08-27 07:38:53 +02:00
Magne Sjaastad
ff505f587e
Bump version to dev.14
2024-08-23 17:07:48 +02:00
Magne Sjaastad
bc9db44fe0
Use 1 as default size for fault mesh lines
2024-08-23 17:07:48 +02:00
Kristian Bendiksen
c322ba62bb
#11636 Fix missing well path creation when importing LAS file without a well path file
...
Fixes #11636 .
2024-08-23 17:07:48 +02:00
Magne Sjaastad
1b509c0384
Use mutex when import well paths
...
A shared data structure (RifWellPathImporter) is used when importing well paths. Add mutex to ensure single use of shared data structure.
2024-08-23 17:07:48 +02:00
Magne Sjaastad
83443ae2ff
Guard use of empty OpenGL context
2024-08-23 17:07:48 +02:00
Kristian Bendiksen
f6fa93bb66
Sumo: Fix concurrency issue when stepping too fast.
2024-08-23 12:18:05 +02:00
Kristian Bendiksen
ef9a397188
Sumo: improve logging and remove some unused code.
2024-08-23 12:18:05 +02:00
Kristian Bendiksen
123f6fdcfa
Sumo: Fix incorrect signal-slot connection.
2024-08-23 12:18:05 +02:00