iccsa-20-wind

Virtual Testbed: Simulation of Air Flow Around Ship Hull and Its Effect on Ship Motions
git clone https://git.igankevich.com/iccsa-20-wind.git
Log | Files | Refs

vessel.gnuplot (705B)


      1 set terminal svg size 1920/4,1080/4 dynamic
      2 set hidden3d back offset 0 trianglepattern 3 undefined 1 altdiagonal bentover
      3 set view equal xyz
      4 set view ,,4
      5 #set object 1 rectangle from screen -0.1,-0.1 to screen 1.1,1.1 fillcolor rgb "#f0f0f0" behind
      6 unset key
      7 set title ARG3 offset 0,-3
      8 #unset border
      9 #unset xtics
     10 #unset ytics
     11 #unset ztics
     12 #load 'gnuplot/rdbu.pal'
     13 set ytics -20,20,20
     14 set ztics 0,10,40
     15 set palette gray
     16 set pm3d  
     17 set style data pm3d
     18 unset colorbox
     19 set xrange [-50:250]
     20 set yrange [-20:20]
     21 set zrange [*:40]
     22 set xzeroaxis
     23 set yzeroaxis
     24 set zzeroaxis
     25 set xlabel 'x, m'
     26 set ylabel 'y, m'
     27 set zlabel 'z, m'
     28 set output ARG2
     29 splot ARG1
     30 #splot 'Aurora.vsl.gnuplot' with lines lw 0.1 lc 'black'
     31