mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: mesh/filter case - corrected Allrun script. Fixes #219
This commit is contained in:
@ -4,6 +4,8 @@ cd ${0%/*} || exit 1 # Run from this directory
|
||||
# Source tutorial run functions
|
||||
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
||||
|
||||
application=$(getApplication)
|
||||
|
||||
# Create mesh
|
||||
runApplication blockMesh
|
||||
|
||||
@ -16,7 +18,7 @@ runApplication topoSet
|
||||
# Create baffles and fields
|
||||
runApplication createBaffles -overwrite
|
||||
|
||||
runApplication $(getApplication)
|
||||
runApplication $application
|
||||
|
||||
#- RedistributePar to do decomposition
|
||||
runParallel redistributePar -decompose -cellDist
|
||||
|
||||
Reference in New Issue
Block a user