9 lines
211 B
Text
9 lines
211 B
Text
|
#!/bin/sh
|
||
|
# Source tutorial run functions
|
||
|
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
||
|
|
||
|
# Get application name from directory
|
||
|
application="elasticOrthoSolidFoam"
|
||
|
|
||
|
runApplication blockMesh
|
||
|
runApplication $application
|