Transferred copyright to the OpenFOAM Foundation
[OpenFOAM-2.0.x.git] / tutorials / lagrangian / icoUncoupledKinematicParcelFoam / hopper / Allrun
blob3be363cb27d2282b25a6e2a18315fa54474653da
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 cd hopperInitialState
8 runApplication blockMesh
9 runApplication decomposePar
10 runParallel `getApplication` 4
11 runApplication reconstructPar -latestTime
12 cd ..
14 cd hopperEmptying
15 runApplication blockMesh
16 runApplication mapFields ../hopperInitialState -sourceTime latestTime
17 runApplication decomposePar
18 runParallel `getApplication` 4
19 runApplication reconstructPar
21 # ----------------------------------------------------------------- end-of-file