Fixed URL for libccmio-2.6.1 (bug report #5 by Thomas Oliveira)
[foam-extend-3.2.git] / tutorials / immersedBoundary / thickPlateRefinedMesh / Allrun
blobee0a6f2481b54fe78cff51ca48aa152e41d3b492
1 #!/bin/sh
2 # Source tutorial run functions
3 . $WM_PROJECT_DIR/bin/tools/RunFunctions
5 # Get application name
6 application="icoIbFoam"
8 compileApplication refineThickPlateMesh
10 mkdir constant/polyMesh
11 \cp -f save/blockMeshDict constant/polyMesh
13 runApplication blockMesh
14 \cp -f save/boundary constant/polyMesh/
16 runApplication refineThickPlateMesh
18 # \rm -rf constant/polyMesh
19 # \mv 0/polyMesh constant/polyMesh
21 \rm -rf 0
22 \mkdir 0
23 \cp 0_org/* 0/
25 runApplication potentialIbFoam
26 runApplication $application