mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
tutorials: use getApplication rather than hard-coded application name
This commit is contained in:
@ -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
|
||||
|
||||
@ -15,7 +15,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
application interFoam;
|
||||
application interMixingFoam;
|
||||
|
||||
startFrom startTime;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user