10 lines
280 B
Bash
Executable file
10 lines
280 B
Bash
Executable file
#!/bin/sh
|
|
# Source tutorial run functions
|
|
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
|
|
|
cp -r 0.org 0
|
|
runApplication blockMesh
|
|
runApplication setSet -batch createObstacle.setSet
|
|
runApplication subsetMesh c0 -patch walls -overwrite
|
|
runApplication setFields
|
|
runApplication interDyMFoam
|