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
STYLE: miss-aligned Headers
[foam-extend-3.2.git]
/
tutorials
/
lagrangian
/
coalChemistryFoam
/
simplifiedSiwek
/
Allrun
blob
945c8974dfc7003e127eeb307d1fa26a1e1f379d
1
#!/bin/sh
2
3
# Source tutorial run functions
4
.
$WM_PROJECT_DIR
/
bin
/
tools
/
RunFunctions
5
6
application
=
`getApplication`
7
8
# create mesh
9
runApplication blockMesh
10
11
# create ignition cells cellSet
12
runApplication cellSet
13
14
runApplication
$application