Working karman vortex street 2d seq

This commit is contained in:
2023-10-05 13:47:51 +02:00
parent d02b0f9e3d
commit fcff353999
6 changed files with 160160 additions and 20010 deletions

View File

@@ -2,9 +2,9 @@ unset border; unset tics; unset key;
set term gif animate delay 10
set output "trace.gif"
set xrange [0:30]
set yrange [0:4]
set yrange [0:8]
set size ratio -1
set object 1 circle front at 5.0,2.0 size 1.0 fillcolor rgb "black" lw 2
set object 1 circle front at 5.0,4.0 size 1.0 fillcolor rgb "black" lw 2
do for [ts=0:500] {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 709 KiB

After

Width:  |  Height:  |  Size: 732 KiB