Updated with new run, test and clean scripts

This commit is contained in:
henry
2008-06-16 12:49:38 +01:00
parent c52b20b10d
commit 39d9bebe26
976 changed files with 530884 additions and 0 deletions

View File

@ -0,0 +1,10 @@
#!/bin/sh
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions
# Get application name from directory
application=`basename $PWD`
runApplication blockMesh
runApplication changeDictionary
runApplication $application