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