Remove runApplication from transformPoints: breaks tutorial
This commit is contained in:
parent
6a32e067d3
commit
352e4d934c
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Reference in a new issue