#!/bin/sh
cd ${0%/*} || exit 1    # Run from this directory

# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions

[ ! -d 0 ] && cp -r 0.orig 0

runApplication fluent3DMeshToFoam bullet1.msh

runApplication changeDictionary

runApplication sonicFoam

#------------------------------------------------------------------------------
