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
/
heatTransfer
/
boussinesqBuoyantFoam
/
Allrun
blob
6cec8d97273a1bca097a9f930a3a3e649c4d07b1
1
#!/bin/sh
2
3
currDir
=
`pwd`
4
application
=
`basename
$currDir
`
5
cases
=
"heatedCavity"
6
7
tutorialPath
=
`dirname
$0
`
/
..
8
.
$WM_PROJECT_DIR
/
bin
/
tools
/
RunFunctions
9
10
for case in
$cases
11
do
12
(
cd
$case
;
runApplication blockMesh
)
13
(
cd
$case
;
runApplication
$application
)
14
done