Kristian Bendiksen
023bb062b5
#7400 Make proper methods of helper functions.
2021-02-26 14:03:30 +01:00
Kristian Bendiksen
36b9f084c0
#7400 Minor refactoring: remove duplication.
2021-02-26 14:03:30 +01:00
Kristian Bendiksen
5c5b9e7f34
#7400 StimPlanModel: Search vertically for EQLNUM for inactive regions.
2021-02-26 14:03:30 +01:00
Kristian Bendiksen
8ce620323e
#7400 Refactor: Extract methods for replacing values.
2021-02-26 14:03:30 +01:00
Kristian Bendiksen
f6fe69ba45
#7400 StimPlanModel: Add support for multiple missing value strategies.
2021-02-26 14:03:30 +01:00
Kristian Bendiksen
35525eeedf
#7400 StimPlanModel: Cache calculated results.
2021-02-26 14:03:30 +01:00
Kristian Bendiksen
762e36ae9d
#7400 Interpolate initial pressure per EQLNUM region
2021-02-26 14:03:30 +01:00
Kristian Bendiksen
f0c70a0fd2
#7400 StimPlanModel: Add EQLNUM result to calculator.
...
Take results from EQLNUM_1 input properties for missing values in
static eclipse case.
2021-02-26 14:03:30 +01:00
Magne Sjaastad
916cbb306f
Streamlines : Set default max days to 5000
...
On large models, the time to compute streamlines can use much memory and be time consuming. Reducing the max number of days will help in some cases.
2021-02-26 13:47:31 +01:00
Magne Sjaastad
d7d843b9ed
Add missing include
2021-02-26 13:03:29 +01:00
Magne Sjaastad
bde6fc7d9c
Streamlines : Show dominant flow phase velocity
2021-02-26 10:45:30 +01:00
Magne Sjaastad
4a9e759e4b
Streamlines : Avoid load of a single step
...
If only one time step is loaded, all other logic must be able to handle this situation. Load data for all time steps when asking for flow related data
Use absolute value when comparing flow values
2021-02-26 10:45:30 +01:00
jonjenssen
9bd0a9ebac
Streamlines: New generator and UI usability improvements ( #7424 )
...
Co-authored-by: jonjenssen <jonjenssen@users.noreply.github.com>
Co-authored-by: Magne Sjaastad <magne.sjaastad@ceetronsolutions.com>
2021-02-25 16:38:56 +01:00
Magne Sjaastad
f7a5f18e7f
#7361 Janitor : Keep obsolete fields for PLT and RFT plots
...
The regression tests are not loading correctly, keep these fields for a while
2021-02-24 22:16:23 +01:00
Magne Sjaastad
ce2dd46a2e
#7361 Janitor : Guard null pointer access
2021-02-24 22:16:23 +01:00
magnesj
1a28e71b68
Fixes by cmake-format
2021-02-23 07:10:12 +01:00
Magne Sjaastad
9cb59f9ea4
#7411 Python : Copy Python module to build folder
...
Remove obsolete _unityTargetName used by cotire
2021-02-23 07:07:07 +01:00
Magne Sjaastad
7d5268987c
Janitor : Add missing includes (GNU 8.3.0)
2021-02-22 18:06:18 +01:00
Magne Sjaastad
c542b457a6
#7307 Janitor : Hide empty visualization folders in a 3D view
2021-02-22 16:51:30 +01:00
Magne Sjaastad
f3a824eeef
#7361 Janitor : Remove obsolete fields
2021-02-22 16:51:30 +01:00
Magne Sjaastad
65e6c5005a
Janitor : Add missing include (GNU 8.3.0)
2021-02-22 14:02:57 +01:00
magnesj
cf7887ad8e
Fixes by clang-format
2021-02-22 13:37:05 +01:00
Magne Sjaastad
1caac72715
Janitor : Use std::clamp and remove obsolete includes of cvfMath
2021-02-22 13:37:05 +01:00
Magne Sjaastad
084835ce66
#7333 Well Log Plot: Improve Stack Curve with Phase Colors
...
Improve curve colors when only one curve of a given phase is displayed
Make sure to call the base class directly above current inheritance level
Improve colors
2021-02-22 13:37:05 +01:00
Magne Sjaastad
93a3060757
#7331 Summary Plot: Keep curve color when stacking curves
2021-02-22 13:37:05 +01:00
Magne Sjaastad
64a8a0ad8d
#7346 Summary Plot: Improve default curve for observed data
2021-02-22 13:37:05 +01:00
Magne Sjaastad
3c07989c51
Janitor : Remove obsolete code related to Qt 4
2021-02-22 13:37:05 +01:00
Kristian Bendiksen
9077031535
Janitor: Fix crash when case is not set in eclipse result def.
2021-02-22 13:08:55 +01:00
Kristian Bendiksen
8ce01c098a
#7117 Fix stale data when reimporting elastic properties
2021-02-22 13:08:55 +01:00
Magne Sjaastad
f12a3ed1ba
#7403 Replace fromTime_t with fromSecsSinceEpoch
2021-02-22 08:32:08 +01:00
Magne Sjaastad
b29952e8a9
#7403 Replace toTime_t with toSecsSinceEpoch
2021-02-22 08:32:08 +01:00
Kristian Bendiksen
1b91e4d344
#7365 StimPlanModel: Sort pressure table items by depth
2021-02-19 12:18:30 +01:00
Kristian Bendiksen
5d331656cd
#7365 StimPlanModelTemplate: make it clearer when pressure table is used.
2021-02-19 12:18:30 +01:00
Kristian Bendiksen
bb961ab460
#7339 StimPlanModelTemplate: Hide some levels in the project tree.
2021-02-19 12:18:30 +01:00
Kristian Bendiksen
394da90f1c
#7339 StimPlanModelTemplate: Auto-select facies for initial pressure.
2021-02-19 12:18:30 +01:00
Kristian Bendiksen
530c6d3e85
#7339 StimPlanModel: Update python api changes in pdm objects.
...
The eclipse cases are now set on the StimPlanModelTemplate, not on the
StimPlanModel.
2021-02-19 12:18:30 +01:00
Kristian Bendiksen
dc4e372fc2
Janitor: Remove "Interpolating missing values" info logging.
...
This is expected behavior.
2021-02-19 12:18:30 +01:00
Kristian Bendiksen
8e29c2eb66
#7339 StimPlanModel: Add case for initial pressure data.
2021-02-19 12:18:30 +01:00
Kristian Bendiksen
77d02e67da
#7365 StimPlanModel: Add optional table for inital and current pressure data.
2021-02-19 12:18:30 +01:00
Kristian Bendiksen
e7d7a40251
Fix problem in RigWellPathGeometry::interpolateMdFromTvd starting at 0.0 MD.
...
The spline has to be extended to 0.0 regardless of the value of TVD.
2021-02-19 12:18:30 +01:00
Kristian Bendiksen
3e43ca2b65
#7339 StimPlanModel: handle facies without pressure depletion.
2021-02-19 12:18:30 +01:00
Kristian Bendiksen
ad0e07a540
#7339 Move dynamic and static case from instance to template.
2021-02-19 12:18:30 +01:00
Kristian Bendiksen
b68d3a5336
Janitor: Remove unused includes.
2021-02-19 12:18:30 +01:00
Kristian Bendiksen
e72cec3c62
#7339 StimPlanModel: Interpolate pressure data from dynamic eclipse case
2021-02-19 12:18:30 +01:00
Kristian Bendiksen
54cdb6e8ef
#7339 Refactoring: extract two methods.
2021-02-19 12:18:30 +01:00
Kristian Bendiksen
e695b62db1
Janitor: add missing override keyword
2021-02-19 12:18:30 +01:00
Kristian Bendiksen
13130ae268
#7339 StimPlanModel: Handle incomplete formation names data.
2021-02-19 12:18:30 +01:00
Kristian Bendiksen
c6f35cbe1f
#7339 StimPlanFracture: Add methods to use two grids for data extraction.
2021-02-19 12:18:30 +01:00
Magne Sjaastad
6c672d9c9c
#7376 Data Source Stepping : Improve icons
...
Icons
2021-02-18 18:55:04 +01:00
Ruben Thoms
47d0c3ed5e
Added up and down icons.
2021-02-18 18:55:04 +01:00