15 lines
289 B
Bash
Executable file
15 lines
289 B
Bash
Executable file
#!/bin/sh
|
|
# Source tutorial run functions
|
|
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
|
|
|
# Get application name
|
|
application="potentialFoam"
|
|
|
|
runApplication blockMesh
|
|
\cp save/boundary constant/polyMesh/boundary
|
|
|
|
\rm -rf 0
|
|
\cp -r 0_org 0
|
|
|
|
runApplication $application
|
|
runApplication writeIbMasks
|