#set term x11 persist

Re = 5e-4*2/1e-3
Cd = 24/Re

set xlabel 'Iterations'
set ylabel 'Cd'
set title 'Re = 1'
set arrow from 0,Cd to 600,Cd nohead dt 2 
plot [1:][] 'postProcessing/fluid/forceCoeffs_object/0/forceCoeffs.dat' u 1:3 w l notitle

pause 5
