Karman Vortex trials

This commit is contained in:
2023-10-03 13:10:41 +02:00
parent 2fe1b67fe9
commit d02b0f9e3d
11 changed files with 20034 additions and 20024 deletions

View File

@@ -1,12 +1,13 @@
unset border; unset tics; unset key;
set term gif animate delay 20
set term gif animate delay 10
set output "trace.gif"
set xrange [0:30]
set yrange [0:4]
set object 1 circle front at 4.0,2.0 size 1.0 fillcolor rgb "black" lw 2
set size ratio -1
set object 1 circle front at 5.0,2.0 size 1.0 fillcolor rgb "black" lw 2
do for [ts=0:300] {
plot "particles_".ts.".dat" with points pointtype 7
do for [ts=0:500] {
plot "particles_".ts.".dat" with points pointtype 7 pointsize 0.3
}
unset output

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 709 KiB