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/surfaceTracking/interTrackFoam/sloshing2D/gpPositions
2010-10-25 11:18:45 +02:00

11 lines
315 B
Text
Executable file

set terminal postscript enhanced color solid
set output "leftAndRightPosition.ps"
set xlabel "Time, s"
set ylabel "Position, y [m]"
set grid
plot [0:] "./history/0/history.dat" using 1:2 title "Left wall" with lines, \
"./history/0/history.dat" using 1:3 title "Right wall" with lines
set output
set terminal x11