Merge pull request #1598 from joakim-hove/top-segment

Add method WellSegments::topSegment()
This commit is contained in:
Joakim Hove
2020-03-17 14:59:11 +01:00
committed by GitHub
2 changed files with 8 additions and 3 deletions

View File

@@ -101,6 +101,7 @@ namespace Opm {
void process(LengthDepth length_depth, double depth_top, double length_top);
void addSegment(const Segment& new_segment);
void loadWELSEGS( const DeckKeyword& welsegsKeyword);
const Segment& topSegment() const;
// components of the pressure drop to be included
CompPressureDrop m_comp_pressure_drop;