12 lines
293 B
Text
12 lines
293 B
Text
|
#!/bin/sh
|
||
|
# Source tutorial run functions
|
||
|
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
||
|
|
||
|
application="icoDyMFoam"
|
||
|
|
||
|
runApplication blockMesh
|
||
|
cp constant/polyMesh/boundary.orig constant/polyMesh/boundary
|
||
|
runApplication regionCellSets
|
||
|
runApplication setsToZones -noFlipMap
|
||
|
runApplication $application
|