repo.or.cz
/
OpenFOAM-1.7.x.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ENH: patchCloud: return pTraits<Type>::max for unfound points
[OpenFOAM-1.7.x.git]
/
tutorials
/
multiphase
/
multiphaseInterFoam
/
laminar
/
damBreak4phase
/
Allrun
blob
7171316edc39f9a9cf823a55663278de00aebefe
1
#!/bin/sh
2
# Source tutorial run functions
3
.
$WM_PROJECT_DIR
/
bin
/
tools
/
RunFunctions
4
5
# Set application name
6
application
=
"multiphaseInterFoam"
7
8
runApplication blockMesh
9
runApplication setFields
10
runApplication
$application
11