Magne Sjaastad
e754a04275
#727 Fixed issue for dual porosity case and simplified logic related to valid result names
2016-08-12 14:24:41 +02:00
Magne Sjaastad
09c711da01
( #727 ) Missing Dynamic parameters not reported for intital time step
2016-07-15 09:07:14 +02:00
Jacob Støren
0e8191d6eb
( #712 ) Set well head connection status to closed always as they are no part of the connection table in Eclipse
...
This to remedy that ERT returns open as connection status for well heads.
2016-01-07 14:24:59 +01:00
Jacob Støren
6db74465b6
Removed debug output
2015-12-14 09:53:59 +01:00
Magne Sjaastad
c72e047b23
( #687 ) Moved FileInterface tests into ApplicationCode/UnitTests
2015-12-03 11:11:07 +01:00
Jacob Støren
7b9f2b41ed
CppCheck fixes, Errors Warnings and performance
2015-11-27 16:37:26 +01:00
Magne Sjaastad
9429458d32
Rename from cells to globalCellArray
2015-11-24 14:21:02 +01:00
Magne Sjaastad
4971304bf9
( #597 ) Fixed how fraction of day is used to adjust time step date
2015-11-23 08:37:45 +01:00
Magne Sjaastad
7a6c4c06b9
System : Removed unused variables
2015-10-26 11:09:57 +01:00
Magne Sjaastad
7d02c794b7
System : Removed elements after unique has been called
2015-10-26 10:18:58 +01:00
Magne Sjaastad
01224dd5e6
System : Removed unused variables
2015-10-26 10:18:57 +01:00
Magne Sjaastad
0405584bb6
System : Replaced tab with four spaces in ApplicationCode and subfolders
2015-10-23 15:46:25 +02:00
Magne Sjaastad
061288f1c3
( #495 ) Removed use of StdInclude
2015-09-25 15:57:50 +02:00
Magne Sjaastad
90762d0f0f
Use uiCapability/xmlCapability instead of capability<caf::PdmUiFieldHandle>()(capability<caf::PdmXmlFieldHandle>()
2015-08-05 13:27:36 +02:00
Magne Sjaastad
737936d846
Major modularization adjustments
...
Use uiField() when issuing setUi....() commands
Use PdmChildArrayField instead of PdmPointersFielc
Use PdmChildField instead of PdmField to pdm pointer objects
Use PdmChildArrayField instead of PdmField< std::list< caf::PdmPointer<
type > > >
Use PdmObjectHandle instead of PdmObject
Replaced parentFields(std::vector) with parentField()
Use PdmUiPropertyViewDialog instead of PdmUiPropertyDialog
2015-07-31 18:58:23 +02:00
Jacob Støren
24fb7ac584
Hack to be able to read synthetic odb related Eclipse cases
2015-06-10 10:34:05 +02:00
Stein Dale
85f62ec1d4
Moved code to new library: ResultStatisticsCache
...
Moved RigStatisticsCalculator.h/.cpp, RigStatisticsDataCache.h/.cpp,
RigStatisticsMath.h/.cpp to new library ResultStatisticsCache.
ResInsight and some unit tests now link with this new library.
2015-05-11 13:25:05 +02:00
Jacob Støren
4a21bb4a30
Added RimView, and sorted the libs in folders
2015-04-29 10:50:25 +02:00
Jacob Støren
a5fba8f3f4
Fixes to match new Ert
2015-04-14 15:47:51 +02:00
Jacob Støren
02e47c6679
Guard against reading nnc data if none are available
...
See Issue #278 . (Not fixing the issue, just improving code)
2015-02-24 14:57:23 +01:00
Magne Sjaastad
8de0f468ac
Fixed invalid foreach syntax
2015-01-09 08:37:22 +01:00
Magne Sjaastad
9ded05212f
Merge branch 'pr/268' into dev
2015-01-09 08:05:23 +01:00
Magne Sjaastad
053a9c4d78
Improved parsing of fault face text strings
...
See https://github.com/OPM/ResInsight/issues/263
2015-01-09 07:42:49 +01:00
Roland Kaufmann
eac27f149a
Enable in-package substitute of tr1/tuple
...
In clang 6.0 the tr1/tuple header is not present, and this cause a
compilation error inside of the gtest framework. However, if we set a
define, it will use its own substitute of tr1/tuple, which is sufficient
for the unit tests.
2015-01-01 19:46:25 +01:00
Magne Sjaastad
0dcba178fd
Do not show NNC text at all in progress bar when NNC import is disabled
2014-11-06 09:35:39 +01:00
Magne Sjaastad
619b7a211a
Fix for dates before 1970
2014-10-29 09:34:57 +01:00
Magne Sjaastad
043584b1b1
Faults : Improved robustness of fault names including space
2014-10-28 11:07:59 +01:00
Magne Sjaastad
2509fa974f
Performance : Now possible to disable load of SOIL on load
2014-10-24 11:38:47 +02:00
Magne Sjaastad
a5e4e756af
Updated ERT, now possible to read simplified MSW
...
Updated ERT to 3ac60303aa2dc58aed9420a24d9a881fec32076b
2014-10-24 11:19:54 +02:00
Magne Sjaastad
63a5dd24fe
Added support for fault face using IJK in addition to XYZ
2014-10-09 20:36:27 +02:00
Magne Sjaastad
b93053b089
Updated ERT to 946e512ac17c1e2469892072a925428c0a012fa1
2014-10-09 20:13:04 +02:00
Magne Sjaastad
2d36af4f06
Updated file header for new files
2014-09-24 07:14:52 +02:00
Magne Sjaastad
b4df5419b1
Updated file header for modified files
2014-09-23 15:04:57 +02:00
Magne Sjaastad
ffbfb8bdf0
Read units type from file and set CDARCHY value based on units type
2014-08-27 14:05:35 +02:00
Magne Sjaastad
b90c230d5c
Fault import : Skip reading if same line contains end keyword
2014-08-27 09:21:52 +02:00
Jacob Støren
781d008f07
Faults: Fixed bug introduced by 76d6304
2014-08-26 17:23:22 +02:00
Magne Sjaastad
10c76f2926
Fault import : Handle invalid fault specification gracefully
2014-08-26 14:37:20 +02:00
Jacob Støren
670ca4ced5
riTRANSXYZ: nnc calculations in place
...
Making this feaure complete.
Had to add the concept of several results sets to the nnc data
2014-08-26 12:16:22 +02:00
Jacob Støren
9e22c90a4a
Renamed cellindex to gridLocalCellIndex
2014-08-22 13:39:21 +02:00
Magne Sjaastad
8451ffc2fb
Added include to RigResultAccessor in factory
2014-08-14 10:56:32 +02:00
Magne Sjaastad
cb1407a86b
Use RigResultAccessFactory
2014-08-14 10:56:29 +02:00
Jacob Støren
09313c6caa
More Rename of globalCell to reservoirCell
2014-08-14 10:56:25 +02:00
Jacob Støren
3022a40204
Renamed globalCell to reservoirCell etc.
2014-08-14 10:56:25 +02:00
Jacob Støren
6cdd9cfdc5
Renamed globalGridCellIndex to reservoirCellIndex
2014-08-14 10:56:24 +02:00
Jacob Støren
0ea794a1a8
Renamed localCellIndex to gridLocalCellIndex
2014-08-14 10:56:23 +02:00
Jacob Støren
322823754b
Replaced dataAccessObject with resultAccessor
2014-08-14 10:56:20 +02:00
Magne Sjaastad
09f7868eb5
Preferences : Updated default values
2014-08-14 10:56:04 +02:00
Magne Sjaastad
ce58846584
Updates to tests
2014-08-14 10:55:57 +02:00
Magne Sjaastad
032a263685
Performance: Control how much data to import from file
...
User can control if faults, NNCs and simulation wells are to be imported
from file.
2014-08-14 10:55:56 +02:00
Magne Sjaastad
9fd4c268d8
Adjusted file unit test
2014-08-14 10:55:53 +02:00