#1172 Calculated a grouped tracer contribution value of the tracers below a certain threshold.

This commit is contained in:
Jacob Støren
2017-02-15 08:46:23 +01:00
parent 43faf00cfa
commit ed31dab152
4 changed files with 166 additions and 40 deletions

View File

@@ -81,6 +81,9 @@ protected:
virtual QImage snapshotWindowContent() override;
virtual void defineUiOrdering(QString uiConfigName, caf::PdmUiOrdering& uiOrdering) override;
private:
void updateFromWell();
void updateWellFlowPlotXAxisTitle(RimWellLogTrack* plotTrack);
@@ -106,6 +109,8 @@ private:
caf::PdmField<QString> m_wellName;
caf::PdmField<int> m_timeStep;
caf::PdmPtrField<RimFlowDiagSolution*> m_flowDiagSolution;
caf::PdmField<bool> m_groupSmallContributions;
caf::PdmField<double> m_smallContributionsThreshold;
QPointer<RiuWellAllocationPlot> m_wellAllocationPlotWidget;