This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/tutorials/solidMechanics/elasticContactSolidFoam/slidingBall/setupNotes.txt
2013-09-17 16:03:51 +01:00

14 lines
434 B
Text

# delete old sets and zones
rm -rf constant/polyMesh/sets
rm -rf constant/polyMesh/*Zones
# create new sets
setSet
faceSet bottomBrickUpFaceZone new patchToFace bottomBrickUp
faceSet topBrickDownFaceZone new patchToFace topBrickDown
pointSet bottomBrickUpPointZone new faceToPoint bottomBrickUpFaceZone all
pointSet topBrickDownPointZone new faceToPoint topBrickDownFaceZone all
quit
# create zones from sets
setsToZones -noFlipMap