Commit Graph

13933 Commits

Author SHA1 Message Date
Kristian Bendiksen
4e2273b357 #6935 Extend python example with more than one model. 2020-11-11 15:46:22 +01:00
Kristian Bendiksen
f146402864 #6936 StimPlanModel: missing update when changing eclipse case or time step in plot. 2020-11-11 15:45:49 +01:00
Kristian Bendiksen
f6ba901105 #6937 StimPlanModel: fix missing update in plot when toggling elastic scaling property 2020-11-11 15:45:49 +01:00
Kristian Bendiksen
d5f5207177 #6934 StimPlanModel: allow user-defined depth bounding box for data extraction 2020-11-11 15:45:49 +01:00
Kristian Bendiksen
91a35784a0 #6948 StimPlan Model: Make sure extraction normal always points downwards. 2020-11-11 15:45:49 +01:00
Magne Sjaastad
30c717db16
Replace use of add-path
Replace use of add-path

Output from gha
The add-path command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
2020-11-11 07:58:55 +01:00
Kristian Bendiksen
303b0ea163 #6946 StimPlan Model Plot: Fix incorrect colors in facies track. 2020-11-09 12:44:32 +01:00
Kristian Bendiksen
5c99872c7f #6938 Use unscaled porosity for elastic property lookup.
The elastic properties are already scaled by net-to-gross. Scaling the porosity
by net-to-gross before looking up the properties was applying the scaling twice.

Closes #6938.
2020-11-09 12:44:09 +01:00
Kristian Bendiksen
bd2678fe57 #6931 Fix missing scaling for porosity and permeability. 2020-11-09 12:43:41 +01:00
Kristian Bendiksen
f9cc1bd95c #6932 Make curve colors for initial stress and initial pressure consistent. 2020-11-09 06:22:19 -05:00
Magne Sjaastad
39c8843f76 Remove python doc
Python doc is now moved to

https://github.com/OPM/ResInsight-UserDocumentation/tree/master/docs
2020-11-06 14:14:49 +01:00
magnesj
d11e109c7e Fixes by clang-format 2020-11-06 06:18:34 -05:00
Magne Sjaastad
318b4e3471 Use peter-evans/create-pull-request@v3 2020-11-06 06:18:34 -05:00
Magne Sjaastad
d7e7498e9a gha: Use clang-format 10 2020-11-06 06:18:34 -05:00
Kristian Bendiksen
b778a3c973 #6596 Rename python example file. 2020-11-06 10:43:49 +01:00
Kristian Bendiksen
abe818c4cd #6596 Update python example to change from FractureModel to StimPlanModel. 2020-11-06 10:43:49 +01:00
Kristian Bendiksen
2ec4e5a6c4 #6596 Rename from FractureModel to StimPlanModel. 2020-11-06 10:43:49 +01:00
Kristian Bendiksen
c8c32efba2 Fix cmake 3.12 error: CMP0077 was not defined until 3.13. 2020-11-06 08:17:43 +01:00
Kristian Bendiksen
76896827cd Remove "pragma once" in cpp file. 2020-11-06 08:17:43 +01:00
Kristian Bendiksen
f0d96534cc #6820 Group stimplan model source code in subdirectory. 2020-11-06 08:17:43 +01:00
Magne Sjaastad
5f1ea10654
Install : Locate and add Boost DLLs to install (#6917)
* Install : Locate and add Boost DLLs to install
* Fixes by cmake-format

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-11-05 08:48:57 +01:00
Magne Sjaastad
51359a0cda
Allow Python scripts to use currently selected cases (#6906)
* #6891 Python : Make sure python scripts can be launched from context menu
* #6891 Python : Make currentScriptCaseId a general scripting feature
2020-11-04 10:27:05 +01:00
Kristian Bendiksen
cfccd6e943 Fracture Model Plot: Extracted values always have tvd and md. 2020-11-03 16:07:25 +01:00
Kristian Bendiksen
bb379ac5d2 Remove duplicated curve extraction code for layers. 2020-11-03 16:07:25 +01:00
Kristian Bendiksen
e08cd0c46c #6834 Use time step from fracture model when extracting curve. 2020-11-03 16:07:25 +01:00
Kristian Bendiksen
bf05ff2f37 #6834 Make it easier to see which model a fracture model plot is displaying.
Also add edit button.
2020-11-03 16:07:25 +01:00
Kristian Bendiksen
42630d99b7 Guard against null pointer access when fracture template not set. 2020-11-03 16:07:25 +01:00
Kristian Bendiksen
be8b54046e #6888 Fix assert when MD gives anchor position outside of active cells bounding box. 2020-11-03 16:07:25 +01:00
Kristian Bendiksen
1f748e3c39 Fix ugly name in plot project tree. 2020-11-03 16:07:25 +01:00
Kristian Bendiksen
ac224a03a3 Fix missing ElasticPropertyScaling objects on project reload. 2020-11-03 16:07:25 +01:00
Kristian Bendiksen
dc4d0fa109 Remove duplicated code.
Moving the data extraction out of the curves makes it possible to share
the curve drawing functionality.
2020-11-03 16:07:25 +01:00
Kristian Bendiksen
271191b199 Fix crash when time step the initial time step. 2020-11-03 16:07:25 +01:00
Kristian Bendiksen
182b7f546c #6834 Stimplan Model Plot: add source selector for eclipse case and time step 2020-11-03 16:07:25 +01:00
Magne Sjaastad
3b899d4fdb #6902 Octave Plugin: Use %s to concatenate text strings 2020-11-03 06:39:46 -05:00
github-actions[bot]
03bae9df8b Fixes by cmake-format 2020-11-03 10:53:54 +01:00
Magne Sjaastad
2cecedae99 #6831 Ensemble Summary Plot : Fix text filter for ensemble curves 2020-11-03 10:40:42 +01:00
Magne Sjaastad
70dfdd9a41 #6869 Coarse Grid: Make sure empty coarsening cells are handled correctly
Based on fix by Jean-Paul Balabanian <jpb@equinor.com>
2020-11-03 04:34:40 -05:00
Magne Sjaastad
61245ee43f #6867 Summary Vector Names 6x : Include name updates from 6x
Include updates from Peter Forster
2020-11-03 04:34:20 -05:00
Gaute Lindkvist
9760dd1926 Add missing PRIVATE keyword in GrpcInterface\CMakeLists.txt 2020-11-03 10:31:12 +01:00
Gaute Lindkvist
71a0d88e26 Cross platform way of looking for CMake-versions of gRPC/Protobuf first
* Then use PKG_CONFIG to try to find them,
2020-11-03 10:31:12 +01:00
Gaute Lindkvist
71b191f8c5 Support non-cmake builds of gRPC 2020-11-03 10:31:12 +01:00
Magne Sjaastad
817a5da315
Update centos7.yml 2020-11-03 07:17:56 +01:00
Gaute Lindkvist
265f820531 Update Centos7 action to use an absolute path for RESINSIGHT_GRPC_PYTHON_EXECUTABLE 2020-11-02 11:33:43 +01:00
Magne Sjaastad
4bdee0119a
gha: Fix typo in cmake arguments for centos7 2020-11-01 09:43:13 +01:00
Magne Sjaastad
03ab2e592d #6862 Correlation Plots : Use full address when accessing summary data 2020-10-30 18:21:52 +01:00
Magne Sjaastad
15b5aef308
System : Do not autoinstall vcpkg packages by default (#6876)
* System : Do not autoinstall vcpkg packages by default

* System : Enable autoinstall of vcpkg for github action
2020-10-30 15:07:58 +01:00
github-actions[bot]
fe1bdf365e
Fixes by cmake-format (#6875)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-10-30 13:54:11 +01:00
Magne Sjaastad
91cc18f885 Early exit if no fracture model template is defined 2020-10-30 13:27:25 +01:00
github-actions[bot]
223fe756fe
Fixes by cmake-format (#6874) 2020-10-30 12:31:16 +01:00
Gaute Lindkvist
787dae4044
Automatic installation of vcpkg dependencies (#6848)
* Added AutoVcpkg files to cmake directory.
* Add auto install of vcpkg packages
* Add grpc install to GrpcInterface module
* Set VCPKG_ROOT in GitHub actions

Co-authored-by: Ruben Thoms <ruben.thoms@ceetronsolutions.com>
2020-10-30 12:29:57 +01:00