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
Fix tutorials: typo in tutorials/viscoelastic/viscoelasticFluidFoam/S-MDCPP/constant...
[OpenFOAM-1.6-ext.git]
/
tutorials
/
coupled
/
conjugateHeatFoam
/
conjugateCavity
/
Allclean
blob
9924dc9bf3a405d70fcb8be1596681621bbee584
1
#!/bin/sh
2
3
currDir
=
`pwd`
4
application
=
`basename
$currDir
`
5
cases
=
"conjugateCavity"
6
7
tutorialPath
=
`dirname
$0
`
/
..
8
.
$WM_PROJECT_DIR
/
bin
/
tools
/
CleanFunctions
9
10
for case in
$cases
11
do
12
cleanTimeDirectories
$case
13
done
14