Commit Graph

1643 Commits

Author SHA1 Message Date
Joakim Hove
3e77c88f31 ParserKeyword constructor with one argument works. 2015-06-05 14:26:36 +02:00
Joakim Hove
9ea6e03e37 Changed item names to avoid conflict with keyword name. 2015-06-05 14:26:36 +02:00
Joakim Hove
9413e5216e Changed name of data item to from Keyword to 'data' 2015-06-05 14:26:35 +02:00
Joakim Hove
8756435766 Added JsonObject::to_string() - removed content. 2015-06-05 14:26:35 +02:00
Joakim Hove
bb4d676d45 Added method ParserRecord::hasItem() 2015-06-05 14:26:34 +02:00
Joakim Hove
155ad22a05 Made constructors explicitly public 2015-06-05 14:26:34 +02:00
Kai Bao
0bba4ef925 changing the first column of PLYSHLOG table to be dimensionless.
The unit will be handled in opm-polymer based on the keyword SHRATE.
2015-06-02 13:06:41 +02:00
Kai Bao
4bbd66599c Adding keywords SHRATE. 2015-06-01 15:28:46 +02:00
Joakim Hove
5d2160438f Changed order in < comparison 2015-06-01 14:53:16 +02:00
chflo
3acd325c39 OPM-205: Reduced severity of output GRID file not supported from throw to warning 2015-05-29 12:07:34 +02:00
chflo
4854547606 OPM-205: Added tests for handling of RPTSCHED RESTART and RPTSCHED NOTHING 2015-05-29 12:07:33 +02:00
chflo
9eb13cfe06 OPM-205: Added handling of RPTSCHED RESTART and RPTSCHED NOTHING 2015-05-29 12:07:33 +02:00
chflo
c7d2c62d3d OPM-205: Added testing of new features in IOConfig 2015-05-29 12:07:32 +02:00
chflo
8a12c3eda9 OPM-205: Added support for RPTSCHED RESTART, and handling of RPTRST BASIC = 0 2015-05-29 12:07:32 +02:00
Joakim Hove
24b8ca5f69 Removing old stale text file 2015-05-29 12:00:00 +02:00
Joakim Hove
1d04d98fc8 Deleted old stale txt file 2015-05-29 11:59:12 +02:00
Joakim Hove
7ee8657fa6 Merge pull request #483 from joakim-hove/keyword-documentation
Added keyword documentation
2015-05-29 11:56:19 +02:00
Joakim Hove
d311b82983 Added keyword documentation 2015-05-29 11:54:46 +02:00
Joakim Hove
216e80a845 Fixed wrong include path 2015-05-29 09:55:50 +02:00
Joakim Hove
a3451a4f7f Merge pull request #466 from joakim-hove/remove-ert-cpp
Removed ERT Cxx wrappers
2015-05-29 09:22:16 +02:00
Joakim Hove
91826a3ffa Merge pull request #468 from iLoop2/OPM-203
Added suport for converting of Metric grid values
2015-05-29 09:22:05 +02:00
Joakim Hove
1bbda0f073 Merge pull request #481 from joakim-hove/open-wells
Added utility method Schedule::getOpenWells( )
2015-05-29 09:05:51 +02:00
Joakim Hove
81ceb24fda Added utility method Schedule::getOpenWells( ) 2015-05-29 09:05:16 +02:00
Joakim Hove
601c8cedcf Added placeholder ParserKeywords.hpp 2015-05-28 00:03:49 +02:00
Atgeirr Flø Rasmussen
2cc4c8ae8e Remove unused deck argument from IOConfig constructor.
Also made constructor explicit since it now only takes a single argument,
to avoid unintended implicit conversion.
2015-05-27 11:51:19 +02:00
Joakim Hove
ead856c3f6 Testing updates:
Have removed the inlineItemTest - this test did not add anything new
compared to the much more comprehensive inlinekeywordTest.
2015-05-27 09:38:59 +02:00
Joakim Hove
60eaacb6fe Removed ERT Cxx wrappers 2015-05-27 07:12:41 +02:00
Joakim Hove
0a2a1e0d68 Added documentation of the code generation. 2015-05-26 18:15:08 +02:00
Arne Morten Kvarving
5d572f846f fix linking of applications after targets was renamed 2015-05-26 14:25:21 +02:00
Joakim Hove
e62c434f47 Merge pull request #472 from akva2/fix_ioconfig_tests
Fix ioconfig tests
2015-05-26 14:20:53 +02:00
Arne Morten Kvarving
a53c6c2bc7 added: properly document BUILD_TESTING option 2015-05-26 14:13:00 +02:00
Arne Morten Kvarving
2f63f49ef9 fix new IOConfig tests 2015-05-26 14:12:36 +02:00
Arne Morten Kvarving
2acd2db5d0 changed: rename Parser to opmparser for consistency 2015-05-26 13:53:54 +02:00
Arne Morten Kvarving
4ed965bf55 changed: rename opm-json opmjson for consistency 2015-05-26 13:53:54 +02:00
Arne Morten Kvarving
9e96127705 change how tests are added in the build system
- use a opm-macro to reduce code duplication
- add a 'test-suite' target which builds tests. for use if BUILD_TESTING
  is 0.
- add a 'check' target which builds tests, then executes them
2015-05-26 13:07:44 +02:00
chflo
eb114ab03c OPM 199: Added IOConfig to EclipseState, and corresponding tests 2015-05-26 09:43:59 +02:00
chflo
8741d4497d OPM 199: Changes due to changes in Schedule constructor 2015-05-26 09:43:59 +02:00
chflo
b61d5f57e5 OPM 199: Added handling of IOConfig RPTRST to Schedule, and corresponding tests 2015-05-26 09:43:59 +02:00
chflo
a40d867704 OPM 199: Added new methods to TimeMap and corresponding tests 2015-05-26 09:43:58 +02:00
chflo
a7b97a3748 OPM 199: Added keyword NOGGF 2015-05-26 09:43:58 +02:00
chflo
783fad01b2 OPM 199: Added new class IOConfig and corresponding tests 2015-05-26 09:43:58 +02:00
Fredrik Gundersen
bb97d3f7bb Fix parameter name 2015-05-22 22:58:39 +02:00
Fredrik Gundersen
48699b569a OPM-203 Added supoort for converting of Metric grid values 2015-05-21 12:35:32 +02:00
Joakim Hove
f3b63d8bc1 Merge pull request #439 from joakim-hove/external-cmake
Using external cmake modules
2015-05-15 14:37:28 +02:00
Kai Bao
766ba71389 Making member functions of PlyshlogTable public and const some of them. 2015-05-12 11:32:38 +02:00
Kai Bao
6f297f9002 Adding member fucntion for PlyshlogTable for EclipseState. 2015-05-12 11:13:02 +02:00
Andreas Lauser
533c5bcd4c fix the opm-cmake dunecontrol support 2015-05-11 13:32:21 +02:00
Joakim Hove
99e5fa4e25 Using external cmake modules 2015-05-08 11:55:40 +02:00
Joakim Hove
e16ed8a5e5 Merge pull request #463 from iLoop2/Setting_Tuning
Setting tuning
2015-05-08 06:59:18 +02:00
Joakim Hove
24f49b35a8 Fixed bug 2015-05-06 12:27:43 +02:00