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
/
Allrun
blob
0e0a51829796be22f759e8eec49999c5a20a4134
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 blockMesh
12
runApplication
$application
13
done
14