More refactoring as preparation to #1171 and #1120

This commit is contained in:
Jacob Støren
2017-02-17 17:15:48 +01:00
parent 48599f7a94
commit ccd5294ded
2 changed files with 48 additions and 33 deletions

View File

@@ -79,6 +79,9 @@ public:
private:
void calculateAccumulatedFlowPrConnection( size_t branchIdx, size_t startConnectionNumberFromTop);
std::vector<double> calculateFlowPrTracer(const std::vector<RigWellResultPoint> &branchCells, int clSegIdx);
void calculateFlowPrPseudoLength(size_t branchIdx, double startPseudoLengthFromTop);
void sortTracers();
void groupSmallContributions();