Commit Graph
100 Commits
Author SHA1 Message Date
Bjørnar Grip Fjær 6ce36b666c #1723 Do not create completions file for wells and completion types that have no data 2017-08-04 16:42:35 +02:00
Bjørnar Grip Fjær 861aa292b2 #1706 Ensure new fractures are created with unique names 2017-08-04 15:47:47 +02:00
Bjørnar Grip Fjær a59735de87 #1730 Move snapshot features to separate files 2017-08-03 16:22:02 +02:00
Bjørnar Grip Fjær f437f8dc84 #1734 Command File : Use caseId as variable name instead of case 2017-08-03 15:01:13 +02:00
Bjørnar Grip Fjær 7e44fe185e #1704 Include top and base layers in fracture containment 2017-08-02 10:50:11 +02:00
Bjørnar Grip Fjær a06ae58f83 #1717 Implement exportSimWellCompletions for command file interface 2017-08-02 09:51:56 +02:00
Bjørnar Grip Fjær aa1d7775a4 #1709 Be more explicit when an error occurs when combining completion data 2017-08-01 14:31:47 +02:00
Bjørnar Grip Fjær 63c58d0481 #1705 Export fractures to own file when exporting completions to separate files based on completion type 2017-08-01 13:09:42 +02:00
Bjørnar Grip Fjær 7179aaeac9 Merge branch 'dev' into pre-proto 2017-08-01 12:44:11 +02:00
Bjørnar Grip Fjær 3dad356d7d #1710 Use usleep on Linux and Sleep on windows 2017-07-31 11:26:21 +02:00
Bjørnar Grip Fjær 48401d5a85 #1710 #1665 Wait for octave process to finish when executing through command file interface 2017-07-31 11:10:43 +02:00
Bjørnar Grip Fjær 94703d72c2 #1665 Send any log-output during argument parsing to console 2017-07-31 11:10:42 +02:00
Bjørnar Grip Fjær c136e0a3d0 #1665 Fix header file layout for command file interface files 2017-07-31 11:10:42 +02:00
Bjørnar Grip Fjær 3585ad020b #1665 Fix bug where project modifier was not created before use 2017-07-28 15:15:20 +02:00
Bjørnar Grip Fjær d54bbcef8a #1665 Ensure map is included when used 2017-07-28 12:54:21 +02:00
Bjørnar Grip Fjær f23f7b0f7d #1665 Fix Linux build errors 2017-07-28 12:03:16 +02:00
Bjørnar Grip Fjær 14627fae53 #1665 Add exportMultiCaseSnapshots command to command file interface 2017-07-28 11:48:11 +02:00
Bjørnar Grip Fjær 39b5750c39 #1665 Add replaceSourceCases command to command file interface 2017-07-28 11:29:10 +02:00
Bjørnar Grip Fjær c02c39d59d #1665 Add replaceCase command to command file interface 2017-07-28 11:28:55 +02:00
Bjørnar Grip Fjær 865238bc71 #1665 Handle end of file without error when parsing command file 2017-07-27 15:43:57 +02:00
Bjørnar Grip Fjær d0564c4d2a #1665 Add error handling and logging to command file execution 2017-07-27 14:26:59 +02:00
Bjørnar Grip Fjær ab1322c5d7 #1665 Add computeCaseGroupStatistics command to command file interface 2017-07-27 11:49:03 +02:00
Bjørnar Grip Fjær f6c27a1774 #1665 Add runOctaveScript command to command file interface 2017-07-27 10:52:06 +02:00
Bjørnar Grip Fjær c11546e46b #1665 Add setMainWindowSize command to command file interface 2017-07-27 10:51:49 +02:00
Bjørnar Grip Fjær 2c88d4bee9 #1665 Add setTimeStep command to command file interface 2017-07-27 10:39:59 +02:00
Bjørnar Grip Fjær 8af00bc1b4 #1665 Add setExportFolder command to command file interface 2017-07-27 10:34:36 +02:00
Bjørnar Grip Fjær da4f6d72be #1665 Add exportMsw command to command file interface 2017-07-27 10:29:45 +02:00
Bjørnar Grip Fjær 8e444d5cbe #1665 Add exportWellPathComplections command to command file interface 2017-07-27 10:28:41 +02:00
Bjørnar Grip Fjær 51ce7f7bde #1665 Add exportProperty command to command file interface 2017-07-27 10:23:05 +02:00
Bjørnar Grip Fjær 6be1f62c90 #1665 Add exportSnapshots command to command file interface 2017-07-27 10:12:57 +02:00
Bjørnar Grip Fjær 1ed9787a37 #1665 Add loadCase command to command file interface 2017-07-27 09:52:38 +02:00
Bjørnar Grip Fjær bbb4c80b1b #1665 Add setStartDir command to command file interface 2017-07-26 16:57:43 +02:00
Bjørnar Grip Fjær 59536e9942 #1665 Add closeProject command to command file interface 2017-07-26 16:43:48 +02:00
Bjørnar Grip Fjær b08757b391 #1665 Add openProject command to command file interface 2017-07-26 16:42:37 +02:00
Bjørnar Grip Fjær bf23529b55 #1665 Add parameter and basic framework for executing command file 2017-07-26 16:41:17 +02:00
Bjørnar Grip Fjær 1a4e1135a2 #1665 Add support for peeking at next char in command file 2017-07-26 16:22:46 +02:00
Bjørnar Grip Fjær df1eb2a962 #1665 Add support for reading enums and lists as parameters in batch command file 2017-07-26 16:22:22 +02:00
Bjørnar Grip Fjær 03aa6c8eb7 #1667 MSW Export : Move parameters from export dialog to project 2017-06-28 20:51:16 +02:00
Bjørnar Grip Fjær 6dac618af0 #1642 Batch : Replace folder for input files 2017-06-28 20:36:11 +02:00
Bjørnar Grip Fjær a9d64edd57 #1643 Allow filename including extension for --case command line parameter 2017-06-27 14:49:33 +02:00
Bjørnar Grip Fjær 581adbc588 Merge branch 'dev' into pre-proto 2017-06-21 16:41:33 +02:00
Bjørnar Grip Fjær db65917822 #1635 Use capital 'E' in scientific notation 2017-06-21 16:41:07 +02:00
Bjørnar Grip Fjær 8f06115730 Merge branch 'dev' into pre-proto 2017-06-21 16:38:57 +02:00
Bjørnar Grip Fjær 53ee396c03 #1635 Use scientific numbers for transmissibility in completion data export 2017-06-21 16:25:41 +02:00
Bjørnar Grip Fjær 17593fba92 #1602 Include sim well fractures when calculating completion type results 2017-06-21 11:06:38 +02:00
Bjørnar Grip Fjær 7d5157b3b3 Recalculate completions when completion collections are toggled 2017-06-20 17:22:14 +02:00
Bjørnar Grip Fjær 18b26aaf3a #1625 Completion type should only use checked fractures, perforations and fishbones. 2017-06-20 16:56:10 +02:00
Bjørnar Grip Fjær 4f8f77945c Add method for checking if fracture has non-zero conductivity 2017-06-20 16:40:51 +02:00
Bjørnar Grip Fjær 78c948ea89 #1623 Schedule invalidation of completion type results instead of immediate calculation 2017-06-20 16:40:50 +02:00
Bjørnar Grip Fjær d63fdf0c80 #1593 Use well path unit type on fractures 2017-06-20 14:46:58 +02:00
Bjørnar Grip Fjær 05d210df93 #1597 Enable New fracture command on well path and show fracture collection only when fractures are present 2017-06-20 13:38:27 +02:00
Bjørnar Grip Fjær 7c99a2573a Merge branch 'dev' into pre-proto 2017-06-20 13:26:52 +02:00
Bjørnar Grip Fjær 088617ea5c #1629 Set default values on completions dependent on selected unit system 2017-06-20 12:36:12 +02:00
Bjørnar Grip Fjær d3f512f783 #1593 Use well path unit system for completions on well path 2017-06-20 10:51:01 +02:00
Bjørnar Grip Fjær 54bcbe570d #1597 Remove "New Well Log Plot" and "New Summary Plot" from context menu when no items are selected in project tree 2017-06-16 15:46:22 +02:00
Bjørnar Grip Fjær d5d7625864 #1597 Hide completions for well paths that have none, and enable commands to add new ones on well path directly 2017-06-16 15:36:59 +02:00
Bjørnar Grip Fjær 95ef92a9af Fix Linux build issue 2017-06-16 13:50:08 +02:00
Bjørnar Grip Fjær 0266b385af #1620 Use same date format as import file when specifying perforation interval start date 2017-06-16 13:47:07 +02:00
Bjørnar Grip Fjær e5772d15f9 Add support for specifying date format for UI date fields 2017-06-16 13:46:08 +02:00
Bjørnar Grip Fjær fd6b491075 #1620 Use date editor when editing start date for perforation interval 2017-06-16 13:34:46 +02:00
Bjørnar Grip Fjær 938fbc3670 Add UI date editor 2017-06-16 13:34:19 +02:00
Bjørnar Grip Fjær 31a64e50ac #1602 Completion Type : Add fracture category 2017-06-16 09:44:39 +02:00
Bjørnar Grip Fjær 2090db62b2 #1602 Consolidate some intersection functionality to common tools class 2017-06-16 09:44:28 +02:00
Bjørnar Grip Fjær 35a61046c3 #1595 Update grid box when reloading case 2017-06-15 14:11:58 +02:00
Bjørnar Grip Fjær 0d85289e7d #1563 Show plot data in order from top to bottom 2017-06-15 13:36:23 +02:00
Bjørnar Grip Fjær 779ecd2aa1 #1594 #1563 Use selected depth type and unit for well log plot when showing plot data 2017-06-15 13:13:25 +02:00
Bjørnar Grip Fjær 9caf412b6c #1603 Adjust start MD when importing fishbones laterals 2017-06-15 12:48:22 +02:00
Bjørnar Grip Fjær 5365d92e66 #1603 Ensure start MD is recalculated when new fishbones subs are created 2017-06-15 12:08:15 +02:00
Bjørnar Grip Fjær 2da4952509 #1604 Ensure fishbones are shown when new subs are added 2017-06-15 11:53:11 +02:00
Bjørnar Grip Fjær 6da356fa27 #1606 Add option to export completions for all wells or only checked wells 2017-06-15 11:37:00 +02:00
Bjørnar Grip Fjær 14f91736b7 #1607 Optionally split export of completions over several files 2017-06-15 11:21:37 +02:00
Bjørnar Grip Fjær 403bf1890c #1607 Record completion type of completion data and combine after all completions are calculated 2017-06-15 09:12:42 +02:00
Bjørnar Grip Fjær 771a47a287 #1607 Create option to export completions into separate files 2017-06-15 09:12:42 +02:00
Bjørnar Grip Fjær 27f4357988 #1605 Use Well Name for Completion Export as well name when exporting completions 2017-06-14 13:43:56 +02:00
Bjørnar Grip Fjær 8fceb8c74f #1605 Add Well Name for Completion Export field 2017-06-14 13:13:48 +02:00
Bjørnar Grip Fjær c4172d4c19 #1601 Completion Type : Show undefined as gray 2017-06-14 12:41:52 +02:00
Bjørnar Grip Fjær 2a4f05f995 #1559 Remove unused existing export completions commands 2017-06-12 12:53:48 +02:00
Bjørnar Grip Fjær 6391fad018 #1559 Use common export completions command for well paths and simulation wells 2017-06-12 12:41:14 +02:00
Bjørnar Grip Fjær 22165a003d #1588 Rename to Liner Inner Diameter and use proper default values 2017-06-12 08:48:17 +02:00
Bjørnar Grip Fjær 41e3980114 #1466 Default ICD flow coefficient to 1.0 2017-06-09 12:29:25 +02:00
Bjørnar Grip Fjær 2922a00fd6 #1586 Compute diameter and roughness for main bore and ICDs 2017-06-09 12:27:21 +02:00
Bjørnar Grip Fjær 712cac9e9e #1586 Compute effective diameter of fishbones in WELSEGS 2017-06-09 12:08:15 +02:00
Bjørnar Grip Fjær 5cad6cd376 Use previously created functionality to get corner vertices from a cell 2017-06-08 13:01:26 +02:00
Bjørnar Grip Fjær 2833da34a1 #1560 Ensure eclipse case and well path uses same unit system when exporting 2017-06-08 13:01:26 +02:00
Bjørnar Grip Fjær af95dacf03 #1560 Use radius, not diameter, when computing fishbones transmissibilities 2017-06-08 13:01:26 +02:00
Bjørnar Grip Fjær 0f188a2200 #1560 Add support for computing fishbones transmissibilities 2017-06-08 13:01:26 +02:00
Bjørnar Grip Fjær ce76134a8d Add darcys constant to RimUnitSystem 2017-06-08 13:01:26 +02:00
Bjørnar Grip Fjær fcf46b209c Use correct sub index when exporting laterals 2017-06-08 13:01:26 +02:00
Bjørnar Grip Fjær b82bda5905 #1577 Improve RigWellPathIntersectionTools 2017-06-07 16:04:34 +02:00
Bjørnar Grip Fjær 960948e684 Move perforation commands to completion commands 2017-06-07 15:57:57 +02:00
Bjørnar Grip Fjær 1414751859 #1573 Set unit system on well path 2017-06-07 11:57:40 +02:00
Bjørnar Grip Fjær a16e0803ca #1555 Add main bore and liner diameter to fishbones collection 2017-06-06 16:11:49 +02:00
Bjørnar Grip Fjær f1b4b735ff #1573 Created own unit system class 2017-06-06 14:57:32 +02:00
Bjørnar Grip Fjær 4d2cf774ed #1555 Use fishbones collection start measured depth to calculate MSWs 2017-06-06 09:50:07 +02:00
Bjørnar Grip Fjær 3bb0e84eb7 #1555 Add start measured depth to fishbones collection 2017-06-06 09:50:07 +02:00
Bjørnar Grip Fjær 1a36e0334b #1466 Fishbones MSW : Export of WSEGVALV 2017-06-02 12:50:16 +02:00
Bjørnar Grip Fjær 58bcaf5224 #1549 Fix length and depth calculations for fishbones MSW 2017-06-02 11:43:03 +02:00
Bjørnar Grip Fjær fe578e6f4a #1549 Compute end length and default directionality 2017-06-02 11:42:41 +02:00
Bjørnar Grip Fjær 5d48389fb5 Ensure fly to object only uses installed fishbones 2017-06-02 11:23:33 +02:00
Bjørnar Grip Fjær 7d2c888bdc Remove unused function lateralCountPerSub 2017-06-02 10:51:17 +02:00