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
/
stressAnalysis
/
icoFsiFoam
/
flappingConsoleSmall
/
Allclean
blob
84388e70857d538a8c7e3afaadf2f78506de6100
1
#!/bin/sh
2
3
# Source tutorial clean functions
4
.
$WM_PROJECT_DIR
/
bin
/
tools
/
CleanFunctions
5
6
cases
=
"fluid solid"
7
8
for case in
$cases
9
do
10
cd
$case
11
cleanCase
$case
12
cd
..
13
done
14
15
cd
fluid
16
rm
-f
constant
/
solid system
/
solid
0
/
solid
17
cd
..