Add alternative well implementation Well2

This commit is contained in:
Joakim Hove
2019-03-23 16:11:37 +01:00
parent 0ddf4d675e
commit 1c82a8ad39
21 changed files with 2594 additions and 581 deletions

View File

@@ -320,7 +320,7 @@ BOOST_AUTO_TEST_CASE(WellTestCOMPDAT_DEFAULTED_ITEMS) {
Parser parser;
std::string scheduleFile(pathprefix() + "SCHEDULE/SCHEDULE_COMPDAT1");
auto deck = parser.parseFile(scheduleFile);
EclipseGrid grid(40,60,30);
EclipseGrid grid(10,10,10);
TableManager table ( deck );
Eclipse3DProperties eclipseProperties ( deck , table, grid);
Runspec runspec (deck);
@@ -685,7 +685,7 @@ BOOST_AUTO_TEST_CASE(OpmCode) {
Parser parser;
std::string scheduleFile(pathprefix() + "SCHEDULE/wells_group.data");
auto deck = parser.parseFile(scheduleFile);
EclipseGrid grid(10,10,3);
EclipseGrid grid(10,10,5);
TableManager table ( deck );
Eclipse3DProperties eclipseProperties ( deck , table, grid);
Runspec runspec (deck);