mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
WellState FIBO (test): Add Some Vertical Spacing for Separation
Suggested by: [at]GitPaean
This commit is contained in:
parent
e958ee1139
commit
45689f3ade
@ -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" };
|
||||
|
Loading…
Reference in New Issue
Block a user