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
fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git]
/
tutorials
/
heatTransfer
/
chtMultiRegionFoam
/
multiRegionHeater
/
Allclean
blob
1ffed6b909f691027f37d83b1ca428c0aef5f3a3
1
#!/bin/sh
2
3
# Source tutorial clean functions
4
.
$WM_PROJECT_DIR
/
bin
/
tools
/
CleanFunctions
5
6
cleanCase
7
8
rm
-f
0
/
cellToRegion
9
10
if
[
-d
"VTK"
]
11
then
12
rm
-r
VTK
13
fi
14