This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/tutorials/FSI/fsiFoam/HronTurekFsi3/fluid/gpDeflection

16 lines
347 B
Text
Raw Normal View History

set terminal postscript enhanced color solid
set output "deflection.ps"
set xlabel "Time, t [s]"
set ylabel "dx [m]"
set y2label "dy [m]"
set grid
set y2tics
plot [2:] "./history/0/point_1165.dat" using 1:2 axis x1y1 title "Ux" with lines, \
"./history/0/point_1165.dat" using 1:3 axis x1y2 title "Uy" with lines
#set output
#set terminal x11