STYLE: Change name from cvMesh to foamyHexMesh

This commit is contained in:
laurence
2013-05-10 01:00:52 +01:00
parent 6f9823d0de
commit 850474d273
181 changed files with 449 additions and 573 deletions

View File

@ -0,0 +1,14 @@
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
cleanCase
rm -rf constant/cellAlignments > /dev/null 2>&1
rm -rf constant/targetCellSize > /dev/null 2>&1
rm -rf constant/internalDelaunayVertices > /dev/null 2>&1
# ----------------------------------------------------------------- end-of-file