mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1291 The accumulated flow from branches with segment count <= 3 is now shown as direct inflow on the "master" branch. In pseudo length mode they are plotted as pure lines at the "top" of the cell/segement of the stem, to separate such contributions from real cell connections on the stem
This commit is contained in:
@@ -93,7 +93,6 @@ private:
|
||||
void calculateFlowPrPseudoLength(size_t branchIdx,
|
||||
double startPseudoLengthFromTop);
|
||||
|
||||
std::vector<double> calculateFlowPrTracer(const RigWellResultPoint& wellCell) const;
|
||||
std::vector<double> calculateFlowPrTracer(const RigWellResultPoint& wellCell,
|
||||
const std::vector<double>& currentAccumulatedFlowPrTracer ) const;
|
||||
void sortTracers();
|
||||
@@ -103,7 +102,7 @@ private:
|
||||
const std::vector<QString>& tracersToGroup);
|
||||
|
||||
bool isWellFlowConsistent(bool isProducer) const;
|
||||
std::vector<size_t> wrpToConnectionIndexFromBottom( const std::vector<RigWellResultPoint> &branchCells) const;
|
||||
std::vector<size_t> wrpToUniqueWrpIndexFromBottom( const std::vector<RigWellResultPoint> &branchCells) const;
|
||||
static size_t connectionIndexFromTop( const std::vector<size_t>& resPointToConnectionIndexFromBottom, size_t clSegIdx) ;
|
||||
std::vector<size_t> findDownStreamBranchIdxs( const RigWellResultPoint& connectionPoint) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user