#!/bin/sh
cd ${0%/*} || exit 1                        # Run from this directory
. $WM_PROJECT_DIR/bin/tools/RunFunctions    # Tutorial run functions

cd cylinderMotionOmega0
./Allrun
./fftPlot
cd ..

cd cylinderMotionOmega1.04
./Allrun
./fftPlot
cd ..

cd cylinderMotionOmega2.08
./Allrun
./fftPlot
cd ..

cd cylinderMotionOmega4.16
./Allrun
./fftPlot
cd ..

cd cylinderMotionOmega4.16MaxCo0.125
./Allrun
./fftPlot
cd ..

cd cylinderMotionOmega4.16LinearMaxCo0.125
./Allrun
./fftPlot
cd ..

cd cylinderMotionOmega4.16EulerMaxCo0.125
./Allrun
./fftPlot
cd ..


python fftMorphing.py
python fftMorphingSchemeStudy.py
#------------------------------------------------------------------------------
