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
Magne Sjaastad
638f926429
cmake-format: Allow dangling parenthesis
2021-09-01 08:13:16 +02:00
Magne Sjaastad
b78cf3a4bb
Use cmake-format on all cmake files
2021-08-26 19:46:38 +02:00
Kristian Bendiksen
2ef22f518c
#7872 StimPlan Model: Add data source options for PORO/PERMX/PERMZ
2021-08-18 16:29:15 +02:00
Kristian Bendiksen
fbd1412853
StimPlan Model: Improve logging format for extration options.
2021-08-18 16:29:15 +02:00
Kristian Bendiksen
511439277a
#7871 StimPlan Model: Add check-box for EQLNUM pressure interpolation
2021-08-18 14:46:25 +02:00
Kristian Bendiksen
56a86eee5f
#7871 StimPlan Model: resample well log data when not from static case
2021-08-18 14:46:25 +02:00
Kristian Bendiksen
b69665ce23
#7871 StimPlan Model: Add data source ordering for EQLNUM extraction
2021-08-18 14:46:25 +02:00
Kristian Bendiksen
40bd4c285a
Improve logging when extracting StimPlan well logs.
2021-08-12 08:14:29 +02:00
Kristian Bendiksen
7db9efe387
StimPlan Model: Improve error handling on missing pressure and porosity data.
2021-08-12 08:14:29 +02:00
Magne Sjaastad
e06e0116d8
#7818 Modeled Well Path : Update location of completions
2021-06-29 15:33:03 +02:00
Magne Sjaastad
eb3c52aeb1
Python adjustments ( #7809 )
...
* #7797 Well Targets: Add scripting capability
* #7794 Python : Do not update childField or childFieldArray
* #7797 : Python - Add scripting to well path collection
- Extend the pdmobject.py with method add_object()
- allow objects to be created from Python in well path collections
- add well targets to modelled well path
* #7795 Python : Make sure referenced generated classes are defined
* #7810 StimPlanModel: clean-up python generation
* Python : Always use empty string as default value for ptrFieldValue
It can happen that a ptrField is assigned to a pointer on object construction. (FaciesProperties) Make sure that constructor always assigns an empty string.
Co-authored-by: magnesj <magnesj@users.noreply.github.com>
Co-authored-by: Kristian Bendiksen <kristian.bendiksen@gmail.com>
2021-06-25 14:44:52 +02:00
Kristian Bendiksen
7f99a9561b
Stim Plan Model: warn and handle error instead of assert.
2021-06-25 11:51:23 +02:00
Kristian Bendiksen
3b5eeb87fa
#7715 Add python interface for creating well log plots
2021-06-25 08:45:39 +02:00
Kristian Bendiksen
dd55762249
Stim Plan Model: Use eqlnum from initial pressure case
2021-06-24 10:40:04 +02:00
Kristian Bendiksen
dde4f021ab
StimPlanModel: replace assert with error handling
2021-06-22 07:17:12 +02:00
Kristian Bendiksen
f498138f4e
StimPlanModel: use data from input cases when available
2021-06-22 07:17:12 +02:00
Kristian Bendiksen
9d29ba47b0
StimPlan Model: Fall back to replacement values from input property
2021-06-10 15:51:29 +02:00
Kristian Bendiksen
42f998a7a5
#7763 Interpolate missing values for initial pressure
...
Fix problem with inf and NaN in exported Geological.frk.
This could happen when there is no grid cells of a given
EQLNUM for a given depth.
Also fix index issues due to mixing extractions with
and without over/underburden.
2021-06-09 21:23:50 +02:00
Kristian Bendiksen
429d1e4166
StimPlanModel export: use linear interpolation as last fallback for EQLNUM
2021-05-29 09:57:39 +02:00
Kristian Bendiksen
d96e28b433
StimPlan Well Log Calculator: log missing result name when replacing missing values.
2021-05-20 07:18:44 +02:00
Kristian Bendiksen
f72890584f
StimPlan Model Calculator: guard against inf/nan in stress calculation.
2021-05-20 07:18:44 +02:00
Kristian Bendiksen
3b383f1a57
StimPlan Model Calculator: Add more error checking for stress calculation.
2021-05-20 07:18:44 +02:00
Kristian Bendiksen
8b2173f951
Refactor: Use PlotCollection interface more places.
2021-05-10 14:03:52 +02:00
magnesj
a44378e2f5
Fixes by clang-tidy
2021-04-15 08:00:07 +02:00
Kristian Bendiksen
53dbb33e86
StimPlanModelPlot: Remove gaps in stress gradient and temperature curves
2021-03-23 14:56:02 +01:00
Kristian Bendiksen
5331e84d77
Better default for fracies initial pressure config.
2021-03-22 11:09:53 +01:00
Kristian Bendiksen
bde6dc3540
#7500 StimPlanModelTemplate: Add edit button for pressure table.
2021-03-22 10:59:57 +01:00
Kristian Bendiksen
6a7e063dc8
#7500 Fix delta symbol on windows.
2021-03-22 10:59:57 +01:00
Kristian Bendiksen
4be622b229
#7452 Remove warnings on missing default values (inf is used).
2021-03-19 13:24:25 +01:00
Kristian Bendiksen
bc206adc95
#7452 Improve naming of interpolated variables.
2021-03-19 13:24:25 +01:00
Kristian Bendiksen
efd3aaeb4e
#7452 Refactor: Extract method for stress gradient calculation.
2021-03-19 13:24:25 +01:00
Kristian Bendiksen
c83af62aae
#7452 Refactor: Extract method
2021-03-19 13:24:25 +01:00
Kristian Bendiksen
5b7a73230e
#7452 Refactoring: extract method
2021-03-19 13:24:25 +01:00
Kristian Bendiksen
66df15224f
#7452 Remove magic number.
2021-03-19 13:24:25 +01:00
Kristian Bendiksen
8542643963
#7452 Use pressure gradient from equilibrium region for stress gradient
2021-03-19 13:24:25 +01:00
Kristian Bendiksen
915b16dd78
#7405 StimPlanModel: Case-insensitive facies/formation mapping for elastic properties
2021-03-16 10:06:46 +01:00
Kristian Bendiksen
6c540ac762
#7490 StimPlanModel: Group pressure data source fields.
2021-03-15 12:20:25 +01:00
Kristian Bendiksen
6481813eeb
#7116 Add extrapolation for missing elastic properties.
...
Also improve error message.
2021-03-05 19:18:22 +01:00
Kristian Bendiksen
6532b2ce74
#7454 StimPlanModelTemplate: Invert delta pressure fraction calculation
2021-03-05 13:42:15 +01:00
Kristian Bendiksen
56b15b903e
#7454 StimPlanModelTemplate: Minor tweaks to "Facies Pressure Settings"
2021-03-05 13:42:15 +01:00
Kristian Bendiksen
c1ff038642
#7453 StimPlanModel: Add pressure date to pressure table.
...
Also start using it in header and plot.
2021-03-05 09:58:22 +01:00
Kristian Bendiksen
f051f009bc
#7453 StimPlanModelTemplate: Add units for pressure table items.
2021-03-05 09:58:22 +01:00
Kristian Bendiksen
e5edba0d34
#7453 StimPlanModel: Move pressure table check boxes to template.
2021-03-05 09:58:22 +01:00
Magne Sjaastad
562ec1a398
Fix type cast warnings
2021-02-26 16:03:17 +01:00
Kristian Bendiksen
8ca43bce63
#7392 Extract geometry methods from RimStimPlanModel.
2021-02-26 16:03:17 +01:00
Magne Sjaastad
8bab748fa6
Improve MSW export including multi lateral wells
...
Based on branch https://github.com/OPM/ResInsight/tree/system-msw-refactor
- Move completion settings to property of well path
- Rename to RimFishbones
- Export implicit COMPSEGS for fishbones main bore
- Add valve for each branch
- Increase version number to be able to handle import of legacy project files
2021-02-26 14:59:57 +01:00
Kristian Bendiksen
9373326281
#7400 StimPlanModel: Bin pressure by depth and use mean value.
2021-02-26 14:03:30 +01:00
Kristian Bendiksen
023bb062b5
#7400 Make proper methods of helper functions.
2021-02-26 14:03:30 +01:00
Kristian Bendiksen
36b9f084c0
#7400 Minor refactoring: remove duplication.
2021-02-26 14:03:30 +01:00
Kristian Bendiksen
5c5b9e7f34
#7400 StimPlanModel: Search vertically for EQLNUM for inactive regions.
2021-02-26 14:03:30 +01:00
Kristian Bendiksen
8ce620323e
#7400 Refactor: Extract methods for replacing values.
2021-02-26 14:03:30 +01:00
Kristian Bendiksen
f6fe69ba45
#7400 StimPlanModel: Add support for multiple missing value strategies.
2021-02-26 14:03:30 +01:00
Kristian Bendiksen
35525eeedf
#7400 StimPlanModel: Cache calculated results.
2021-02-26 14:03:30 +01:00
Kristian Bendiksen
762e36ae9d
#7400 Interpolate initial pressure per EQLNUM region
2021-02-26 14:03:30 +01:00
Kristian Bendiksen
f0c70a0fd2
#7400 StimPlanModel: Add EQLNUM result to calculator.
...
Take results from EQLNUM_1 input properties for missing values in
static eclipse case.
2021-02-26 14:03:30 +01:00
Kristian Bendiksen
8ce01c098a
#7117 Fix stale data when reimporting elastic properties
2021-02-22 13:08:55 +01:00
Kristian Bendiksen
1b91e4d344
#7365 StimPlanModel: Sort pressure table items by depth
2021-02-19 12:18:30 +01:00
Kristian Bendiksen
5d331656cd
#7365 StimPlanModelTemplate: make it clearer when pressure table is used.
2021-02-19 12:18:30 +01:00
Kristian Bendiksen
bb961ab460
#7339 StimPlanModelTemplate: Hide some levels in the project tree.
2021-02-19 12:18:30 +01:00
Kristian Bendiksen
394da90f1c
#7339 StimPlanModelTemplate: Auto-select facies for initial pressure.
2021-02-19 12:18:30 +01:00
Kristian Bendiksen
530c6d3e85
#7339 StimPlanModel: Update python api changes in pdm objects.
...
The eclipse cases are now set on the StimPlanModelTemplate, not on the
StimPlanModel.
2021-02-19 12:18:30 +01:00
Kristian Bendiksen
dc4e372fc2
Janitor: Remove "Interpolating missing values" info logging.
...
This is expected behavior.
2021-02-19 12:18:30 +01:00
Kristian Bendiksen
8e29c2eb66
#7339 StimPlanModel: Add case for initial pressure data.
2021-02-19 12:18:30 +01:00
Kristian Bendiksen
77d02e67da
#7365 StimPlanModel: Add optional table for inital and current pressure data.
2021-02-19 12:18:30 +01:00
Kristian Bendiksen
3e43ca2b65
#7339 StimPlanModel: handle facies without pressure depletion.
2021-02-19 12:18:30 +01:00
Kristian Bendiksen
ad0e07a540
#7339 Move dynamic and static case from instance to template.
2021-02-19 12:18:30 +01:00
Kristian Bendiksen
b68d3a5336
Janitor: Remove unused includes.
2021-02-19 12:18:30 +01:00
Kristian Bendiksen
e72cec3c62
#7339 StimPlanModel: Interpolate pressure data from dynamic eclipse case
2021-02-19 12:18:30 +01:00
Kristian Bendiksen
54cdb6e8ef
#7339 Refactoring: extract two methods.
2021-02-19 12:18:30 +01:00
Kristian Bendiksen
e695b62db1
Janitor: add missing override keyword
2021-02-19 12:18:30 +01:00
Kristian Bendiksen
13130ae268
#7339 StimPlanModel: Handle incomplete formation names data.
2021-02-19 12:18:30 +01:00
Kristian Bendiksen
c6f35cbe1f
#7339 StimPlanFracture: Add methods to use two grids for data extraction.
2021-02-19 12:18:30 +01:00
Kristian Bendiksen
f2c25a5f13
#7143 StimPlanModel: Compute formation dip in fracture plane.
2021-02-05 08:31:49 +01:00
Kristian Bendiksen
201955c4a9
#7140 StimPlanModel: Fix direction to barrier calculation.
2021-02-03 13:41:17 +01:00
rubenthoms
bc81437435
Moved UnitSystem from RiaEclipseUnitTools to RiaDefines. ( #7225 )
...
* Moved UnitSystem from RiaEclipseUnitTools to RiaDefines.
- Renamed UnitSystem to EclipseUnitSystem
- Replaced header includes and removed obsolete includes of RiaEclipseUnitTools.h
* Moved result name functions into separate file.
* Minor cleanup
Co-authored-by: rubenthoms <rubenthoms@users.noreply.github.com>
Co-authored-by: Magne Sjaastad <magne.sjaastad@ceetronsolutions.com>
Co-authored-by: magnesj <magnesj@users.noreply.github.com>
2021-01-21 12:58:46 +01:00
Kristian Bendiksen
ad07b18781
#6227 Filter out zero values in logarithmic plot.
2021-01-18 14:41:53 +01:00
Kristian Bendiksen
784f3069f0
#7148 StimPlanModel: provide better default for por/perm.
2021-01-15 12:06:39 +01:00
Gaute Lindkvist
81699db187
Rename ApplicationCode to ApplicationLibCode
2021-01-11 15:27:45 +01:00