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
/
solidMechanics
/
deprecatedTutorials
/
stressedFoam
/
Allrun
blob
5dd3c920eef60cdc0d766f27e8f52c5f6da68b06
1
#!/bin/sh
2
3
currDir
=
`pwd`
4
application
=
`basename
$currDir
`
5
case
=
"plateHole"
6
7
tutorialPath
=
`dirname
$0
`
/
..
8
.
$WM_PROJECT_DIR
/
bin
/
tools
/
RunFunctions
9
10
(
cd
$case
;
runApplication blockMesh
)
11
(
cd
$case
;
runApplication
$application
)
12
(
cd
$case
;
runApplication sample
)