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

@ -28,7 +28,7 @@ done
#-- Run on single processor
#runApplication chtMultiRegionFoam
#runApplication `getApplication`
# Decompose
for i in bottomAir topAir heater leftSolid rightSolid
@ -37,7 +37,7 @@ do
done
# Run
runParallel chtMultiRegionFoam 4
runParallel `getApplication` 4
# Reconstruct
for i in bottomAir topAir heater leftSolid rightSolid