aboutsummaryrefslogtreecommitdiff
path: root/img/cylinder2d_unrefined_60s.gnuplot
diff options
context:
space:
mode:
Diffstat (limited to 'img/cylinder2d_unrefined_60s.gnuplot')
-rw-r--r--img/cylinder2d_unrefined_60s.gnuplot7
1 files changed, 7 insertions, 0 deletions
diff --git a/img/cylinder2d_unrefined_60s.gnuplot b/img/cylinder2d_unrefined_60s.gnuplot
new file mode 100644
index 0000000..3c6194a
--- /dev/null
+++ b/img/cylinder2d_unrefined_60s.gnuplot
@@ -0,0 +1,7 @@
+plotname = "cylinder2d_unrefined_60s"
+
+load 'common/velocity_fluid.gnuplot'
+
+plot 'data/cylinder2d_unrefined_60s.csv' using 6:7:(sqrt($2*$2+$3*$3)) palette pt 5 ps 1.3 notitle
+
+load 'common/velocity_wrapper.gnuplot'