Files
opm-simulators/opm/autodiff
Bård Skaflestad 2418df701f WellState FIBO: Return Segment Vectors from report()
This commit extends class WellStateFullyImplictBlackoil to report
segment-related quantities as Opm::data::Segment objects (included
in Opm::data::WellRates objects).  All wells have at least a top
segment in the context of WellState FIBO, so there is a meaningful
value to report for each well.

We put the extraction of segment-related quantities into a new
helper function

    WellStateFullyImplicitBlackoil::reportSegmentResults()

to avoid cluttering up the body of report() more than absolutely
needed.

The primary use-case for this is assigning appropriate values to
items 8 through 11 of restart vector RSEG.  In turn, this will
enable restoring these quantities from a restart file.
2019-04-04 16:22:19 +02:00
..
2019-03-14 13:37:05 +01:00
2019-02-18 09:19:26 +01:00
2019-03-20 10:24:44 +01:00
2019-03-14 13:37:05 +01:00
2018-02-10 08:33:33 +01:00
2019-04-03 09:09:57 +02:00