Edvin Brudevoll (ITV DIS RD)
8ac548d564
OPM-87, added code for handling keyword WELTARG.
2015-03-25 08:20:22 +01:00
Joakim Hove
2a2078d599
Removed non const overloads
2015-02-12 15:32:31 +01:00
Fredrik Gundersen
1a6ec03ac1
Updates after feedback on code
2015-02-12 08:38:26 +01:00
Fredrik Gundersen
ba603634af
Added tests to verify that RFT/RFTPLT parsing works
2015-02-06 14:55:03 +01:00
Joakim Hove
e432a1c75a
Added getCellDepth() method to EclipseGrid
2015-01-26 12:26:23 +01:00
Joakim Hove
3cfe0291fd
Added EclipseGrid as argument to Schedule constructor
2015-01-26 12:21:51 +01:00
Joakim Hove
85092991f6
Merge pull request #400 from iLoop2/Add_COMPLUMP_keyword
...
Add complump keyword
2015-01-26 12:21:12 +01:00
Fredrik Gundersen
a796cc12fb
Update test
...
Verify that well do not change status to OPEN if the completions are status SHUT
2015-01-22 07:39:29 +01:00
Fredrik Gundersen
4f066af438
Moved logic from schedule to well->setStatus
...
Only set status for well to open if well has open completions is now verified for all
2015-01-21 14:07:02 +01:00
Fredrik Gundersen
1901aa90bc
Changed the error message
2015-01-20 10:27:44 +01:00
Fredrik Gundersen
cccde3a0ee
Added more tests for COMPLUMP
2015-01-20 08:59:56 +01:00
Fredrik Gundersen
cd9ed822bf
Added test of COMPLUMP keyword
2015-01-19 13:35:33 +01:00
chflo
4d7213651c
OPM 147: WELOPEN: Shut well if all completions are closed; throw exception if trying to open a well with all completions shut
2015-01-16 18:05:49 +01:00
Fredrik Gundersen
a05cf32c42
Extended test to include more cases
2015-01-13 15:06:28 +01:00
Fredrik Gundersen
5f14914257
Added more tests
2015-01-13 12:56:17 +01:00
Fredrik Gundersen
5a9620d8b2
Added test for WELOPEN keyword
2015-01-13 11:25:46 +01:00
Joakim Hove
e03413f149
Merge pull request #378 from andlaus/remove_trailing_whitespace
...
remove all trailing white space
2014-12-08 19:54:53 +01:00
Andreas Lauser
b127b472ed
clang 3.3: fix "unknown escape sequence" warnings
2014-12-08 18:28:19 +01:00
Andreas Lauser
ea38a25af4
remove all trailing white space
...
this is just the result of
```
find -iname "*.[ch]pp" | xargs sed -i "s/ *$//"
find opm/parser/share/keywords -type f | xargs sed -i "s/ *$//"
```
so if it causes conflicts with other patches, the others should get
priority. The rationale behind this patch is that some people tell
their editor to remove white space which leads to larger than
necessary patches...
2014-12-08 16:34:28 +01:00
chflo
82243d0ec1
OPM-139: Added methods to Schedule to support opm-core in writing wellinfo to restart files
2014-12-05 12:59:53 +01: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
Kristian Flikka
82a38c1cc8
Merge pull request #208 from AtleH/wellnamewithwildcard
...
Added wildcard support in WCONINJE and WCONPROD
2014-05-16 12:28:39 +02:00
Arne Morten Kvarving
3827ddca64
fixed: mark static symbols as such to quell warnings
2014-05-15 14:46:16 +02:00
Atle Haugan
47ef4ed0e6
Simplified implementation and (slightly) changed behaviour of Schedule::getWells(wellNamePattern)
...
Improved performance by checking for wildcard before entering the loop. Logic slightly changed since method now only supports wildcards at the end of the string.
2014-05-14 15:10:17 +02:00
Atle Haugan
344d02ad1c
Add support for wildcard in WCONPROD and WCONINJE keywords.
2014-05-06 09:54:37 +02:00
Joakim Hove
142255268d
Using OrderedMap to hold wells in Schedule object - thereby preserving
...
well insert order.
2014-05-02 17:02:10 +02:00
Andreas Lauser
af13b5ed31
TimeMap: always assume the presence of the TIME item
...
i.e., the number of items in a date record must now always be 4. to
make this happen, some tests had to be fixed, too...
2014-02-26 22:15:53 +01:00
Andreas Lauser
18eb2fd8f4
TimeMap: replace boost::gregorian::date by boost::posix_time::ptime
...
this is necessary because boost::gregorian::date does not have a
notion of "time during a day" which is required to specify time step
lengths less than a day...
2014-02-21 17:06:21 +01:00
Kristian Flikka
6229fd1250
Added functionality to get vector containing active / all wells
2014-01-22 14:40:10 +01:00
Kristian Flikka
0271e5fc03
Merge master into schedule_groups
2013-11-21 13:43:36 +01:00
Kristian Flikka
e2d53f3777
Added forgotten (half-finished) test
2013-11-20 14:59:43 +01:00
Joakim Hove
176e0af7cc
Added m_groups map to the Schedule container. Contains FIELD by default
2013-11-18 13:11:49 +01:00
Kristian Flikka
a8e3128ef8
Made Schedule handle the GRUPTREE keyword, Added testing to GroupTreeTests.cpp
2013-11-14 16:08:32 +01:00
Kristian Flikka
862d2ee302
Added support for WCONPROD, with use of predictionMode. Fixed a bug in the TSTEP reading in Schedule.cpp
2013-11-08 15:55:11 +01:00
Joakim Hove
ffc5dc3c53
1. Added well collection to Schedule object.
...
2. Adding wells from Welspecs and setting Oilrate from WCONHIST
2013-11-05 15:25:47 +01:00
Joakim Hove
d511d2ee2d
Added Schedule class
2013-10-25 17:28:56 +02:00