BUG: mesh/filter case - corrected Allrun script. Fixes #219
This commit is contained in:
parent
4302ddf47e
commit
ec478c9636
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user