#1381 Well Flow Plots show phase split (Oil Gas Water)

Flow rates are explained in the plots as Surface/reservoir flow rates. Unit for field is [stb]/day for all fluids
This commit is contained in:
Jacob Støren
2017-05-08 16:02:42 +02:00
parent 74a90e204c
commit 141ce6b54b
5 changed files with 27 additions and 8 deletions

View File

@@ -374,7 +374,14 @@ void RimWellAllocationPlot::updateWellFlowPlotXAxisTitle(RimWellLogTrack* plotTr
}
plotTrack->setXAxisTitle("Flow Rate " + unitText);
if (m_flowDiagSolution)
{
plotTrack->setXAxisTitle("Reservoir Flow Rate " + unitText);
}
else
{
plotTrack->setXAxisTitle("Surface Flow Rate " + unitText);
}
}
//--------------------------------------------------------------------------------------------------