#7655 Well Allocation Plot: Make sure all branches are computed

fix
This commit is contained in:
Magne Sjaastad
2021-05-25 16:07:41 +02:00
parent b8f7490311
commit 03917f2e1c
2 changed files with 28 additions and 6 deletions

View File

@@ -95,6 +95,7 @@ private:
bool isConnectionFlowConsistent( const RigWellResultPoint& wellCell ) const;
bool isFlowRateConsistent( double flowRate ) const;
void calculateFlowData();
void calculateAccumulatedFlowPrConnection( size_t branchIdx, size_t startConnectionNumberFromTop );
void calculateFlowPrPseudoLength( size_t branchIdx, double startPseudoLengthFromTop );