This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/tutorials/immersedBoundary/thickPlateRefinedMesh/Allrun

26 lines
501 B
Bash
Executable file

#!/bin/sh
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions
# Get application name
application="icoIbFoam"
compileApplication refineThickPlateMesh
mkdir constant/polyMesh
cp -f save/blockMeshDict constant/polyMesh
runApplication blockMesh
cp -f save/boundary constant/polyMesh/
runApplication refineThickPlateMesh
# \rm -rf constant/polyMesh
# \mv 0/polyMesh constant/polyMesh
\rm -rf 0
\mkdir 0
\cp 0_org/* 0/
runApplication potentialIbFoam
runApplication $application