mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
more fixing for the tests
This commit is contained in:
@@ -86,7 +86,6 @@ namespace {
|
|||||||
|
|
||||||
|
|
||||||
void setSegPress(const std::vector<Opm::Well2>& wells,
|
void setSegPress(const std::vector<Opm::Well2>& wells,
|
||||||
const std::size_t tstep,
|
|
||||||
Opm::WellStateFullyImplicitBlackoil& wstate)
|
Opm::WellStateFullyImplicitBlackoil& wstate)
|
||||||
{
|
{
|
||||||
const auto nWell = wells.size();
|
const auto nWell = wells.size();
|
||||||
@@ -119,7 +118,6 @@ namespace {
|
|||||||
|
|
||||||
|
|
||||||
void setSegRates(const std::vector<Opm::Well2>& wells,
|
void setSegRates(const std::vector<Opm::Well2>& wells,
|
||||||
const std::size_t tstep,
|
|
||||||
const Opm::PhaseUsage& pu,
|
const Opm::PhaseUsage& pu,
|
||||||
Opm::WellStateFullyImplicitBlackoil& wstate)
|
Opm::WellStateFullyImplicitBlackoil& wstate)
|
||||||
{
|
{
|
||||||
@@ -203,7 +201,7 @@ BOOST_AUTO_TEST_CASE(Pressure)
|
|||||||
const auto& wells = setup.sched.getWells2(tstep);
|
const auto& wells = setup.sched.getWells2(tstep);
|
||||||
const auto prod01_first = wells[0].name() == "PROD01";
|
const auto prod01_first = wells[0].name() == "PROD01";
|
||||||
|
|
||||||
setSegPress(wells, tstep, wstate);
|
setSegPress(wells, wstate);
|
||||||
|
|
||||||
const auto rpt = wstate.report(setup.pu, setup.grid.c_grid()->global_cell);
|
const auto rpt = wstate.report(setup.pu, setup.grid.c_grid()->global_cell);
|
||||||
|
|
||||||
@@ -249,7 +247,7 @@ BOOST_AUTO_TEST_CASE(Rates)
|
|||||||
|
|
||||||
const auto& pu = setup.pu;
|
const auto& pu = setup.pu;
|
||||||
|
|
||||||
setSegRates(wells, tstep, pu, wstate);
|
setSegRates(wells, pu, wstate);
|
||||||
|
|
||||||
const auto rpt = wstate.report(pu, setup.grid.c_grid()->global_cell);
|
const auto rpt = wstate.report(pu, setup.grid.c_grid()->global_cell);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user