14 lines
256 B
Bash
Executable file
14 lines
256 B
Bash
Executable file
#!/bin/sh
|
|
# Source tutorial run functions
|
|
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
|
|
|
# Get application name
|
|
application="potentialIbFoam"
|
|
|
|
runApplication blockMesh
|
|
\cp save/boundary constant/polyMesh/
|
|
|
|
mkdir 0
|
|
\cp -f 0_org/* 0/
|
|
|
|
runApplication $application
|