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
/
lagrangian
/
porousExplicitSourceReactingParcelFoam
/
verticalChannel
/
Allclean
blob
23c5f81a84957565c696b0bf29e0fa53f906d636
1
#!/bin/sh
2
# Source tutorial clean functions
3
.
$WM_PROJECT_DIR
/
bin
/
tools
/
CleanFunctions
4
5
# remove old time folders
6
rm
-rf
0
*[
1
-9
]*
processor
*
postProcessing
7
8
# copy 0.org to 0
9
cp
-r
0
.org
0
10
11
cleanCase
12