mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Sprucing up the tutorials folder and adding -dict to "collapseEdges"
Patch provided by Bruno Santos Resolves patch application request http://www.openfoam.org/mantisbt/view.php?id=2015
This commit is contained in:
@ -8,10 +8,14 @@ cd ${0%/*} || exit 1 # Run from this directory
|
||||
application=`getApplication`
|
||||
|
||||
runApplication blockMesh
|
||||
runApplication topoSet
|
||||
mv log.topoSet log.topoSet.1
|
||||
|
||||
runApplication -s 1 topoSet
|
||||
|
||||
runApplication subsetMesh -overwrite c0 -patch floatingObject
|
||||
runApplication topoSet -dict system/topoSetDict-selectBottom
|
||||
|
||||
runApplication -s selectBottom \
|
||||
topoSet -dict system/topoSetDict-selectBottom
|
||||
|
||||
runApplication createPatch -overwrite
|
||||
|
||||
cp -r 0.org 0 > /dev/null 2>&1
|
||||
|
||||
Reference in New Issue
Block a user