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

12 lines
315 B
Text
Raw Normal View History

2010-10-25 09:18:45 +00:00
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