tutorials: Removed 0.orig directories in favor of <field>.orig

The new automated <field>.orig reading has made 0.orig directories and
associated scripting redundant.
This commit is contained in:
Henry Weller
2018-02-15 20:14:27 +00:00
parent df6e2da2dd
commit 9221dd0d0f
211 changed files with 326 additions and 13180 deletions

View File

@ -4,7 +4,7 @@ cd ${0%/*} || exit 1 # Run from this directory
# Source tutorial clean functions
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
rm -rf 0 > /dev/null 2>&1
find 0 -type f ! -name "*.*" -delete > /dev/null 2>&1
cleanCase

View File

@ -6,7 +6,6 @@ cd ${0%/*} || exit 1 # Run from this directory
application=`getApplication`
cp -r 0.orig 0 > /dev/null 2>&1
runApplication blockMesh
runApplication $application -withFunctionObjects -writePhi -writep
runApplication postProcess -func streamFunction

View File

@ -4,7 +4,7 @@ cd ${0%/*} || exit 1 # Run from this directory
# Source tutorial clean functions
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
rm -rf 0 > /dev/null 2>&1
find 0 -type f ! -name "*.*" -delete > /dev/null 2>&1
cleanCase

View File

@ -6,7 +6,6 @@ cd ${0%/*} || exit 1 # Run from this directory
application=`getApplication`
cp -r 0.orig 0 > /dev/null 2>&1
runApplication blockMesh
runApplication $application -writePhi -writep
runApplication postProcess -func streamFunction