Commit Graph

2956 Commits

Author SHA1 Message Date
Magne Sjaastad
fd320068e7 Fix missing include using clang compiler 2020-12-10 12:40:16 +01:00
Ruben Thoms
f19ba71888 Implementation of objective functions.
- Objective functions
- Custom objective functions
- Filters
- Selection of multiple summary addresses
2020-12-10 12:40:16 +01:00
Magne Sjaastad
7b5594ce7c Updates after 2020.10.1 release (#7104)
* Set version to 2020.10.1-RC03

* #6780 Flow Vector Result: Check if data exists before using

* #7031 Delta Summary Case: Fix crash when updating case name

* #7036 Well Picks : Skip import of empty lines

* #7003 Python: Guard nullpointer access for summary methods

* #7014 Python: Resize the result container before assigning data

* #7042 File Import Dialog : Sort by numbers instead of text

* Set version to 2020.10.1-RC04

* #7008 Python: Avoid terminating process as part of open/closeProject

When running scripts, a project file can be opened. If other operations are issued after, the process monitor window was disconnected from the script process, and no text output from the script was visible in the process monitor text window.

New behavior : Never terminate a process automatically. Never terminate process as part of open/close project. If a process is left unresponsive, the user is now responsible for manual termination of this process.

* #7045 Contour map : Disable clipping of smoothed contour lines

* #7046 Cross Plot : Avoid reset of curve visibility when color legend visibility changes

* #7048 Grid Cross Plot: Fix inverted Y-axis for user-defined min/max range

* #7055 Contour Map: Label format it should match the legend format

* #7059 Well Targets : Fix index of of bound crash when building well path

* Set version to 2020.10.1-RC05

* #6814 Correlation Report: Missing update of plots when changing ensemble

* Set version to 2020.10.1-RC06

* #7055 Contour Map: Label format it should match the legend format

* #7068 Fix missing import surface File -> Import Surface

* Set version to 2020.10.1-RC07

* Prepare for release of 2020.10.1

* #5641 Avoid unnecessary regeneration of contour map

* Move clearGeometry to a scheduleGeometryRegen override

* Trigger update of contour maps following legend changes

* Make legend config changed signal more fine grained for Contour Maps

* Set version to 2020.10.1-RC08

* Prepare for release of 2020.10.1

* Set dev version after patch release

Co-authored-by: Gaute Lindkvist <lindkvis@gmail.com>
2020-12-10 10:44:23 +01:00
Kristian Bendiksen
dbc2899f46 #6941 Rename and move RimHistogramData to RigHistogramData. 2020-12-10 10:00:50 +01:00
Kristian Bendiksen
d9fc389abf #6941 Use property and time step from grid statistics plot (instead of view) 2020-12-10 10:00:50 +01:00
Kristian Bendiksen
772e9cf02d #6941 Move HistogramData into separate file for easier reuse. 2020-12-10 10:00:50 +01:00
Kristian Bendiksen
e9d734f660 #6941 Add Grid Statistics plot using QtCharts.
The feature is only enabled if QtCharts is installed.
2020-12-10 10:00:50 +01:00
Kristian Bendiksen
470111606b #7087 Allow creating StimPlanModelPlot without an active 3d view. 2020-12-07 16:14:02 +01:00
Kristian Bendiksen
2e113414e1 #6920 StimPlanModelPlot: show fewer curves by default. 2020-12-07 16:14:02 +01:00
Magne Sjaastad
5db32823c5 #7042 File Import Dialog : Sort by numbers instead of text 2020-11-24 14:31:13 +01:00
Kristian Bendiksen
b04d2aa99a #7012 Clear facies code names when importing roff files 2020-11-19 08:24:08 +01:00
github-actions[bot]
99742e8062 Fixes by cmake-format (#6994)
Co-authored-by: magnesj <magnesj@users.noreply.github.com>
2020-11-16 13:54:06 +01:00
Ruben Thoms
c4ec51fd8b Added opm-common as include directory to Commands project.
Fixed other deprecated class object instantiations.
2020-11-16 11:34:09 +01:00
Ruben Thoms
6636a29882 Merged in VFP-tables commit 874433680d65ec3ce2735c06f1212fb478e413b1. 2020-11-16 11:34:09 +01:00
Magne Sjaastad
1a3a155d36 Merge remote-tracking branch 'origin/2020.10-patch-01' into dev 2020-11-12 09:06:28 +01:00
Magne Sjaastad
a0bc915b18 #6968 Import Dialog : Replace realization-N with realization-* 2020-11-11 09:05:31 -05:00
Magne Sjaastad
e9656cc167 #6963 Import Dialog : Add recently used folders and search terms in registry 2020-11-11 09:05:31 -05:00
Magne Sjaastad
0e2d021148 #6959 Calculated curve : Make sure relevant calculations are recalculated 2020-11-10 09:58:48 -05:00
Magne Sjaastad
00bcf3f048 #6871 Closing Grid Model : Update project tree in plot window 2020-11-09 20:29:17 +01:00
magnesj
0258874e17 Fixes by clang-format 2020-11-09 08:31:57 -05: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
f9cc1bd95c #6932 Make curve colors for initial stress and initial pressure consistent. 2020-11-09 06:22:19 -05:00
magnesj
d11e109c7e Fixes by clang-format 2020-11-06 06:18:34 -05:00
Kristian Bendiksen
2ec4e5a6c4 #6596 Rename from FractureModel to StimPlanModel. 2020-11-06 10:43:49 +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
bb379ac5d2 Remove duplicated curve extraction code for layers. 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
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
Kristian Bendiksen
a9930e5fe0 #6833: Set eclipse case and time step in fracture model. 2020-10-28 08:59:40 +01:00
Gaute Lindkvist
cc2531a551 Fix build issues due to not linking Eigen 2020-10-26 11:50:22 +01:00
Gaute Lindkvist
0fc5e033f5 Add automatic well path grouping 2020-10-26 10:43:14 +01:00
Gaute Lindkvist
19a8aece0e Almost right 2020-10-26 10:43:14 +01:00
github-actions[bot]
5ec3e2a7d7 Fixes by clang-format 2020-10-26 10:43:14 +01:00
Gaute Lindkvist
195bcf2817 Skeleton for toggling grouping of well paths 2020-10-26 10:43:14 +01:00
Gaute Lindkvist
395398587a Create a separate menu entry for importing "Grouped Well Paths" 2020-10-26 10:43:14 +01:00
Gaute Lindkvist
0b19307be0 Support loading hierarchical well paths 2020-10-26 10:43:14 +01:00
Gaute Lindkvist
6622328622 Remove direct access to the well path field in RimWellPathCollection 2020-10-26 10:43:14 +01:00
Gaute Lindkvist
aceac43652 Refactor RimWellPath and RigWellPath 2020-10-26 10:43:14 +01:00
Gaute Lindkvist
1614dfa9b8 Remove "using namespace std" (a C++17 MSVC bug) 2020-10-26 10:43:14 +01:00
Gaute Lindkvist
17ba1e49b6 Simplify some code with C++17 2020-10-26 10:43:14 +01:00
Kristian Bendiksen
246c918e13 Fix signed/unsigned comparison warnings. 2020-10-22 09:07:27 +02:00
Kristian Bendiksen
82c7042eeb #6754 Scale porosity, permeability and elastic props by net-to-gross. 2020-10-22 09:07:27 +02:00
Kristian Bendiksen
390dbe5cc5 Move export to frk command from model plot to model. 2020-10-22 09:07:27 +02:00
Kristian Bendiksen
7d456f1cbb Refactor fracture model result calculation to be independent of display. 2020-10-22 09:07:27 +02:00
Kristian Bendiksen
6c8dda3869 #6651: Allow wild card in formation name when importing elastic properties. 2020-10-21 10:26:01 +02:00
Kristian Bendiksen
5e31df53bc #6597: Provide sensible defaults for elastic property scaling. 2020-10-21 10:05:49 +02:00
Kristian Bendiksen
7c555658ec #6597 Add pdm objects and context menu for elastic property scaling. 2020-10-21 10:05:49 +02:00
github-actions[bot]
0d360eeea6 Fixes by clang-format 2020-10-20 11:05:10 +02:00