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/mesh/cfMesh/Allclean

66 lines
1 KiB
Text
Raw Permalink Normal View History

#!/bin/sh
# Source tutorial clean functions
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
cd cartesianMesh
# Delete data generated by cartesianMesh
cd asmoOctree
cleanCase
2014-09-30 15:15:53 +00:00
\rm -rf constant/polyMesh > /dev/null 2>&1
2015-05-15 13:57:39 +00:00
\rm -f log.*
cd ..
cd bunnyOctree
cleanCase
2014-09-30 15:15:53 +00:00
\rm -rf constant/polyMesh > /dev/null 2>&1
\rm -f log.*
cd ..
cd intakePortOctree
cleanCase
2014-09-30 15:15:53 +00:00
\rm -rf constant/polyMesh > /dev/null 2>&1
\rm -f log.*
cd ..
cd sawOctree
cleanCase
2014-09-30 15:15:53 +00:00
\rm -rf processor* > /dev/null 2>&1
\rm -f log.*
cd ..
cd sBendOctree
cleanCase
2014-09-30 15:15:53 +00:00
\rm -rf constant/polyMesh > /dev/null 2>&1
\rm -f log.*
cd ..
cd ..
cd cartesian2DMesh
# Delete data generated by cartesian2DMesh
cd hatOctree
cleanCase
2014-09-30 15:15:53 +00:00
\rm -rf constant/polyMesh > /dev/null 2>&1
\rm -f log.*
cd ..
cd ..
cd tetMesh
# Delete data generated by tetMesh
cd cutCubeOctree
cleanCase
2014-09-30 15:15:53 +00:00
\rm -rf constant/polyMesh > /dev/null 2>&1
\rm -f log.*
cd ..
cd socketOctree
cleanCase
2014-09-30 15:15:53 +00:00
\rm -rf constant/polyMesh > /dev/null 2>&1
\rm -f log.*
cd ..
cd ..