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/ampFsiFoam/3dTube/fluid/gpDeflection

14 lines
262 B
Text
Executable file

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