11 lines
256 B
Text
11 lines
256 B
Text
|
# delete old sets and zones
|
||
|
rm -rf constant/polyMesh/sets
|
||
|
rm -rf constant/polyMesh/*Zones
|
||
|
|
||
|
# create new sets for contact patches
|
||
|
# batch.setSet should have the correct patch names
|
||
|
setSet -batch batch.setSet
|
||
|
|
||
|
# create zones from sets
|
||
|
setsToZones -noFlipMap
|