mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
tutorials: use getApplication rather than hard-coded application name
This commit is contained in:
@ -37,7 +37,7 @@ do
|
||||
done
|
||||
|
||||
# Run
|
||||
runParallel chtMultiRegionFoam 4
|
||||
runParallel `getApplication` 4
|
||||
|
||||
# Reconstruct
|
||||
for i in bottomWater topAir heater leftSolid rightSolid
|
||||
|
||||
Reference in New Issue
Block a user