openfoam/applications/utilities/mesh/generation/foamyMesh/Allwclean

14 lines
349 B
Bash
Executable File

#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
set -x
wclean conformalVoronoiMesh
wclean conformalVoronoi2DMesh
wclean foamyQuadMesh
wclean foamyHexMesh
wclean foamyHexMeshSurfaceSimplify
wclean foamyHexMeshBackgroundMesh
wclean cellSizeAndAlignmentGrid
#------------------------------------------------------------------------------