Commit Graph

344 Commits

Author SHA1 Message Date
magnesj
d11e109c7e Fixes by clang-format 2020-11-06 06:18:34 -05:00
github-actions[bot]
5ec3e2a7d7 Fixes by clang-format 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
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
github-actions[bot]
0d360eeea6 Fixes by clang-format 2020-10-20 11:05:10 +02:00
Gaute Lindkvist
54273fff39 Remove "using namespace std" (a C++17 MSVC bug) 2020-10-20 11:05:10 +02:00
Gaute Lindkvist
b1d9d17ddb Simplify some code with C++17 2020-10-20 11:05:10 +02:00
Gaute Lindkvist
ef242e44ae Avoid outputting invalid aicd segments 2020-10-20 03:53:55 -04:00
Gaute Lindkvist
6f3af3c52f #6788 Fix MSW WSEGVALVE areas 2020-10-19 10:25:02 +02:00
Gaute Lindkvist
db6481e63f #6777 Remove incremental measured depths for COMPSEGS in MSW export 2020-10-14 06:34:51 -04:00
Gaute Lindkvist
73e775a6cf #6770 Fix MSW output for fishbones and fractures following valve changes 2020-10-13 14:10:42 +02:00
Gaute Lindkvist
c540fbcd2d #6739 Fix WSEGVALV area calculation 2020-10-12 15:51:59 +02:00
Gaute Lindkvist
dcc88a4703 #6735 Fix compsegs end length and make valve branch segments use mid points 2020-10-12 15:51:59 +02:00
Gaute Lindkvist
bb3dfd538c #6734 Fix segment order in MSW export and get well in error message
* Fixing the order also ends up removing the wrong segment discussed in the bug
2020-10-12 15:51:59 +02:00
Gaute Lindkvist
50a7052756 #6733 Make sure valves get proper segment index 2020-10-12 15:51:59 +02:00
Gaute Lindkvist
647bf0cf46 Fix crashes when exporting completions from input grid 2020-10-12 15:51:59 +02:00
Magne Sjaastad
56ecd2c19a #6727 Completion Export : Search all result types
When loading result data required for completion calculations, the results usually are located in STATIC_NATIVE. If data is imported from GRDECL file, the PERM, PORO, etc will be located in "Input Property". This commit will search for data of all types, in priority given in RigCaseCellResultsData::findOrLoadKnownScalarResult()
2020-10-07 00:44:58 -04:00
Magne Sjaastad
2f03caa613 #5771 Export Completion: Report kh for Perforation Interval 2020-10-01 06:04:01 -07:00
Magne Sjaastad
77ef87fb3a System : Move all command features into separate library
When compiling the complete application, the large number of files causes the input file for a Ninja build (text response file) to become too large on some configurations. Move command features into a separate library to reduce the total file count per project/library.
2020-08-31 08:23:14 +02:00
Gaute Lindkvist
fee1608cda Fix build issues due to unused variables 2020-08-19 08:35:15 +02:00
Gaute Lindkvist
b82566751e #6156 Handle gaps and inactive cells in MSW valve accumulation 2020-08-19 08:35:15 +02:00
Gaute Lindkvist
374478ab16 #6157 Move splitting of MSW segments to just before WELSEGS output
* this is to avoid it impacting on COMPSEGS and other output
2020-08-19 08:35:15 +02:00
Magne Sjaastad
28d8d9d07d #6153 MSW: Do not report WSEGVALV for inactive cells 2020-06-26 15:41:20 +02:00
github-actions[bot]
f9e8a23ecf Fixes by misspell-fixer 2020-06-25 08:15:46 +02:00
Magne Sjaastad
4efce74936 #6142 MSW valve export : Guard export if two valve intervals overlap 2020-06-25 08:12:24 +02:00
Magne Sjaastad
ba6d70eb46 #6139 MSW IDC : Use length fraction for calculation of parameters
Fix typo
2020-06-25 08:12:24 +02:00
Magne Sjaastad
e935343fab #6126 MSW AICDs: Fix computation of flow scaling factor 2020-06-25 08:12:24 +02:00
Magne Sjaastad
c531c94ad6 #6074 MSW: Add export of both ABS and INC for valves 2020-06-22 14:31:58 +02:00
Magne Sjaastad
a8d25c13e0 #6074 MSW: Add helper function to compute TVD 2020-06-22 14:31:58 +02:00
Magne Sjaastad
9d0ec6727c #6072 Well Completions : Make sure valves are included if they are located outside grid cells 2020-06-15 16:19:21 +02:00
Magne Sjaastad
423f280a70 #6071 MSW export : Use minimum MD of grid entry point and completions 2020-06-15 16:19:21 +02:00
github-actions[bot]
6b5f4dddc9 Fixes by clang-format 2020-06-08 11:09:51 +02:00
github-actions[bot]
674b764cb6 Fixes by misspell-fixer 2020-06-04 08:24:58 +02:00
Magne Sjaastad
ff90ae5704 #5917 Export Completion: Use export name in comments 2020-05-22 15:01:56 +02:00
Kristian Bendiksen
2f4ee076de Remove "set-but-unused" variables (generates warnings on gcc 7). 2020-05-20 13:45:59 +02:00
Kristian Bendiksen
c016c02e40 Replace RiaApplication::instance()->project() with RimProject::current().
Also remove uneccessary includes of RiaApplication.h.
2020-05-12 12:01:44 +02:00
Magne Sjaastad
7f400f806d Guard nullpointer access 2020-05-05 21:57:45 +02:00
Magne Sjaastad
95fc63fe7c Convert to enum class 2020-04-24 11:40:22 +02:00
Magne Sjaastad
f89dcf4e52 Convert to enum class 2020-04-24 11:40:22 +02:00
Magne Sjaastad
83914006fd Convert to enum class 2020-04-24 11:40:22 +02:00
Magne Sjaastad
3f88fe197a Convert to enum class 2020-04-24 11:40:22 +02:00
Magne Sjaastad
5f78d5e842 #5747 Completion Export: Include comment for zero transmissibility cells 2020-04-17 13:54:06 +02:00
Magne Sjaastad
0cd0c7d80d #5612 Saturation Pressure Plots : Remove duplicated code 2020-02-28 12:39:24 +01:00
Magne Sjaastad
c82df63e10 #5101 clang-format: Adjusted penalties
Use lower absolute values to improve control of behavior
2020-02-12 13:35:31 +01:00
Magne Sjaastad
10f0abc9b5 #5101 clang-format: Allow short functions on a single line
Use AllowShortFunctionsOnASingleLine: InlineOnly
2020-02-12 13:35:31 +01:00
Magne Sjaastad
bad1156ad9 #5520 Completions : Set a threshold for transmissibility 2020-02-11 20:24:46 +01:00
Magne Sjaastad
36a3a7c0ed #5504 Regression Test : Fix dFactor for cells with very low transmissibility 2020-02-11 11:43:31 +01:00
Gaute Lindkvist
aea98ec12b #5402 WELSEGS: Report center of segments instead of end of segment 2020-01-28 08:39:59 +01:00