Commit Graph

13548 Commits

Author SHA1 Message Date
Gaute Lindkvist
4a8c4fd68f Revert docs/rips/project.py and fix uncommented code 2020-08-24 09:40:36 +02:00
Gaute Lindkvist
30fa232c25 #6320 Rename generated/pdm_objects.py to generated/resinsight_classes.py
* This is to avoid confusion with pdmobject.py
2020-08-24 09:40:36 +02:00
Gaute Lindkvist
454e7f17a0 #6322 Fix Python 3.8 problems
* Change base PdmObject class name to PdmObjectBase to avoid name conflicts
* Make all import paths relative
2020-08-24 09:40:36 +02:00
Magne Sjaastad
b741359696
Merge pull request #6350 from OPM/merge-patch-branch
Merge patch branch
2020-08-24 09:19:08 +02:00
Magne Sjaastad
6bd99fcbea Merge remote-tracking branch 'origin/2020.04-patch-02' into dev 2020-08-24 08:33:16 +02:00
Magne Sjaastad
d9ba1a2575 #6345 Fix missing QFileDialog prefix 2020-08-24 08:26:46 +02:00
Magne Sjaastad
afa8804e5b #6345 Use wrapper class instead of QFileDialog 2020-08-24 08:26:39 +02:00
Magne Sjaastad
6655946be5 #6345 Remove obsolete include of QFileDialog 2020-08-24 08:26:32 +02:00
Magne Sjaastad
568053375c #6345 Add wrapper class for QFileDialog 2020-08-24 08:26:27 +02:00
Magne Sjaastad
53f6471cd1 #6039 Well Allocation Plot: Update flow rate curves after change of visibility 2020-08-24 08:26:10 +02:00
Magne Sjaastad
ff202014d7 #6345 Fix missing QFileDialog prefix 2020-08-24 08:10:49 +02:00
Magne Sjaastad
665b475e9f #6345 Use wrapper class instead of QFileDialog 2020-08-24 08:10:49 +02:00
Magne Sjaastad
1adf97b075 #6345 Remove obsolete include of QFileDialog 2020-08-24 08:10:49 +02:00
Magne Sjaastad
6a0a6e9836 #6345 Add wrapper class for QFileDialog 2020-08-24 08:10:49 +02:00
Gaute Lindkvist
e19cb1a45b Fix build issues due to unused variables 2020-08-21 17:23:53 +02:00
Magne Sjaastad
c3829da41b #6156 Handle gaps and inactive cells in MSW valve accumulation 2020-08-21 17:23:40 +02:00
Gaute Lindkvist
2188a33d4e #6157 Move splitting of MSW segments to just before WELSEGS output
* this is to avoid it impacting on COMPSEGS and other output
2020-08-21 17:22:17 +02:00
Kristian Bendiksen
16663ed47a Fix windows warnings. 2020-08-21 16:17:59 +02:00
Kristian Bendiksen
e5cdbfced6 Initialize variables related to plot titles.
Was triggering valgrind "jump depends on uninitialized values" warnings.
2020-08-21 16:17:59 +02:00
Kristian Bendiksen
4e7541513e #1582 Remove last reference to caf::FixedArray. 2020-08-21 16:17:59 +02:00
Gaute Lindkvist
6bcf1b56fe Disallow dropping curves onto other curves
* Dropping curves between other curves works much better with this change.
2020-08-20 12:50:55 +02:00
Kristian Bendiksen
c4d3b1d90a #6301 Fix DERIVED_FROM_K0_FG fracture gradient calculation in shale
Several issues fixed:
* Stress tensors were incorrectly indexed.
* Default water density was 1.0, not 1.03.
* Fix normalization of upper limit results.
2020-08-19 15:28:42 +02:00
Kristian Bendiksen
20a8d1b9a4 #6301 Fix incorrect index for OBG0 element. 2020-08-19 12:33:06 +02:00
Kristian Bendiksen
f5f7e393e3 #6301 Handle HEX8 elements to compute mud weight window for non-reservoir. 2020-08-19 09:36:56 +02:00
Gaute Lindkvist
fee1608cda Fix build issues due to unused variables 2020-08-19 08:35:15 +02:00
Gaute Lindkvist
b82566751e #6156 Handle gaps and inactive cells in MSW valve accumulation 2020-08-19 08:35:15 +02:00
Gaute Lindkvist
374478ab16 #6157 Move splitting of MSW segments to just before WELSEGS output
* this is to avoid it impacting on COMPSEGS and other output
2020-08-19 08:35:15 +02:00
Kristian Bendiksen
e1ba491a9a #6315 Remove biot factor corrections for calculated stresses. 2020-08-19 07:27:08 +02:00
Kristian Bendiksen
26c863e310 #6305 GeoMech derived result: fix normalization when combined with time lapse.
The results for the different time steps are now normalized before the
difference is computed.
2020-08-19 07:12:50 +02:00
Kristian Bendiksen
59679f54ad
Merge pull request #6282 from OPM/rim-fracture-model-python-commands-6232
Rim fracture model python commands 6232
2020-08-18 11:50:16 +02:00
Kristian Bendiksen
307639a7d1 #6232 Add python api for exporting fracture model plot to frk file. 2020-08-18 10:12:10 +02:00
Kristian Bendiksen
22759b201d #6232 Simplify importing elastic properties for fracture model. 2020-08-18 10:12:10 +02:00
Kristian Bendiksen
8dfe9bd4b5 #6232 Add python api for creating fracture model plot. 2020-08-18 10:12:10 +02:00
Kristian Bendiksen
ef36bbd04a #6232 Add example for creating a fracture model from python 2020-08-18 10:12:10 +02:00
Kristian Bendiksen
a79b794eab #6232 Add python api for creating fracture model. 2020-08-18 10:12:10 +02:00
Kristian Bendiksen
1e42a2f690 #6232 Pointer adresses are not quoted in PdmFieldIOScriptability.
The pointers come in as ModeledWellPath:12345 without quotes.
2020-08-18 10:12:10 +02:00
Kristian Bendiksen
7c69fc61ef #6232 Make fracture model pdm objects scriptable. 2020-08-18 10:12:10 +02:00
Kristian Bendiksen
67af692f96 Fix clang-format. 2020-08-18 10:09:52 +02:00
Ruben Manuel Thoms
1bd710d0db Added checks for first and last table values of first column. 2020-08-17 14:41:59 +02:00
rubenthoms
0da301a785 Made sure an exception is also thrown for too few columns. Added a test for this use case. 2020-08-17 14:41:59 +02:00
rubenthoms
3a5ef7fb86 Fixed issue #6034 - Improve INP import : Add support for columns spanning more than one line. 2020-08-17 14:41:59 +02:00
Magne Sjaastad
523cdc2b7d Janitor : Use class enum 2020-08-14 11:00:36 +02:00
Magne Sjaastad
07c778280b #6252 Category Legend : Reverse the ordering in the category legend 2020-08-14 11:00:36 +02:00
Magne Sjaastad
bc47487d68 #6252 Formations : Use user-defined color legend 2020-08-14 11:00:36 +02:00
Magne Sjaastad
d276d0eefe #6252 Category Colors : Name and corresponding color do not match
Set category data directly to the category mapper with no reverse ordering
When drawing the color legend, always draw categories with lower index first
2020-08-14 11:00:36 +02:00
Magne Sjaastad
e61b97f836 Guard access of nullptr 2020-08-13 14:17:20 +02:00
Magne Sjaastad
40183ce640 Move function to private section 2020-08-13 14:17:13 +02:00
Magne Sjaastad
bd8afb1f69 AppFwk : Allow copy of text from a file path line edit when read only 2020-08-13 14:17:08 +02:00
Jon Jenssen
beef70a791 Fix spelling of "Petrel" 2020-08-12 19:44:40 +02:00
Kristian Bendiksen
96c7ac422f
Merge pull request #6300 from OPM/mud-weight-window-improvements
Mud weight window improvements
2020-08-12 14:27:32 +02:00