These directories and files are related to:
M. Alletto, "Comparison of overset mesh with morphing mesh:
             Flow over a forced oscillating and freely oscillating
             2D cylinder", OpenFOAM Journal, Vol. 2, pp. 13-30, 2022

Requirements:
=============
OpenFOAM-v2006
python2.7 for *.py scripts that plot to *.png
gnuplot for "plot_center_of_mass" scripts that plot to *.png

Run the cases by:
=================
cd 1dofSpringMassDamper
./Allrun
cd ..
cd OscillatingCylinderSend
./Allrun
cd ..
cd transverseRe100mStar10
./Allrun
cd ..

Show plots of results by (e.g.):
================================
for f in `find . -name "*.png"` ; do display "$f" ; done

Clean the cases by:
===================
cd 1dofSpringMassDamper
./Allclean
cd ..
cd OscillatingCylinderSend
./Allclean
cd ..
cd transverseRe100mStar10
./Allclean
cd ..
