repo.or.cz
/
foam-extend-3.2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git]
/
tutorials
/
surfaceTracking
/
interTrackFoam
/
tank3D
/
Allclean
blob
de03c0b9319bb76596f27299bf6bdf9a1822158e
1
#!/bin/sh
2
3
# Source tutorial clean functions
4
.
$WM_PROJECT_DIR
/
bin
/
tools
/
CleanFunctions
5
6
cleanFaMesh
()
7
{
8
rm
-rf
.
/
constant
/
faMesh
/
faceLabels
*
\
9
.
/
constant
/
faMesh
/
faBoundary
*
\
10
> /
dev
/
null
2
>&
1
11
}
12
13
cleanCase
14
cleanFaMesh