14 lines
363 B
Text
14 lines
363 B
Text
|
#!/bin/sh
|
||
|
# Source tutorial run functions
|
||
|
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
||
|
|
||
|
application="MRFSimpleFoam"
|
||
|
|
||
|
runApplication blockMesh
|
||
|
\cp -f boundary constant/polyMesh/boundary
|
||
|
runApplication regionCellSets
|
||
|
runApplication setSet -batch setBatch.batch
|
||
|
\rm -f constant/polyMesh/sets/cellRegion*
|
||
|
runApplication setsToZones -noFlipMap
|
||
|
runApplication $application
|