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:
@ -11,6 +11,6 @@ runApplication blockMesh
|
||||
runApplication snappyHexMesh -overwrite
|
||||
|
||||
# Run the solver
|
||||
runApplication interPhaseChangeFoam
|
||||
runApplication `getApplication`
|
||||
|
||||
# ----------------------------------------------------------------- end-of-file
|
||||
|
||||
Reference in New Issue
Block a user