Files
openfoam/applications/utilities/mesh/generation/foamyHexMesh/Allwclean
2013-05-10 01:00:52 +01:00

11 lines
247 B
Bash
Executable File

#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
wclean libso conformalVoronoiMesh
wclean
wclean cvMeshSurfaceSimplify
wclean cvMeshBackgroundMesh
# ----------------------------------------------------------------- end-of-file