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: coupled/conjugateHeatFoam/conjugateCavity: fix Allrun file
[OpenFOAM-1.6-ext.git]
/
tutorials
/
coupled
/
conjugateHeatFoam
/
conjugateCavity
/
Allrun
blob
cf0d83153d317f8c63cb1a8294e1b2e9961ef8a9
1
#!/bin/sh
2
3
application
=
"conjugateHeatFoam"
4
cases
=
"conjugateCavity"
5
6
tutorialPath
=
`dirname
$0
`
/
..
7
.
$WM_PROJECT_DIR
/
bin
/
tools
/
RunFunctions
8
9
for case in
$cases
10
do
11
runApplication
$application
12
done
13