Commit Graph
679 Commits
Author SHA1 Message Date
Magne Sjaastad 1a075470cf #1475 Use caf::Utils::fileExists 2017-05-15 13:40:13 +02:00
Magne Sjaastad 25e6aec94a Merge branch 'dev' into fishbones 2017-05-15 13:37:09 +02:00
Bjørnar Grip Fjær bf704caa16 #1475 Move well path import to own module 2017-05-10 12:19:46 +02:00
Jacob Støren 141ce6b54b #1381 Well Flow Plots show phase split (Oil Gas Water)
Flow rates are explained in the plots as Surface/reservoir flow rates. Unit for field is [stb]/day for all fluids
2017-05-08 16:02:42 +02:00
Bjørnar Grip Fjær 0c07493dc1 #1414 New eclipse tab and fixed capitalization in preferences 2017-04-27 13:16:44 +02:00
Bjørnar Grip Fjær 0848e9f8eb #1433 Fix export property to file for flow diagnostics properties 2017-04-27 10:54:07 +02:00
Magne Sjaastad be42bbcb98 Add missing include on Linux 2017-04-26 14:19:55 +02:00
Bjørnar Grip Fjær cf18f5324f #165 Keep original days since simulation start 2017-04-26 09:41:04 +02:00
astridkbjorke a5e3e864fb pre-proto - Cleanups in code. Renamings and adding functions global index in array of RigStimPlanCell for simplified interaction with these 2017-04-25 16:08:44 +02:00
Bjørnar Grip Fjær 63cd817b85 #964 Improve code robustness in defineEditorAttribute 2017-04-25 10:31:56 +02:00
Magne Sjaastad 448f59983e #1396 Update file reader based on API changes in ERT 2017-04-24 21:54:55 +02:00
Magne Sjaastad 74133bacd0 Improved reporting of timestep mismatch 2017-04-24 13:03:52 +02:00
astridkbjorke ed03d1fb8e #1417 - pre-proto - Adding function for calculating perforation length in center cell - need to be extended for cases where perforation interval goes outside the center stimPlan cell. 2017-04-21 09:41:52 +02:00
astridkbjorke 8351c6f9d0 #1415 - pre-proto - Adding function for identifying the StimPlanCell though which the well pass, and use this cell in calculation of radial transmissibility to well. Some error in pointers not yet sorted out... 2017-04-21 09:41:52 +02:00
Jacob Støren 2745d857d0 #1381 Wip: Well Alloc Plots split by phase without flow diagnostics
This is implemented, but turned off as Ert did not seem to deliver correct phase flow rates. Can be enabled as soon as Ert is improved and updated.
2017-04-20 16:22:33 +02:00
Magne Sjaastad c35e79c3b5 Merge branch 'dev' into pre-proto 2017-04-20 13:40:56 +02:00
Magne Sjaastad d364e045aa Merge branch 'dev' into hdf-prototype 2017-04-20 13:05:04 +02:00
astridkbjorke 94d10f547d #1403 - pre-proto - Adding stimPlan cells transmissibility in fracture to export. 2017-04-18 13:34:32 +02:00
Bjørnar Grip Fjær b2d3a84862 #171 Add support for absolute UNIX paths for fault include files on Windows 2017-04-18 11:32:31 +02:00
Bjørnar Grip Fjær b4de373d2f Remove unecessary conditional after assert 2017-04-06 13:03:27 +02:00
Bjørnar Grip Fjær cb8b773f23 #1362 Support timesteps with higher resolution than seconds 2017-04-06 13:03:27 +02:00
astridkbjorke abca5ed85b #1400 - pre-proto - Moving contributingEclipseCells and transmissibilities from RigStimPlanceCell to RigFractureStimPlanCellData, since the values will be different depending on placement of fracture. 2017-04-06 11:47:50 +02:00
astridkbjorke b73e2bb63b pre-proto - Refactoring. Vector of RigStimPlanCells is now being owned by RimStimPlanFractureTemplate 2017-04-06 09:34:38 +02:00
astridkbjorke faf36665f4 #1400 - pre-proto - Adding function for calculating transmissibilitiy from matrix for each stimPlan-cell (based on contribution from intersecting eclipse cells). 2017-04-05 14:40:54 +02:00
Magne Sjaastad b94d8c21ad Fixed missing null pointer guard 2017-04-05 11:48:48 +02:00
Magne Sjaastad c5ecc19516 #1371 opm-parser : Removed file interface and unit tests 2017-04-04 13:53:44 +02:00
Magne Sjaastad d613639abc #1371 opm-parser : Removed unused code 2017-04-04 13:53:44 +02:00
Magne Sjaastad b130dd691d #1356 Fixed compile without HDF library 2017-03-31 13:30:26 +02:00
Magne Sjaastad 24d4e6d094 #1356 Added possibility to change sour sim file for eclipse result case 2017-03-31 11:37:10 +02:00
Stein Inge Dale 14deedab77 WIP: improved file handling in case of no SourSimRL time step files. 2017-03-31 10:25:53 +02:00
astridkbjorke 4f645758b3 #1364 - pre-proto - Fixing bugs in calculation of upscaled cond values 2017-03-31 10:25:24 +02:00
Stein Inge Dale b38f50c633 WIP: first prototype reading SourSimRL transient results (one timestep per file) 2017-03-31 09:40:51 +02:00
Stein Inge Dale 6a251fd258 WIP: First attempt to read multiple SourSimRL result files (restricted to one main file and a set of files containing one time step per file). 2017-03-29 11:45:40 +02:00
astridkbjorke 9d98a1d661 pre-proto - More refactoring. Moving planeCellIntersectionPolygons to RigFractureTransCalc, adding fracture, unit and case as members. 2017-03-27 10:16:01 +02:00
astridkbjorke 56e84a43eb pre-proto - Refactoring: Moiving functions related to transmissibility calculations from RimFracture to new class RigFractureTransCalc 2017-03-27 10:16:01 +02:00
astridkbjorke d15d1a03a1 #1320 - pre-proto - Moving calculation of upscaled parameter from StimPlan for each cell to a separate method, for use in flow calculation. 2017-03-27 10:16:00 +02:00
astridkbjorke 0f86097870 #1320 - pre-proto - Performing harmonic mean upscaling for stimPlan values 2017-03-27 10:16:00 +02:00
astridkbjorke 28a794cc40 #1320 - pre-proto - Performing artithmetric upscaling of stimPlan values. 2017-03-27 10:16:00 +02:00
astridkbjorke ffeb50b06a #1320 - pre-proto - Prototyping calculation of upscaled parameter values from stimPlan. Bug in calculation so output values are wrong. 2017-03-27 10:06:42 +02:00
Magne Sjaastad 34d9b1358e #1356 Do not check active cell count when reading result names 2017-03-24 11:17:12 +01:00
Stein Inge Dale c4cd1972c4 WIP: Inclusion of HDF5 access functions 2017-03-24 10:06:49 +01:00
Magne Sjaastad b29f664723 #1356 Application code for reading of HDF data into ResInsight 2017-03-23 08:21:06 +01:00
Magne Sjaastad 3d67946976 Merge remote-tracking branch 'origin/dev' into pre-proto 2017-03-15 10:10:43 +01:00
astridkbjorke ccbc7c7021 #1278 - pre-proto - Converting data to case unit system for COMPDAT export 2017-03-06 15:14:11 +01:00
Jacob Støren c22c2c9a00 #1292 Fixed CppCheck Issues in FileInterface 2017-03-06 11:20:28 +01:00
Jacob Støren 4312968124 Removed CppCheck Warnings 2017-03-03 17:09:30 +01:00
Jacob Støren b00ad4ba4a Fixed some CppCheck Performance warnings 2017-03-03 16:23:20 +01:00
astridkbjorke 654df52512 #1262 - pre-proto - Adding logging to reading of StimPlan XML files and writing of COMPDAT files. 2017-02-28 10:02:41 +01:00
Magne Sjaastad a10b96ba3e Merged branch dev into pre-proto 2017-02-17 11:38:32 +01:00
astridkbjorke fa638243ab #1087 - pre-proto - Moving enum for unit system to RimDefines, and establishing default unit system for fracture template collection (used when creating new templates). 2017-02-17 10:11:32 +01:00