10 lines
211 B
Text
10 lines
211 B
Text
|
#!/bin/bash
|
||
|
# Source tutorial run functions
|
||
|
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
||
|
|
||
|
# Get application from system/controlDict
|
||
|
application=`getApplication`
|
||
|
|
||
|
runApplication blockMesh
|
||
|
runApplication $application
|