tutorials: use getApplication rather than hard-coded application name

This commit is contained in:
Henry
2011-03-25 12:06:18 +00:00
parent ee67c2640c
commit a93e63e7b7
37 changed files with 44 additions and 46 deletions

View File

@ -23,7 +23,7 @@ cp -r 0.org 0
runApplication mapFields ../wingMotion2D_simpleFoam -sourceTime latestTime -consistent
mv 0/pointDisplacement.unmapped 0/pointDisplacement
runApplication decomposePar
runParallel pimpleDyMFoam 3
runParallel `getApplication` 3
runApplication reconstructPar
# ----------------------------------------------------------------- end-of-file