tutorials::Allrun: getApplication -> $(getApplication)

This commit is contained in:
Henry Weller
2018-05-28 22:20:07 +01:00
parent 64da5dab55
commit bf52a98e09
140 changed files with 146 additions and 146 deletions

View File

@ -5,7 +5,7 @@ cd ${0%/*} || exit 1 # Run from this directory
. $WM_PROJECT_DIR/bin/tools/RunFunctions
# Get application name
application=`getApplication`
application=$(getApplication)
runAnsysToFoam()
{

View File

@ -4,7 +4,7 @@ cd ${0%/*} || exit 1 # Run from this directory
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions
application=`getApplication`
application=$(getApplication)
runApplication blockMesh
runApplication $application -withFunctionObjects -writePhi -writep

View File

@ -4,7 +4,7 @@ cd ${0%/*} || exit 1 # Run from this directory
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions
application=`getApplication`
application=$(getApplication)
runApplication blockMesh
runApplication $application -writePhi -writep