ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git] / tutorials / multiphase / interDyMFoam / ras / damBreakWithObstacle / Allrun
blob4dff67703982b324e7cbaf538d96a5a822a9f58d
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
4 # Source tutorial run functions
5 . $WM_PROJECT_DIR/bin/tools/RunFunctions
7 cp -r 0.org 0 > /dev/null 2>&1
8 runApplication blockMesh
9 runApplication setSet -batch createObstacle.setSet
10 runApplication subsetMesh -overwrite c0 -patch walls
11 runApplication setFields
12 runApplication `getApplication`
14 # ----------------------------------------------------------------- end-of-file