Commit Graph
1493 Commits
Author SHA1 Message Date
Kristian Bendiksen c33b41b2ff 7368 geological frk to csv (#7461) 2021-03-05 13:41:21 +01:00
Kristian Bendiksen c1ff038642 #7453 StimPlanModel: Add pressure date to pressure table.
Also start using it in header and plot.
2021-03-05 09:58:22 +01:00
Kristian Bendiksen f051f009bc #7453 StimPlanModelTemplate: Add units for pressure table items. 2021-03-05 09:58:22 +01:00
Kristian Bendiksen e5edba0d34 #7453 StimPlanModel: Move pressure table check boxes to template. 2021-03-05 09:58:22 +01:00
Magne Sjaastad 7798aa4b25 #5678 Help System : Add help to right-click menu in Property Editor 2021-03-03 15:29:48 +01:00
Magne Sjaastad 44bae5dad6 VFP Plots : Select one or multiple files when creating VFP plots 2021-03-03 13:19:34 +01:00
Magne Sjaastad 3e2ddce10d #7442 Create LGR : Segfault when no dynamic data is present
This fix will also display eperforations when no dynamic data is present

https://github.com/OPM/ResInsight/issues/6911
2021-03-03 10:55:15 +01:00
Magne Sjaastad 9bac309a4f Completion Export : Add option to control export of comments 2021-03-02 09:25:53 +01:00
jonjenssen 766ea6aab2 Streamline improvement (#7435)
* Use updated generator. Switch to using priority list for seeds. Fix phase reporting and sign issues. Fix step size when growing.
* Reduce memory footprint by simplifying viz. code and filter out unused tracers early
* Remove unused viz. code.
2021-03-02 01:53:31 +01:00
Magne Sjaastad 562ec1a398 Fix type cast warnings 2021-02-26 16:03:17 +01:00
Kristian Bendiksen 26b68f97fb Janitor: Fix broken build on centos 7. 2021-02-26 16:03:17 +01:00
Kristian Bendiksen 8ca43bce63 #7392 Extract geometry methods from RimStimPlanModel. 2021-02-26 16:03:17 +01:00
Magne Sjaastad 8bab748fa6 Improve MSW export including multi lateral wells
Based on branch https://github.com/OPM/ResInsight/tree/system-msw-refactor

- Move completion settings to property of well path
- Rename to RimFishbones
- Export implicit COMPSEGS for fishbones main bore
- Add valve for each branch
- Increase version number to be able to handle import of legacy project files
2021-02-26 14:59:57 +01:00
Magne Sjaastad d9f4d4682f Janitor : Hide loading of date for one time step from public API
ResInsight assumes that loading of data is done for all time steps at a time. Special handling of data loading is required for statistics calculations. Make statistical class a friend to be able to do this operation.
2021-02-26 14:45:13 +01:00
Kristian Bendiksen 9373326281 #7400 StimPlanModel: Bin pressure by depth and use mean value. 2021-02-26 14:03:30 +01:00
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
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
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
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