mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Use EclipseState based Schedule constructor
This commit is contained in:
@@ -36,11 +36,7 @@ BOOST_AUTO_TEST_CASE(TestStoppedWells)
|
|||||||
Opm::Parser parser;
|
Opm::Parser parser;
|
||||||
Opm::Deck deck(parser.parseFile(filename));
|
Opm::Deck deck(parser.parseFile(filename));
|
||||||
Opm::EclipseState eclipseState(deck);
|
Opm::EclipseState eclipseState(deck);
|
||||||
const auto& grid = eclipseState.getInputGrid();
|
const Schedule sched(deck, eclipseState);
|
||||||
const TableManager table ( deck );
|
|
||||||
const Eclipse3DProperties eclipseProperties ( deck , table, grid);
|
|
||||||
const Opm::Runspec runspec (deck);
|
|
||||||
const Schedule sched(deck, grid, eclipseProperties, runspec);
|
|
||||||
|
|
||||||
// Both wells are open in the first schedule step
|
// Both wells are open in the first schedule step
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user