Kristian Bendiksen
0ca609fdac
StimPlanModel: Use default overburden facies for pressure depletion.
2023-09-19 09:03:56 +02:00
Kristian Bendiksen
1e2f8fadef
StimPlanModel: Fix bug in pressure interpolation.
2023-09-19 09:03:56 +02:00
Kristian Bendiksen
a36100e4fb
StimPlan: Change default for Facies Pressure Settings.
...
Now set to be active and fraction values to be 1.0 for all facies.
2023-09-11 12:34:48 +02:00
Kristian Bendiksen
9c7f8b6f86
StimPlan: Add python api for enabling pressure table.
2023-09-11 12:34:48 +02:00
Kristian Bendiksen
5bf2c2a89d
#10367 Janitor: Remove unneccessary 'this' pointers
2023-08-07 13:38:27 +02:00
Kristian Bendiksen
dd05380039
StimPlan Model: handle missing default facies in elastic property calculator.
2023-06-19 21:21:25 +02:00
Kristian Bendiksen
3bdb57d637
StimPlan Model: fix crash when model has been deleted.
2023-06-19 21:21:25 +02:00
Kristian Bendiksen
a3efc16615
StimPlan Model: Provide default value for facies
2023-05-26 12:32:43 +02:00
Magne Sjaastad
0c90f67dcc
Change API for PdmObjectHandle and PdmFieldHandle
...
* Refactor interface to PdmObjectHandle and PdmFieldHandle
Return objects instead of passing in structures as parameters
* Add nodiscard to several functions
* Remove redundant this->
* Rename to ptrReferencedObjectsByType
2023-05-12 21:41:34 +02:00
Magne Sjaastad
5ee764af48
Refactor result definition
2023-05-11 08:37:58 +02:00
Kristian Bendiksen
02ec71955b
StimPlan Model: Improve logging for facies value/name mismatch.
2023-05-10 15:22:55 +02:00
Magne Sjaastad
6f6dc80bc6
Added more clang-tidy checks
...
Improved GitHub Action to run clang-format as part of clang-tidy
* Simplify clang-tidy workflow
* Added modernize-use-using, modernize-redundant-void-arg, readability-static-accessed-through-instance
* Add nolint for libecl typedefs
2023-04-14 14:07:45 +02:00
Magne Sjaastad
952e766c2f
Update clang-format.yml ( #10068 )
...
* Update to clang-format-15
Removed two custom .clang-format files in subfolders of AppFwk
* Fixes by clang-format
2023-04-13 07:05:53 +02:00
Magne Sjaastad
f8c5cf389f
clang-format: Set column width to 140
...
* Set column width to 140
* Use c++20
* Remove redundant virtual
2023-02-26 10:48:40 +01:00
Kristian Bendiksen
e7ec977c13
#9413 Perforation: avoid overwriting diameter set when appending perforation
...
Fixes #9413 .
2022-12-02 14:29:54 +01:00
Magne Sjaastad
6a859e0860
Fix update issues related to fracture calculations
...
* Make sure property filter is updated when completion type is cleared
* Clear geometry cache in views to make sure geometry is recreated
* Calculate required input parameters to completion type calculations
* Recompute values when depth changes
2022-11-18 12:50:04 +01:00
Kristian Bendiksen
3a77d77689
#9363 StimPlan: Incorrect extraction size when changing extraction offsets from python
2022-10-24 07:47:09 +02:00
Kristian Bendiksen
f7a2acc3cf
StimPlanModel: avoid crashing on incomplete projects.
2022-10-24 07:47:09 +02:00
Magne Sjaastad
493531626f
Rft segment plot adjustments
...
* #9371 RFT Curves: Add scaling factor
* Make sure isUsingAutoName is guarded by project file date
* Rearrange font and legend group in property editor
2022-10-19 15:13:15 +02:00
Magne Sjaastad
7591b480a3
#9357 StimPlanModelPlot: Plot visibility and logic updates
...
- update project tree after plot is generated
- set default text tracker orientation to vertical
- call base class fieldChangedByUi to handle hiding of Stimplan plot
2022-10-13 09:03:56 +02:00
Magne Sjaastad
e7a486c802
Improve curve naming for plot and use in RFT segment plots
...
* Improve plot naming for depth track plots
* Move template text replace to string tools
* More data available for object template text
* Set plot visible and define default object name template text
2022-10-12 12:41:08 +02:00
Kristian Bendiksen
193bc35f6b
#8876 Fracture: add option to use align dip with formation dip
2022-06-16 08:38:24 +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
Kristian Bendiksen
e80343b4db
#8877 StimPlan model: Fix formation dip in export of Asymmetric.FRK
...
Fixes #8877 .
2022-05-20 14:51:26 +02:00
Kristian Bendiksen
837a0f208c
#8846 StimPlan model plot: Correct perforation interval for longitudinal fracture
...
Fixes #8846 .
2022-05-20 14:07:29 +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
477ae02382
Logarithmic curve support and renaming ( #8546 )
...
* Add test for both positive and negative numbers
* Remove redundant sample count from parameter list
* Propagate useLogarithmicScale
* Renaming
2022-02-14 11:49:37 +01:00
Magne Sjaastad
3c35244809
#8420 Janitor: Remove empty parameters in initialization macros
2022-01-07 08:31:52 +01:00
Magne Sjaastad
2a65636ba3
#8250 Use variadic macros and remove obsolete parameters
2021-11-14 15:26:09 +01:00
Magne Sjaastad
6940e588b6
#8277 StimPlan : Use case insensitive string compare for facies and formations
2021-11-12 13:03:36 +01:00
Kristian Bendiksen
5ad7bfac77
#7027 Stim Plan Model: add unit to legend text for relevant curves
2021-11-08 09:51:22 +01:00
Kristian Bendiksen
53f102ee55
Stim Plan Model: Handle pressure values in field units.
2021-11-08 09:51:22 +01:00
Magne Sjaastad
ccf2116d20
Janitor : Set default values for integers exposed in Python API
2021-10-28 11:17:42 +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
d61129e639
#8191 Fracture: Avoid overwrite of elastic properties set from Python
2021-10-25 14:51:01 +02:00
Magne Sjaastad
e4d84675c5
#8180 Python : Make orientation scriptable
2021-10-25 12:22:36 +02:00
Magne Sjaastad
9e051d2769
#8187 Polyline target : Never set the vector values read only
2021-10-25 11:39:32 +02:00
Kristian Bendiksen
75fe73ee64
Refactor: Start using setUiTreeHidden where missing.
2021-10-24 09:11:20 +02:00
Magne Sjaastad
da30992d5a
Janitor : Guard access to empty vector
2021-10-20 14:44:25 +02:00
Kristian Bendiksen
6b3ad20587
#8079 StimPlan Model plot: Add Perforation interval in Fm. track
2021-10-15 13:52:45 +02:00
Kristian Bendiksen
7cf56e1e87
#8084 StimPlan Model: Dangling annotations when changing MD
2021-10-08 14:09:22 +02:00
Kristian Bendiksen
296c4e552a
#8093 StimPlan Model: Improve naming of barrier annotation.
2021-10-08 14:09:22 +02:00
Kristian Bendiksen
2dbe6666da
#8093 StimPlan Model: simplify notations.
2021-10-08 14:09:22 +02:00
Kristian Bendiksen
faba3a980d
#8027 StimPlan Model Export: Add perforation, formation and facies info
2021-10-04 10:20:09 +02:00
Kristian Bendiksen
6440bd5b8d
#8052 StimPlan Model Plot: tweak default shown tracks.
2021-09-29 14:57:31 +02:00
Kristian Bendiksen
d9af96cd2a
#8054 StimPlan Model Plot: Show date in stress legend.
2021-09-29 14:57:31 +02:00
Kristian Bendiksen
ed19afd126
#8044 StimPlan Model: Show anchor position depth with positive sign.
2021-09-29 14:04:11 +02:00
Kristian Bendiksen
9cec017895
#8044 StimPlan model: Set Extraction Depth Boundaries relative to Anchor position
2021-09-29 14:04:11 +02:00
Kristian Bendiksen
cd91a96871
#7953 StimPlan Model: always recompute anchor position and thickness direction. ( #8004 )
...
This is to support manually changing the MD directly in the project file.
Fixes #7953 .
2021-09-14 10:46:12 +02:00