mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Updated tutorials
This commit is contained in:
@ -6,8 +6,10 @@ cd ${0%/*} || exit 1 # run from this directory
|
||||
|
||||
runApplication blockMesh
|
||||
runApplication snappyHexMesh -overwrite
|
||||
#runApplication transformPoints -scale '(2 1 1)'
|
||||
transformPoints -scale '(2 1 1)'
|
||||
if [ ! -e log.transformPoints ]
|
||||
then
|
||||
transformPoints -scale '(2 1 1)' > log.transformPoints 2>&1
|
||||
fi
|
||||
cp 0/alpha1.org 0/alpha1
|
||||
runApplication setFields
|
||||
runApplication `getApplication`
|
||||
|
||||
Reference in New Issue
Block a user