Commit Graph
1567 Commits
Author SHA1 Message Date
Gaute Lindkvist f199297f12 #5915 improve performance of NNC computation and limit to active cells 2020-05-13 12:19:03 +02:00
Magne Sjaastad 3d2ac4b573 Fix misspelled Allan diagram (#5906)
Closes #5816
2020-05-12 15:14:42 +02:00
Kristian Bendiksen c016c02e40 Replace RiaApplication::instance()->project() with RimProject::current().
Also remove uneccessary includes of RiaApplication.h.
2020-05-12 12:01:44 +02:00
Stein Inge Dale 6cb86d4792 #5832 Add color legend data with import from LYR file. 2020-05-06 11:04:33 +02:00
Magne Sjaastad abd4b7c769 Performance : Use map to speed up search 2020-05-05 06:55:03 +02:00
Kristian Bendiksen b93b92cae2 Add parentheses in unclear expressions when suggested by gcc 7.3.1 on linux 2020-04-30 12:46:50 +02:00
Kristian Bendiksen ad0c02a538 Remove disabling of warning 4503 on msvc.
The warning is no longer issued in msvc 2017.
2020-04-30 12:46:50 +02:00
Magne Sjaastad 95fc63fe7c Convert to enum class 2020-04-24 11:40:22 +02:00
Magne Sjaastad f89dcf4e52 Convert to enum class 2020-04-24 11:40:22 +02:00
Magne Sjaastad 83914006fd Convert to enum class 2020-04-24 11:40:22 +02:00
Magne Sjaastad 3f88fe197a Convert to enum class 2020-04-24 11:40:22 +02:00
Kristian Bendiksen 72d878fb8b #5695: Improve pore pressure input options for reservoir/non-reservoir pressure.
Current options for reservoir:
1. Grid (POR-Bar)
2. LAS file (PP_INP, PP_RES_INP, POR_RES_INP)
3. Property table (POR_INP, PP_INP)

Current options for non-reservoir:
1. LAS file (PP_NONRES_INP or POR_NONRES_INP)
2. Property Table (POR_NONRES_INP or PP_NONRES_INP)
3. Hydrostatic
2020-04-17 13:54:07 +02:00
Magne Sjaastad 42b0c1c357 Incomplete import of Restart data from 6X (#5767)
* #5763 Incomplete import of Restart data from 6X

6X simulator can report multiple keywords per time step. These additional keywords do not contain any data possible to import into ResInsight, but must be used when accessing the correct result keyword based on index in file.
2020-04-17 13:54:06 +02:00
Magne Sjaastad d26c736042 Fix out of bounds access
Triggered by calculations when data is missing for some time steps
2020-04-17 13:54:06 +02:00
Magne Sjaastad efe79aeacf #5747 Completion Export: Avoid nan values for zero permeability 2020-04-17 13:54:05 +02:00
Jacob Støren d74e5fe5e8 #5674 #5664 #5692 Shift connection number depth to show connection number at the middle of the flat areas of the graphs for inflow, and for accumulated flow to shw flow change at connection (not shifted one off) Aligned curve ascii export accordingly 2020-03-17 07:10:49 +01:00
Gaute Lindkvist c56c4b6dfd WBS:Fix crash with element property tables 2020-03-13 10:52:16 +01:00
Gaute Lindkvist 1c75d9b4bd #5663 Fix element property input for UCS 2020-03-10 20:11:54 +01:00
Gaute Lindkvist 2b7cbee0a6 #5662 and #5663 Add Elm Prop Table options for K0_* and rename UCS, POISSON_RATIO and DF 2020-03-10 20:11:54 +01:00
Gaute Lindkvist 9a2d256392 WBS: Output DF and Poisson ratio as UNIT_NONE 2020-03-10 20:11:54 +01:00
Gaute Lindkvist 2232a27fb2 #5660 rename element property POR 2020-03-10 20:11:54 +01:00
Gaute Lindkvist 9fb2fd0e56 #5652 Support PP_INP for WBS LAS-import as well as PP_RES_INP and POR_RES_INP 2020-03-10 20:11:54 +01:00
Magne Sjaastad 7c9a09a40c #4763 Ensemble Parameters : Add realization number 2020-03-07 16:01:56 +01:00
Gaute Lindkvist fc7d5bc69c #5601 fix parameter source list order for WBS PP non-reservoir 2020-03-03 14:25:20 +01:00
Gaute Lindkvist 33243c30ce #5596 Fix unit conversion issue on LAS-export 2020-03-03 14:25:20 +01:00
Magne Sjaastad 17105f271f #5617 Saturation Pressure Plot: Missing values 2020-02-28 15:07:46 +01:00
Magne Sjaastad 0b2d3085f1 NNC computations : Skip cells other than main grid cells 2020-02-24 15:49:09 +01:00
Gaute Lindkvist 82263e9d6f WBS LAS-parameter fixes to be more consistent 2020-02-24 12:30:13 +01:00
Gaute Lindkvist fb1be5b84b #5543 Revert "Remove WBS-averaging over element"
The change causes some saw tooth curves in some cases.

This reverts commit 480ff8f707.
2020-02-13 11:23:32 +01:00
Gaute Lindkvist d5351585f0 #5542 Fix scaling issues causing wrong FG results in some cases. 2020-02-13 11:23:32 +01:00
Magne Sjaastad c82df63e10 #5101 clang-format: Adjusted penalties
Use lower absolute values to improve control of behavior
2020-02-12 13:35:31 +01:00
Magne Sjaastad 10f0abc9b5 #5101 clang-format: Allow short functions on a single line
Use AllowShortFunctionsOnASingleLine: InlineOnly
2020-02-12 13:35:31 +01:00
Gaute Lindkvist 5f84bd13a1 #5524 Stop asking for an address with the field name "SH".
* The field name was hardcoded as "SH" and compared to the name of the SH result-string, which isn't the same as the input parameter anymore
2020-02-12 10:51:09 +01:00
Magne Sjaastad bad1156ad9 #5520 Completions : Set a threshold for transmissibility 2020-02-11 20:24:46 +01:00
Gaute Lindkvist ae112bab64 #5494 Add user changable water density and change model for where WBS-curves meet 2020-02-11 08:11:07 +01:00
Magne Sjaastad dfe6d0b94e Add derived summary case (#5496)
* #5488 Derived Summary Case : Refactor ensemble summary case

- Refactor ensemble summary case to be able to us as standalone derived summary case
- rename to RimDerivedSummaryCase
- allow negative values in well disk visualization

* #5488 Derived Summary Case : Add feature to create derived case
* #5487 Well Disks : Add scaling factor
2020-02-10 07:13:04 +01:00
Gaute Lindkvist 438febe049 #5472 Add indication of water depth to formation and casing track
* Also add lighter formation lines as an option and make this default for WBS plots
2020-02-07 13:52:42 +01:00
Gaute Lindkvist 6c566e0ec0 #5475 Make sg_EMW the default LAS-unit for WBS curves 2020-02-07 08:36:37 +01:00
Magne Sjaastad cb30841d1e #5465 Allen : Guard access to data if no NNC data has been loaded 2020-02-04 16:07:06 +01:00
Gaute Lindkvist 56f07e6dae Allow intervals with only one valid value in curves 2020-02-04 11:42:31 +01:00
Gaute Lindkvist a85745cb91 #5254 Support estimating RKB-diff from TVDMSL and MDRKB when first TVDMSL == 0
* Add warning when the RKB-diff cannot be estimated
2020-02-03 15:56:07 +01:00
Gaute Lindkvist c9f5b47a90 Support different units when importing and exporting WBS LAS. 2020-02-03 15:56:07 +01:00
Jacob Støren 3c05ae04e6 #5420 Fix and improve mutithreading for "Additional-NNC" computations 2020-02-03 14:49:07 +01:00
Magne SjaastadandKristian Bendiksen 7148bd73ae Bubble plot (#5452)
Bubble plot issues #5209 #2285 #5308 

Co-authored-by: Kristian Bendiksen <kristian.bendiksen@gmail.com>
2020-02-03 12:20:35 +01:00
Magne Sjaastad d8ef29a3c0 Merge pull request #5439 from OPM/nnc-improvements
Improve NNC results for complete NNC geometry
2020-01-30 13:34:28 +01:00
Magne Sjaastad ce630c3067 #5406 NNC results : Initialize computed NNCs with zero transmissibility 2020-01-30 12:44:05 +01:00
Magne Sjaastad b884fe8382 #5406 NNC results : Update computation for mult value
Based on discussion with @hhgs
2020-01-30 12:44:05 +01:00
Gaute Lindkvist b40f3dcd39 #5399 Export LAS-curves of WBS-parameters with the LAS-name rather than the Ui name 2020-01-29 09:45:38 +01:00
Gaute Lindkvist a399a843b0 #5399 WBS: rename LAS-parameters 2020-01-29 09:45:38 +01:00
Gaute Lindkvist 480ff8f707 Remove WBS-averaging over element 2020-01-29 09:45:38 +01:00