Fix tutorials: incompressible/simpleSRFFoam: add Allrun file which compiles simpleSRFFoam. Needed to fix include files also

This commit is contained in:
Martin Beaudoin 2010-10-12 01:44:07 -04:00
parent 1dbcbca570
commit 84eb536e98

View file

@ -0,0 +1,12 @@
#!/bin/bash
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions
# Get application from system/controlDict
application=`getApplication`
# make sure the application is compiled
wmake ../$application
runApplication blockMesh
runApplication $application