tutorials: Updated for new preconfigurations

This commit is contained in:
Will Bainbridge
2021-07-09 12:41:06 +01:00
parent 5d0d9a4fa3
commit 98b90398f1
68 changed files with 257 additions and 947 deletions

View File

@ -13,8 +13,8 @@ gnuplot<<EOF
set xlabel 'r (mm)'
set ylabel '{/Symbol a} (-)'
alpha = system("ls ../postProcessing/singleGraph/$(foamListTimes -case .. -latestTime)/line_alpha*.xy")
forces = system("ls ../postProcessing/singleGraph/$(foamListTimes -case .. -latestTime)/line_lift*.xy")
alpha = system("ls ../postProcessing/graph/$(foamListTimes -case .. -latestTime)/line_alpha*.xy")
forces = system("ls ../postProcessing/graph/$(foamListTimes -case .. -latestTime)/line_lift*.xy")
plot alpha u (\$1*1000):4 w l lw 3 lc rgb 'black' t 'total',\
alpha u (\$1*1000):2 w l lw 2 lc rgb 'green' t 'd < 5.5mm',\