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

@ -9,6 +9,6 @@ cp 0/alpha1.org 0/alpha1
cp 0/alpha2.org 0/alpha2
cp 0/alpha3.org 0/alpha3
runApplication setFields
runApplication interMixingFoam
runApplication `getApplication`
# ----------------------------------------------------------------- end-of-file

View File

@ -15,7 +15,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application interFoam;
application interMixingFoam;
startFrom startTime;