repo.or.cz
/
OpenFOAM-1.6-ext.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ThirdParty: mesquite 2.1.2: forcing the installation of the libraries under lib....
[OpenFOAM-1.6-ext.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