tutorials: Fixes relating to initialisation

Some tutorials have had Allrun scripts added in order to run setFields,
which was previously omitted. Others have had nonuniform field files in
the 0 directory replaced by uniform files with .orig extensions.
This commit is contained in:
Will Bainbridge
2018-02-23 12:21:55 +00:00
parent d5d1fffcec
commit fde4c4f43b
35 changed files with 459 additions and 11227 deletions

View File

@ -0,0 +1,11 @@
#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions
runApplication blockMesh
runApplication setFields
runApplication $(getApplication)
#------------------------------------------------------------------------------