tutorials: Renamed sub-directories ras -> RAS and les -> LES

This commit is contained in:
Henry Weller
2016-09-20 19:03:40 +01:00
parent bb3c0c3593
commit 1e94682f24
873 changed files with 0 additions and 2 deletions

View File

@ -0,0 +1,17 @@
#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions
# Set application name
application=`getApplication`
runApplication blockMesh
runApplication topoSet
runApplication subsetMesh -overwrite c0 -patch floatingObject
cp -r 0.orig 0 > /dev/null 2>&1
runApplication setFields
runApplication $application
#------------------------------------------------------------------------------