Skip to content
Snippets Groups Projects
Commit ac42dd24 authored by Andrew Heather's avatar Andrew Heather
Browse files

BUG: mesh/filter case - corrected Allrun script. Fixes #219

parent 8e3dd094
Branches
Tags
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment