It is possible to watch convergence of any quantity:
Create new gnuplot script e.g. plot-k_0.gp:
# Gnuplot script file for plotting data from file "k_0"
set logscale y
plot 'logs/k_0'
pause mouse
# gnuplot plot-k_0.gp
Figure: OpenFOAM tutorial motor bike. Residuals of turbulent kinetic energy k
: Run plot-k_0.gp, by opening the script file in gnuplot program. This can be done as follows: Open gnuplot outside cygwin. Click on ChDir button (change directory) and navigate to the motorBike directory. Then click on open button and open the script.