Atgeirr Flø Rasmussen
74d213ce18
Fix inconsistencies in test cases.
...
Not detected earlier since schedule did not access grid data.
2015-01-27 10:39:39 +01:00
Joakim Hove
d8f7c9660c
Added simple algorithm to get ref depth from completions.
2015-01-26 12:26:24 +01:00
Joakim Hove
8d506b01a1
Added grid property to Well class
2015-01-26 12:21:51 +01:00
Joakim Hove
b1a30272a2
Added hasValue() protection
2015-01-02 16:53:26 +01:00
Andreas Lauser
0262b333fd
make items which do not have a default un-defaultable
...
this was a much more common problem than it seemed initially...
2014-12-18 11:43:52 +01:00
Andreas Lauser
c1988ad8a3
get rid of the 'strict parsing' concept
...
this is the 'Joakim-style' variant of the patch, i.e., an exception
will always be thrown if an unknown keyword is encountered.
2014-12-11 12:43:12 +01:00
Tor Harald Sandve
bb40baa96f
Make MULTREGT work for NNC.
...
The region multipliers are no longer added to the cartesian logical
MULT[XYZ] structure. Instead a new method
getRegionMultiplier(globalIndex1, globalIndex2,FaceDir) is added that
return the multiplier between globalIndex1 cell and globalIndex2 cell.
The face direction is added to support directional dependent MULTREGT
input. This implementation of MULTREGT also supports restricting the
multipliers to only apply for NNC or NONNNC.
2014-12-09 12:14:36 +01:00
Liu Ming
5b3a92159a
add unit test for WPOLYMER.
2014-11-21 13:21:24 +08:00
Joakim Hove
456d36ccba
Added test of EQUALS keyword auto creation.
2014-11-10 17:07:56 +01:00
Joakim Hove
ffce0408c4
Removed unused dummy grids in test deck.
2014-11-10 17:07:55 +01:00
Joakim Hove
dc035c3c58
Merge pull request #314 from joakim-hove/PORV
...
Porv
2014-10-20 09:58:25 +02:00
Joakim Hove
322dbb67e4
Merge pull request #326 from joakim-hove/wellsmanager-crash
...
Wellsmanager crash
2014-10-17 08:06:14 +02:00
Joakim Hove
a50e66b8a9
Added BoxTest which will throw for oversized keyword
2014-10-15 13:26:14 +02:00
Joakim Hove
72cc1630f0
Added extra test case for closing wells.
2014-10-14 16:59:35 +02:00
Andreas Lauser
28fa0fa3b4
JSON keyword definitions: add a "sections" item
...
this which specifies the allowed sections of the keyword. (surprise!)
2014-10-13 16:05:59 +02:00
Liu Ming
f228554796
update keyword PLYADS.
2014-09-28 09:15:03 +08:00
Joakim Hove
5e6eb61023
Updated the PLYVISC keyword
2014-09-26 13:56:25 +02:00
Joakim Hove
fa335b50fb
Integrated the MULTREGT in the EclipseState/TransMult
2014-09-26 09:57:33 +02:00
Joakim Hove
fedc3387fd
Default: Added dataset from opm-core with test
2014-09-03 10:37:02 +02:00
Andreas Lauser
b690d9add8
EclipseState: check the canonical section topology
...
at least if the "beStrict" parameter for the constructor is set to
true. by default nothing changes...
2014-08-26 12:29:17 +02:00
Atgeirr Flø Rasmussen
6dfeadc229
Adapt tests to use new Well constructor, add test for defaulted ref depth.
2014-08-07 12:35:21 +02:00
Kristian Flikka
766ed83a2b
Added hasEDIT test, to avoid exception on decks without EDIT section
2014-07-09 13:27:26 +02:00
Joakim Hove
1669138bf6
Added missing EDIT keyword to testdata.
2014-07-08 17:16:02 +02:00
Joakim Hove
a2d9d45da6
Added Parser test of deck with TOPS keyword.
2014-06-11 16:42:37 +02:00
Andreas Lauser
7c53febf57
fix the ADD and EQUALS grid property modifiers
2014-06-03 22:42:23 +02:00
Joakim Hove
5e56f16369
Added double properties for e.g. PERM and PORO to the EclipseState
2014-06-03 22:42:23 +02:00
Joakim Hove
6b29eb5176
Supporting the ADD and EQUALS keywords.
2014-06-03 22:42:23 +02:00
Joakim Hove
eb9e11849e
Added support for MULTIPLY keyword.
2014-06-03 22:42:23 +02:00
Joakim Hove
6301fd1ad7
EclipseState now handles COPY keyword.
2014-06-03 22:42:23 +02:00
Joakim Hove
5c04cd4540
Basic BOX support when reading integer properties.
2014-06-03 22:42:23 +02:00
Atle Haugan
77ed32662c
Enabled integration tests in ParseWellWithWildcards
2014-05-16 11:07:01 +02:00
Atle Haugan
344d02ad1c
Add support for wildcard in WCONPROD and WCONINJE keywords.
2014-05-06 09:54:37 +02:00
Andreas Lauser
a1de9a0e9e
add a test case for the INCLUDE statement
2014-04-22 17:09:02 +02:00
Joakim Hove
5becf79dd1
The ParserKeyword->parse() method will throw if the raw input argument is not finished.
...
Requires several changes to assure that the rawkeyword instances are
marked as finished before reacing the ParserKeyword->parse method.
2014-04-11 13:42:22 +02:00
Joakim Hove
3087f33fd8
Merge pull request #155 from andlaus/schedule_trim_names
...
schedule: do not let us be disturbed by leading or trailing white space in names
2014-04-03 20:22:10 +02:00
Andreas Lauser
ea1df5347d
schedule tests: add some spaces around some names
2014-04-03 14:55:38 +02:00
Joakim Hove
9c29c00c2b
Added ability to create EclipseGrid from cornerpoint keywords.
2014-04-01 09:06:43 +02:00
Joakim Hove
8598fa279e
Added throw() in Schedule if trying to control well on an item which has been defaulted.
2014-03-03 15:06:26 +01:00
Joakim Hove
7dc8767c80
Made sure that groups were added when reading the GRUPTREE keyword.
2014-03-03 15:06:26 +01:00
Joakim Hove
ceb4a8df8d
Added check on Well->status before reading controlmode.
2014-03-03 15:06:25 +01:00
Kristian Flikka
b3dc1ea5ca
Added rest of WGRUPCON handlingin Well and Schedule
2014-02-21 12:48:36 +01:00
Kristian Flikka
bd564ad944
Added WGRUPCON, and simple YES/NO handling in Schedule
2014-02-17 16:10:31 +01:00
Kristian Flikka
56c3dd2085
Make sure that the tree is updated correctly after reading WELSPECS
2014-02-14 12:36:26 +01:00
Kristian Flikka
46b3a364d8
Added test to run through the iter functionality in GroupTreeNode
2014-02-14 11:38:49 +01:00
Kristian Flikka
9db42f6eb3
Added support for WELOPEN in the Schedule class, NOT support specific completions, only the well
2014-02-04 16:12:49 +01:00
Joakim Hove
0d35b7d3f6
Merge pull request #101 from AtleH/specialkeywords
...
Specialkeywords
2014-01-31 05:33:25 -08:00
Joakim Hove
bb444b5139
Added flag injectionControls to keep track of available injection controls.
2014-01-30 16:44:21 +01:00
Joakim Hove
49ee4ed1ed
Added addProductionControl() and dropproductioncontrol() to Schedule.
2014-01-30 16:44:21 +01:00
Joakim Hove
e42234b17a
Added Well::Producercontrolmode
2014-01-30 16:44:21 +01:00
Joakim Hove
5dd6865838
Added RESV target to Well.
2014-01-30 16:44:20 +01:00