Kristian Bendiksen
e7ff6f8a7b
Janitor: remove empty implementation of updateFilePathsFromProjectPath.
2022-06-17 19:15:19 +02:00
Kristian Bendiksen
193bc35f6b
#8876 Fracture: add option to use align dip with formation dip
2022-06-16 08:38:24 +02:00
jonjenssen
41904df681
New feature: delete unchecked subitems ( #9010 )
...
* New feature: delete unchecked subitems
2022-06-02 06:50:14 +02:00
Magne Sjaastad
c74701b687
Rename several child() and children() functions
2022-05-31 15:05:07 +02:00
Magne Sjaastad
f0ce04597d
Merge pull request #8985 from OPM/8926-remove-useoptionsonly
...
AppFwk : Remove obsolete useOptionsOnly
2022-05-29 13:01:27 +02:00
Magne Sjaastad
74075cc9ab
Merge pull request #8888 from OPM/8887-fix-reorder-capability
...
Fix reorder capability
2022-05-06 10:52:08 +02:00
Magne Sjaastad
93614ef272
Merge pull request #8791 from OPM/8790-rename-to-group
...
Rename summary references to "Group"
2022-04-07 21:06:40 +02:00
Magne Sjaastad
806a149809
Fix several deprecation warnings ( #8657 )
...
* Use constructor instead of nullptr for WindowFlags
* Use constructor instead of nullptr for Alignment
* Disable deprecation warning for QProcess
* Add string split method to RaTextStringTools
* Add caf.cpp used to manage Qt function deprecations
* Use position()
2022-03-11 13:24:01 +01:00
Magne Sjaastad
3c35244809
#8420 Janitor: Remove empty parameters in initialization macros
2022-01-07 08:31:52 +01:00
Magne Sjaastad
891a2e7c29
#8375 Flow Vectors : Avoid recomputing NNCs when accessing flow data
...
Avoid include of RigNNCData.h in header files.
2021-12-20 10:23:52 +01:00
Magne Sjaastad
89af752fa9
#8295 Guard null pointer access
2021-11-16 15:03:17 +01:00
Magne Sjaastad
2a65636ba3
#8250 Use variadic macros and remove obsolete parameters
2021-11-14 15:26:09 +01:00
Kristian Bendiksen
5545aff4b5
#8275 Ensemble Fracture Statistics: assert when fracture xml cannot be read
2021-11-12 09:39:20 +01:00
Kristian Bendiksen
5a3a5d1f36
Ensemble Fracture Statistics: Fix calculation of occurrence fracture
2021-11-10 12:40:40 +01:00
Kristian Bendiksen
a3e54d5573
Ensemble Fracture Statitics: Handle missing P10/P90 area.
2021-11-10 12:40:40 +01:00
Kristian Bendiksen
acd36761cf
#8259 Ensemble fracture statistics: Use Mean value for fracture properties
2021-11-10 12:40:40 +01:00
Kristian Bendiksen
75b556e223
#8244 Ensemble Fracture Statistics: log conductivity per fracture.
...
Fixes #8244 .
2021-11-05 20:02:04 +01:00
Kristian Bendiksen
7747f822bc
#8232 Ensemble Fracture Statistics: Swap min/max and P90/P10 for Beta ( #8243 )
...
For property Beta, low values are high (max, P10) case and high values are
low (min, P90) case. Calculation of statistical Beta values now uses
inverted logic.
Fixes #8232 .
2021-11-05 20:00:22 +01:00
Kristian Bendiksen
ce6ea17cd2
#8182 Fracture Statistics: improve floating point format
2021-11-01 08:38:43 +01:00
Magne Sjaastad
d21be5823d
#8212 Python : Make it possible to define the azimuth angle for a fracture template
2021-10-28 10:56:23 +02:00
Kristian Bendiksen
c3a5b980a4
#8029 Ensemble Fracture Statistics: improve area of statistics result
2021-10-27 21:59:26 +02:00
Magne Sjaastad
32ac5b8e5c
#8198 Stimplan: Rename enum texts for orientation of fraction and stimplan model
2021-10-27 08:38:38 +02:00
Magne Sjaastad
915745c389
Janitor: Cleanup names of scripted classes in Python
...
Avoid Rim prefix and use keyword alias to ensure backwards compability
2021-10-25 12:22:36 +02:00
Magne Sjaastad
e4d84675c5
#8180 Python : Make orientation scriptable
2021-10-25 12:22:36 +02:00
Kristian Bendiksen
75fe73ee64
Refactor: Start using setUiTreeHidden where missing.
2021-10-24 09:11:20 +02:00
Kristian Bendiksen
36eda01be8
#8121 Fracture: provide statistics per fracture
2021-10-08 08:36:01 +02:00
Kristian Bendiksen
daac5b03e9
#8120 Ensemble Fracture Statistics: sort statistics better
2021-10-08 08:36:01 +02:00
Magne Sjaastad
5e0ce333e3
#8066 Project Tree: Move "Valve Templates" to top
2021-10-07 11:28:54 +02:00
Magne Sjaastad
f9c2bb4349
Janitor : Remove confusing concept hasUserRequestedAnimation
2021-10-06 07:43:32 +02:00
Kristian Bendiksen
ed2beec359
#8038 Python: add api to insert a fracture template and a fracture at given MD
2021-09-24 12:32:42 +02:00
Kristian Bendiksen
3d0fa2e7c7
Remove excessive debug logging of well centers.
2021-09-23 09:21:15 +02:00
Kristian Bendiksen
ebeaa8088c
#8030 Ensemble Fracture Statistics: report area for individual fractures
2021-09-23 09:21:15 +02:00
Kristian Bendiksen
1e83254e9e
Make P10/P90 calculation style more explicit
2021-09-16 10:38:27 +02:00
Kristian Bendiksen
cf502b7e93
Ensemble Fracture Statistics: hide plot update behind USE_QTCHARTS ( #7998 )
2021-09-13 12:25:31 +02:00
Kristian Bendiksen
1312f1d7b5
7962 ensemble fracture stats skip zero width ( #7992 )
...
* #7962 Ensemble Fracture Statistics: Add option to exclude zero width fractures
* #7962 Ensemble Fracture Statistics: fix data accessor used in statistics plot.
* #7962 Ensemble Fracture Statistics: Update referring plots.
* Ensemble Fracture Statistics: parameter name
* Fixes by misspell-fixer (#7994 )
Co-authored-by: kriben <kriben@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: kriben <kriben@users.noreply.github.com>
2021-09-13 08:34:03 +00:00
Kristian Bendiksen
dab22c4716
#7986 Ensemble Fracture Statistics: block negative number of cells. ( #7991 )
2021-09-13 08:42:04 +02:00
Kristian Bendiksen
117d201703
#7963 Ensemble Fracture Statistics: add progress bar. ( #7985 )
...
Also avoid recalculating the statistics for each added file.
2021-09-10 14:54:46 +02:00
Magne Sjaastad
be29b278f2
#7929 Python : Avoid creation of new view when opening case
2021-09-01 08:25:22 +02:00
Magne Sjaastad
638f926429
cmake-format: Allow dangling parenthesis
2021-09-01 08:13:16 +02:00
Kristian Bendiksen
503d946bc1
#7923 Ensemble Fracture Statistics: export fracture orientation for result files ( #7926 )
2021-08-31 08:12:40 +02:00
Kristian Bendiksen
8d42533179
#7869 Ensemble Fracture Statistics: optimization by AABB tree. ( #7924 )
2021-08-30 13:01:18 +00:00
Magne Sjaastad
b78cf3a4bb
Use cmake-format on all cmake files
2021-08-26 19:46:38 +02:00
Magne Sjaastad
e06e0116d8
#7818 Modeled Well Path : Update location of completions
2021-06-29 15:33:03 +02:00
Kristian Bendiksen
da166bd7b9
Revert " #7754 Hide experimental StimPlan Model features behind RESINSIGHT_DEVEL"
...
This reverts commit 1322bae6b6
.
2021-06-16 12:24:12 +02:00
Kristian Bendiksen
1322bae6b6
#7754 Hide experimental StimPlan Model features behind RESINSIGHT_DEVEL
2021-06-08 09:08:33 +02:00
Magne Sjaastad
087cf41773
Janitor : Avoid includes in header files
2021-05-27 12:52:57 +02:00
Magne Sjaastad
59c14b2a53
Well Path Completion Type : Make sure all completions are visible
...
For MLT wells, make sure the previous defined completion types are not overwritten by laterals
2021-05-27 12:52:57 +02:00
Magne Sjaastad
9d58769f89
Janitor : Avoid include of header file in header
2021-05-26 13:28:45 +02:00
Magne Sjaastad
b518acada6
Janitor : Use enum class
2021-05-18 16:22:05 +02:00
Magne Sjaastad
33c9b47e9e
Set default bin count to 50
2021-05-18 08:58:40 +02:00