#1118 Calculate and display flow rate

This commit is contained in:
Magne Sjaastad
2017-01-24 14:25:31 +01:00
parent 1b517a8e5e
commit 5053112e3d
8 changed files with 282 additions and 21 deletions

View File

@@ -34,6 +34,8 @@ class RimFlowPlotCollection : public caf::PdmObject
public:
RimFlowPlotCollection();
virtual ~RimFlowPlotCollection();
void closeDefaultPlotWindowAndDeletePlots();
caf::PdmChildField<RimWellAllocationPlot*> defaultPlot;
caf::PdmChildArrayField<RimWellAllocationPlot*> flowPlots;