Fix tutorials: incompressible/simpleSRFFoam: add Allrun file which compiles simpleSRFFoam. Needed to fix include files also
This commit is contained in:
parent
1dbcbca570
commit
84eb536e98
1 changed files with 12 additions and 0 deletions
12
tutorials/incompressible/simpleSRFFoam/mixer/Allrun
Executable file
12
tutorials/incompressible/simpleSRFFoam/mixer/Allrun
Executable 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
|
Reference in a new issue