WellState FIBO (test): Add Some Vertical Spacing for Separation

Suggested by: [at]GitPaean
This commit is contained in:
Bård Skaflestad 2018-10-15 19:47:31 +02:00
parent e958ee1139
commit 45689f3ade

View File

@ -84,6 +84,7 @@ namespace {
return state;
}
void setSegPress(const std::vector<const Opm::Well*>& wells,
const std::size_t tstep,
Opm::WellStateFullyImplicitBlackoil& wstate)
@ -111,6 +112,7 @@ namespace {
}
}
void setSegRates(const std::vector<const Opm::Well*>& wells,
const std::size_t tstep,
const Opm::PhaseUsage& pu,
@ -159,6 +161,8 @@ namespace {
BOOST_AUTO_TEST_SUITE(Segment)
// ---------------------------------------------------------------------
BOOST_AUTO_TEST_CASE(Linearisation)
{
const Setup setup{ "msw.data" };
@ -178,6 +182,8 @@ BOOST_AUTO_TEST_CASE(Linearisation)
prod01_first ? 6 : 1);
}
// ---------------------------------------------------------------------
BOOST_AUTO_TEST_CASE(Pressure)
{
const Setup setup{ "msw.data" };
@ -220,6 +226,8 @@ BOOST_AUTO_TEST_CASE(Pressure)
}
}
// ---------------------------------------------------------------------
BOOST_AUTO_TEST_CASE(Rates)
{
const Setup setup{ "msw.data" };