TUT: added tutorial files (issue #671)

- also cleanup by using 0.orig/ directory.
- use foamListRegions to obtain region names
This commit is contained in:
Mark Olesen
2017-12-19 14:40:33 +01:00
parent 5713efede3
commit 8bf98e74da
46 changed files with 296 additions and 145 deletions

View File

@ -4,7 +4,6 @@ cd ${0%/*} || exit 1 # Run from this directory
cleanCase0
rm -rf constant/windshield/polyMesh
rm -rf constant/cabin/polyMesh
rm -rf constant/*/polyMesh # region meshes
#------------------------------------------------------------------------------

View File

@ -30,8 +30,7 @@ runParallel $(getApplication)
runApplication reconstructPar -allRegions
echo
echo "creating files for paraview post-processing"
echo "Use paraFoam -touch-all to create files for paraview post-processing"
echo
paraFoam -touchAll
#------------------------------------------------------------------------------