9 lines
255 B
Bash
Executable file
9 lines
255 B
Bash
Executable file
#!/bin/sh
|
|
# Source tutorial run functions
|
|
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
|
|
|
runApplication blockMesh
|
|
runApplication setSet -batch createObstacle.setSet
|
|
runApplication subsetMesh c0 -patch walls
|
|
runApplication setFields
|
|
runApplication interDyMFoam
|