Commit Graph

270 Commits

Author SHA1 Message Date
Gaute Lindkvist
e40b3aa6e8 Fix expected MD5 strings in Eclipse Output test for Linux 2019-03-22 13:16:13 +01:00
Gaute Lindkvist
4c3c01a661 #4210 Fix crash when creating contour map 2019-03-22 09:28:47 +01:00
Gaute Lindkvist
dd5402756c #4203 Support cell refinement for Sector Export 2019-03-19 10:49:09 +01:00
Gaute Lindkvist
f09f487635 #4143 First implementation of export sector model 2019-03-18 12:56:09 +01:00
Magne Sjaastad
03c9853b6e #4169 Saturation-Pressure plot : Add RigEquil 2019-03-05 21:43:26 +01:00
Magne Sjaastad
11ae710be9 #4169 Saturation-Pressure plot : Add more tests 2019-03-05 14:18:57 +01:00
Magne Sjaastad
6440d8106b #4169 Saturation-Pressure plot : Whitespace 2019-03-05 14:18:57 +01:00
Magne Sjaastad
42f93d3a5a #4169 Saturation-Pressure plot : Read keyword data and add test files 2019-03-05 14:18:57 +01:00
Gaute Lindkvist
54b5dc33f4 #4013 Create variation bins for ensemble parameters based on current data
* Rather than having a fixed index.
* This way the variation is more or less always normal distributed.
2019-01-30 09:07:52 +01:00
Gaute Lindkvist
eb498ad0dc #4013 Sort ensemble parameters by variation 2019-01-29 15:42:17 +01:00
Gaute Lindkvist
4cd43d76d2 #3975 Avoid wrapping header lines in eclipse output + well plan 2019-01-18 14:55:12 +01:00
Magne Sjaastad
6db80f40b9 #3856 Update copyright headers 2019-01-09 15:29:24 +01:00
Magne Sjaastad
5bf13140e3 #3927 Measurements : Add unit test for area computations 2019-01-03 09:47:45 +01:00
Gaute Lindkvist
37a3342db5 Fix unit test on Linux due to empty QRegExpValidator constructor (doesn't build on Qt 4.6) 2018-12-21 09:48:56 +01:00
Gaute Lindkvist
5c9b8b36f9 #3910 Add compdat export test with 132 line length and 133 line length. 2018-12-20 10:18:13 +01:00
Gaute Lindkvist
66c58bad28 Fix unit test build problem 2018-12-20 10:06:30 +01:00
Gaute Lindkvist
4e5925808a #3910 Unit test for table formatter and split text 2018-12-20 09:50:05 +01:00
Gaute Lindkvist
975cd15c32 #3910 Unit test for reg exp validator 2018-12-20 09:50:05 +01:00
Magne Sjaastad
920467e1f3 Fix signed/unsigned compare 2018-12-04 11:49:29 +01:00
Magne Sjaastad
4026f21a00 Cotire : Fix duplicate global variables 2018-12-03 15:22:09 +01:00
Magne Sjaastad
a860adb1fb Fix compare of wrong enum type 2018-12-03 14:03:34 +01:00
Bjørn Erik Jensen
0083618dd2 #3770 Import perforations. Add RifPerforationIntervalReaderTest 2018-11-28 09:50:22 +01:00
Magne Sjaastad
200e6d229b #3748 Statistics calculators : Improve handling of invalid numbers 2018-11-23 10:13:58 +01:00
Magne Sjaastad
5e7ebcd0f6 #3748 Statistics calculators : Add tests for statistics calculators
Add negative infinity to input data to trigger failing tests
2018-11-23 09:12:56 +01:00
Magne Sjaastad
bab90456c7 #3694 Stimplan : Add support for effective width using unit mm 2018-11-19 10:39:15 +01:00
Magne Sjaastad
9cd695278e #3695 Well path creation : Crash when creating a vertical well
Caused by two identical reference points next to each other
2018-11-16 08:43:19 +01:00
Magne Sjaastad
3b9cdf5a92 #3588 Intersect : Add support for import of Intersect data 2018-11-13 09:52:28 +01:00
Gaute Lindkvist
03cfa8f146 #3644 Move hex overlap code to RigCellGeometryTools and clamp in z-direction as well.
* The latter is not important for 2d Maps because the height of the 2d extrusion is always at least as much as the cells.
* However this makes it so the code can estimate overlap with bounding boxes that do not reach the full height of the hexahedron.
* Also added unit tests.
2018-11-08 15:53:10 +01:00
Gaute Lindkvist
25b45fb8fc #3644 Write unit test for cell volume calculation and fix negative volumes for "flipped" cells. 2018-11-08 13:46:57 +01:00
Magne Sjaastad
54434d8f7d #3513 System : Add test code for RicfObjectCapability::writeFields 2018-11-07 10:38:08 +01:00
Bjørn Erik Jensen
fa81d0411c #3470 Inflow model. New algorithm for calculating averageflow distance 2018-11-02 09:10:05 +01:00
Magne Sjaastad
6346ed012c clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
Jacob Støren
5bf5e6c99d #3382 Remove libslvs from the code base, including some cleanup. 2018-10-16 09:20:44 +02:00
Magne Sjaastad
911de7c973 Fix warnings on Linux 2018-10-10 15:08:57 +02:00
Magne Sjaastad
9d9771295f System : Replace NULL with nullptr 2018-10-10 10:17:27 +02:00
Magne Sjaastad
2f61681642 #3472 Regression Test : Use git to produce diff of exported files from ResInsight 2018-10-08 11:45:41 +02:00
Magne Sjaastad
a083e70ea1 #3428 Text string creation based on date and time : Add helper function 2018-10-03 08:44:01 +02:00
Magne Sjaastad
a3d8fc1fb3 #3421 Text File Export : Open file as text file when required 2018-09-27 12:42:28 +02:00
Jacob Støren
4170a57bf2 #3387 Add additional output from the ArcCurveCalculator 2018-09-26 12:40:15 +02:00
Jacob Støren
41b24a8de2 #3353 Improve error messages from arc based geometry calculators.
Color dogleg text red if the constaint is not satisfied
2018-09-24 15:49:16 +02:00
Bjørn Erik Jensen
ce59e8a0d0 #3320 Observed data import. Line based CSV import 2018-09-19 13:03:21 +02:00
Jacob Støren
0259eb6402 #3252 Add solver and curve status enums to communicate more fine grained
how the S-curve result is.
Adjusted tests. Enabled two configs now reporting and solving correctly.
Disabled three that now cant converge
2018-09-19 10:23:23 +02:00
Gaute Lindkvist
09d263cc39 #3378 Fix boolean reading form command file. 2018-09-19 10:13:26 +02:00
Gaute Lindkvist
cc2faae87d Fix Harmonic Mean test 2018-09-19 10:13:26 +02:00
Gaute Lindkvist
9953c56c35 Make mean calculators more consistent and add an harmonic mean calculator. 2018-09-17 10:51:45 +02:00
Magne Sjaastad
bbebbf108f #3340 Remove unused variables 2018-09-10 10:27:54 +02:00
Gaute Lindkvist
11253f2dbd Make RiaWeightedAverageCalculator a template class. 2018-09-07 10:49:00 +02:00
Bjørn Erik Jensen
bddb8fb6fb Add missing include 2018-09-05 15:11:15 +02:00
Bjørn Erik Jensen
2c5c007048 #3302 Weighted Geometric Mean Calculator. Improved algorithm 2018-09-03 09:56:06 +02:00
Bjørn Erik Jensen
130828416d #3281 Add weighted geometric mean calculator 2018-08-31 09:12:11 +02:00