tutorials: Rationalized the naming of the meshing script when it is separated from Allrun to Allmesh

This commit is contained in:
Henry Weller
2018-06-10 16:08:36 +01:00
parent e38bfba89e
commit 4e0f49a858
26 changed files with 39 additions and 367 deletions

View File

@ -4,11 +4,10 @@ cd ${0%/*} || exit 1 # Run from this directory
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions
./Allrun.pre
./Allmesh
runApplication $(getApplication) &
./externalSolver
#------------------------------------------------------------------------------

View File

@ -4,7 +4,7 @@ cd ${0%/*} || exit 1 # Run from this directory
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions
./Allrun.pre
./Allmesh
runApplication decomposePar
@ -12,5 +12,4 @@ runParallel $(getApplication) &
./externalSolver
#------------------------------------------------------------------------------

View File

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