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/incompressible/icoDyMFoam/movingConeTopo/setBatch

32 lines
1.1 KiB
Text
Raw Normal View History

2011-02-25 12:49:03 +00:00
faceSet wallSet new patchToFace movingWall
faceSet leftWallSet new setToFace wallSet
faceSet leftWallSet delete cellToFace moving all
faceSet leftWallSet delete cellToFace right all
cellSet leftCentre new zoneToCell left
cellSet leftCentre add zoneToCell moving
faceSet leftZone new cellToFace leftCentre both
faceSet leftZone delete cellToFace left both
faceSet leftZone delete cellToFace moving both
faceSet leftZone add setToFace leftWallSet
cellSet leftZoneMasterCells new zoneToCell left
faceSet rightWallSet new setToFace wallSet
faceSet rightWallSet delete cellToFace moving all
faceSet rightWallSet delete cellToFace left all
cellSet rightCentre new zoneToCell right
cellSet rightCentre add zoneToCell moving
faceSet rightZone new cellToFace rightCentre both
faceSet rightZone delete cellToFace right both
faceSet rightZone delete cellToFace moving both
faceSet rightZone add setToFace rightWallSet
cellSet rightZoneMasterCells new zoneToCell right
quit
2011-08-03 08:23:02 +00:00
cd constant/polyMesh/sets/
\rm leftCentre leftCentre_old leftWallSet leftWallSet_old leftZone_old rightCentre rightCentre_old rightWallSet rightWallSet_old rightZone_old wallSet
setsToZones