STYLE: tutorials: use topoSet

This commit is contained in:
mattijs
2011-11-24 16:11:05 +00:00
parent e314d4dc59
commit 0043cf6d3a
15 changed files with 837 additions and 33 deletions

View File

@ -6,7 +6,7 @@ cd ${0%/*} || exit 1 # run from this directory
. $WM_PROJECT_DIR/bin/tools/RunFunctions
runApplication blockMesh
runApplication setSet -batch makeCellSets.setSet
runApplication topoSet
runApplication splitMeshRegions -cellZones -overwrite
# remove fluid fields from solid regions (important for post-processing)
@ -49,9 +49,6 @@ runApplication `getApplication`
echo
echo "creating files for paraview post-processing"
echo
for i in bottomAir topAir heater leftSolid rightSolid
do
paraFoam -touch -region $i
done
paraFoam -touchAll
# ----------------------------------------------------------------- end-of-file