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
/
basic
/
potentialFoam
/
Allclean
blob
5e0d99b090d4de92dca0d3e766b1ac38b1bd58d1
1
#!/bin/sh
2
3
# Source tutorial clean functions
4
.
$WM_PROJECT_DIR
/
bin
/
tools
/
CleanFunctions
5
6
cd
cylinder
7
cleanCase
8
rm
-rf
0
> /
dev
/
null
2
>&
1
9
cp
-r
0
.org
0
10
wclean analyticalCylinder
11
cd
..
12
13
cd
pitzDaily
14
cleanCase
15
rm
-rf
0
> /
dev
/
null
2
>&
1
16
cp
-r
0
.org
0
17
cd
..
18