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/solidMechanics/icoFsiElasticNonLinULSolidFoam/HronTurekFsi/fluid/gpForce
2013-09-17 16:03:51 +01:00

13 lines
302 B
Text

set terminal postscript enhanced color solid
set output "force.ps"
set xlabel "Time, t [s]"
set ylabel "Force, F [N]"
set grid
plot [0.2:] "./history/0/historySolid.dat" using 1:5 title "Fx" with lines, \
"./history/0/historySolid.dat" using 1:6 title "Fz" with lines
#set output
#set terminal x11