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 22:59:56 +00:00
parent 9221dd0d0f
commit 1d38ceb900
156 changed files with 2128 additions and 695 deletions

View File

@ -9,17 +9,12 @@ cp system/controlDict.flow system/controlDict
# Set application name
application=$(getApplication)
rm -rf 0
runApplication createBaffles -overwrite
runApplication mergeOrSplitBaffles -split -overwrite
# Get rid of zero faced patches
runApplication createPatch -overwrite
# Copy fields after meshing to avoind the generation of unnecessary patch fields
cp -r 0.orig 0
# Initialize alpha
runApplication setFields
@ -33,5 +28,4 @@ runParallel $application
# Reconstruct
runApplication reconstructPar -noFunctionObjects
#------------------------------------------------------------------------------