Remove runApplication from transformPoints: breaks tutorial

This commit is contained in:
Hrvoje Jasak 2014-06-12 08:21:43 +01:00
parent 6a32e067d3
commit 352e4d934c

View file

@ -8,9 +8,8 @@ application=`getApplication`
#Create the mesh:
m4 < constant/polyMesh/blockMeshDict.m4 > constant/polyMesh/blockMeshDict
runApplication blockMesh
runApplication transformPoints -scale "(1 20 1)"
\rm -f log.transformPoints
runApplication transformPoints -cylToCart "((0 0 0) (0 0 1) (1 0 0))"
transformPoints -scale "(1 20 1)"
transformPoints -cylToCart "((0 0 0) (0 0 1) (1 0 0))"
# Set 0-directory and create GGI set:
cp -r 0_orig 0