This tutorial is the same analysis as the tutorial "Sloshing of water in a tank (3D)", but the parameter values in the file "constant/dynamicMeshDict" are different from the tutorial.
Commands
cp -r $FOAM_TUTORIALS/multiphase/interDyMFoam/ras/sloshingTank3D3DoF sloshingTank3D3DoF
cd sloshingTank3D3DoF
# Draw the pressures at the specified coordinates as a graph
gnuplot
gnuplot>plot "postProcessing/probes/0/p" using 1:2 title 'point 1' with lines lc rgb "black", "postProcessing/probes/0/p" using 1:3 title 'point 2' with lines dt (5,5) lc rgb "black"