Magne Sjaastad
77ef87fb3a
System : Move all command features into separate library
...
When compiling the complete application, the large number of files causes the input file for a Ninja build (text response file) to become too large on some configurations. Move command features into a separate library to reduce the total file count per project/library.
2020-08-31 08:23:14 +02:00
Magne Sjaastad
053bf5db12
gcc : Warning as errors : Move complete test into assert statement
2020-08-29 10:30:56 +02:00
Magne Sjaastad
279347c271
#6398 System : Reduce number of Unity excludes
2020-08-29 10:30:56 +02:00
Magne Sjaastad
6e160fb594
#6398 System : Add unity build to Qwt and flowdiagnostics
2020-08-29 10:30:56 +02:00
Magne Sjaastad
f074ca7a09
#6398 System : Add unity build to PdmScripting
2020-08-29 10:30:56 +02:00
Magne Sjaastad
2901ad2c54
#6398 System : Remove cotire
2020-08-29 10:30:56 +02:00
Gaute Lindkvist
3269537f25
Ensure default analysis filter works and changes are propagated properly
2020-08-28 14:38:29 +02:00
Gaute Lindkvist
c5255b4008
Create default analysis plot filter
2020-08-28 14:38:29 +02:00
Gaute Lindkvist
81f16cb7cb
Fix crash when creating plot data filters
2020-08-28 14:38:29 +02:00
Gaute Lindkvist
2da678802b
#4064 Support sorting by correlation in Ensemble Curve coloring
2020-08-28 14:38:29 +02:00
github-actions[bot]
6f3c8e7ec6
Fixes by misspell-fixer
2020-08-28 14:33:58 +02:00
rubenthoms
a43d575ae7
Renamed test data directory according to renaming of RifSurfaceReader->RifSurfaceImporter.
...
Added unit test for a clipped ptl file.
2020-08-28 14:29:47 +02:00
rubenthoms
5a4399f8ce
Fixed 6377, false check for invalid indices in triangle indices definition algorithm.
2020-08-28 14:29:47 +02:00
Jon Jenssen
42ab0485bd
Make sure we refresh the scene after setting a new color legend, not before
2020-08-28 08:48:02 +02:00
Jon Jenssen
c0c0c2c4b8
Make sure we don't override the color legend type chosen by the user when switching between results.
2020-08-28 08:48:02 +02:00
Kristian Bendiksen
8a08d47ce2
Merge pull request #6381 from OPM/fracture-model-empty-menu-items-6296
...
#6296 Fix empty or duplicated fracture model menu items.
2020-08-27 10:52:58 +02:00
Kristian Bendiksen
2f2fb145ac
#6296 Fix empty or duplicated fracture model menu items.
2020-08-27 09:06:16 +02:00
Kristian Bendiksen
6f4666bfed
Merge pull request #6375 from OPM/stimplan-frk-export-new-format-6374
...
#6374 Update Geological.FRK file export to new xml format.
2020-08-26 15:01:19 +02:00
Kristian Bendiksen
ebd922836b
#6374 Update Geological.FRK file export to new xml format.
2020-08-26 12:51:17 +02:00
Kristian Bendiksen
100c1b9e14
Merge pull request #6372 from OPM/stimplan-detailed-fluid-loss-6364
...
Stimplan detailed fluid loss 6364
2020-08-26 12:50:43 +02:00
jonjenssen
cfe64f5706
Surface python interface ( #6370 )
...
* Add python interface for importing surfaces with example.
2020-08-26 12:31:23 +02:00
Kristian Bendiksen
2b111797ad
#6364 Fix spelling of "Immobile Fluid Saturation".
2020-08-26 10:34:25 +02:00
Kristian Bendiksen
e6d170a230
#6364 Fix incorrect spelling of coefficient everywhere.
2020-08-26 10:24:50 +02:00
Kristian Bendiksen
7daed80af7
#6364 Use SI unit for thermal expansion coefficient.
...
And convert from SI unit (1/degrees Celsius) to field units (1/degrees
Fahrenheit) for the export.
2020-08-26 10:23:03 +02:00
Kristian Bendiksen
78c3568ff7
#6364 Fracture model plot: use Celsius as unit for temperature in plot.
2020-08-26 09:25:04 +02:00
Kristian Bendiksen
202bcba93d
#6364 Fix unit conversion for reservoir pressure in FRK export.
2020-08-26 09:03:25 +02:00
Gaute Lindkvist
6f7534b2a9
Slightly improve menu text and distance threshold for correlation plot context entries
2020-08-26 08:19:49 +02:00
Gaute Lindkvist
daf24c773b
#6359 Improve context menu creation of correlation plots
2020-08-26 08:19:49 +02:00
Kristian Bendiksen
d4d010c5d5
#6364 Add import, display and export of immobile fluid saturation.
...
Part of Stimplan "detailed fluid loss" format.
2020-08-26 07:01:16 +02:00
Kristian Bendiksen
71426dcacb
#6364 Add immobile fluid saturation to elastic properties csv parsing.
2020-08-26 06:23:37 +02:00
Kristian Bendiksen
1b5be32994
#6364 Add more default values and export for Stimplan detailed fluid loss.
...
Added in this commit:
* Relative Permeabilty factor
* Poro-Elastic Constant
* Thermal Expansion Coefficient.
2020-08-25 16:16:52 +02:00
Kristian Bendiksen
d0322a98ba
#6364 Stimplan: add curve and export for reservoir temperature.
2020-08-25 16:16:52 +02:00
Kristian Bendiksen
ddc23fa5ea
#6364 Add scaffolding for exporting detailed fluid loss for Stimplan.
2020-08-25 16:16:52 +02:00
Gaute Lindkvist
9eb79fbb0e
#6304 Improve stacked curve interpolation
...
* We no longer require the depth data to be well ordered.
2020-08-25 15:49:59 +02:00
Magne Sjaastad
f96a597321
Guard nullpointer access
...
Seen when running regression test ProjectFiles\CommandFileTests\TestCase_Multiple_Fractures and rest of tests in this folder
2020-08-25 13:15:07 +02:00
Magne Sjaastad
6dec2aa1ef
#6308 Shear slip indicator : Fix logic in isMatching
...
Co-authored-by: Kristian Bendiksen <kristian.bendiksen@gmail.com>
2020-08-25 09:27:44 +02:00
Kristian Bendiksen
88c25631d1
#6302 PORO-PERM: Calculate initial porosity.
2020-08-25 09:22:48 +02:00
github-actions[bot]
c4d2488d31
Fixes by clang-format ( #6362 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-08-25 08:44:08 +02:00
Gaute Lindkvist
1a04794f7a
Further crash fix in RimStimPlanColors
2020-08-25 08:33:47 +02:00
Gaute Lindkvist
3d6d8d3220
Fix crash in RiuMainWindow when closing project
2020-08-25 08:33:47 +02:00
Gaute Lindkvist
f82b2f73ec
#6320 Refactor of PdmScripting
...
* Make base class abstract
* Implement support for IOHandling for PdmChild and PdmChildArray fields
2020-08-25 08:33:47 +02:00
Kristian Bendiksen
2ec5f83dad
Merge pull request #6344 from OPM/shear-slip-indicator-6308
...
#6308 GeoMech: Add shear slip indicator calculation.
2020-08-24 18:59:43 +02:00
Kristian Bendiksen
afce21ad1e
#6308 Sync water density from Rim to Rig when opening GeoMech case
2020-08-24 18:36:08 +02:00
Magne Sjaastad
2a9082360c
Add nightly build of centos7 ( #6355 )
2020-08-24 15:38:51 +02:00
Kristian Bendiksen
5ecee650f0
#6308 Move shear slip indicator to result to ST.DPN.
2020-08-24 14:49:08 +02:00
Kristian Bendiksen
b86720529b
#6308 GeoMech: Add shear slip indicator calculation.
2020-08-24 14:39:10 +02:00
Magne Sjaastad
1f2f1bf14e
#6314 Rename to RifSurfaceImporter
...
Co-authored-by: Ruben Manuel Thoms <ruben.thoms@ceetronsolutions.com>
2020-08-24 14:35:34 +02:00
Magne Sjaastad
4f68f2b11a
#6314 Fix typo
...
Co-authored-by: Ruben Manuel Thoms <ruben.thoms@ceetronsolutions.com>
2020-08-24 14:35:34 +02:00
Magne Sjaastad
0bd328f4df
#6314 PTL format from generated surface
...
Co-authored-by: Ruben Manuel Thoms <ruben.thoms@ceetronsolutions.com>
2020-08-24 14:35:34 +02:00
Kristian Bendiksen
14e0a9c2da
Merge pull request #6332 from OPM/mud-weight-fracture-gradient-fix-6301
...
Mud weight fracture gradient fix 6301
2020-08-24 14:30:43 +02:00