mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: use uniform scaling short form
Eg,
transformPoints -scaling 0.01
instead of
transformPoints -scaling '(0.01 0.01 0.01)'
This commit is contained in:
@ -14,7 +14,7 @@ rm -rf 0
|
||||
runApplication -s ami \
|
||||
createPatch -dict system/createPatchDict.ami -overwrite
|
||||
|
||||
runApplication transformPoints -scale '(0.01 0.01 0.01)'
|
||||
runApplication transformPoints -scale 0.01 # Uniform scaling [cm] -> [m]
|
||||
|
||||
runApplication mergeOrSplitBaffles -split -overwrite
|
||||
|
||||
|
||||
Reference in New Issue
Block a user