Skip to content
Snippets Groups Projects
Commit a4864eb1 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

TUT: relocate flange.ans -> tutorials/resources/geometry

- makes it easier to copy/duplicate the case
parent 86cd5400
No related merge requests found
......@@ -3,9 +3,15 @@ cd "${0%/*}" || exit # Run from this directory
. ${WM_PROJECT_DIR:?}/bin/tools/RunFunctions # Tutorial run functions
#------------------------------------------------------------------------------
runApplication ansysToFoam flange.ans -scale 0.001
runApplication ansysToFoam \
${FOAM_TUTORIALS:?}/resources/geometry/flange.ans -scale 0.001
runApplication $(getApplication)
runApplication foamToEnsight -noZero
runApplication foamToVTK
if true
then
runApplication foamToEnsight -noZero
runApplication foamToVTK
fi
#------------------------------------------------------------------------------
......@@ -3,8 +3,17 @@ cd "${0%/*}" || exit # Run from this directory
. ${WM_PROJECT_DIR:?}/bin/tools/RunFunctions # Tutorial run functions
#------------------------------------------------------------------------------
runApplication ansysToFoam flange.ans -scale 0.001
runApplication ansysToFoam \
${FOAM_TUTORIALS:?}/resources/geometry/flange.ans -scale 0.001
runApplication decomposePar
runParallel $(getApplication)
if false
then
runParallel foamToEnsight -noZero
runParallel foamToVTK
fi
#------------------------------------------------------------------------------
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment