mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updated tutorial Allrun script
This commit is contained in:
@ -6,7 +6,8 @@ cd ${0%/*} || exit 1 # run from this directory
|
||||
|
||||
runApplication blockMesh
|
||||
runApplication snappyHexMesh -overwrite
|
||||
runApplication transformPoints -scale '(2 1 1)'
|
||||
#runApplication transformPoints -scale '(2 1 1)'
|
||||
transformPoints -scale '(2 1 1)'
|
||||
cp 0/alpha1.org 0/alpha1
|
||||
runApplication setFields
|
||||
runApplication `getApplication`
|
||||
|
||||
Reference in New Issue
Block a user