Clean run script
This commit is contained in:
parent
09160d2f6a
commit
79e0294181
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ runApplication blockMesh
|
|||
runApplication setSet -batch setBatch
|
||||
|
||||
cd constant/polyMesh/sets/
|
||||
\rm leftCentre leftCentre_old leftWallSet leftWallSet_old leftZone_old rightCentre rightCentre_old rightWallSet rightWallSet_old rightZone_old wallSet
|
||||
\rm leftCentre.gz leftCentre_old.gz leftWallSet.gz leftWallSet_old.gz leftZone_old.gz rightCentre.gz rightCentre_old.gz rightWallSet.gz rightWallSet_old.gz rightZone_old.gz wallSet.gz
|
||||
\rm -f leftCentre leftCentre_old leftWallSet leftWallSet_old leftZone_old rightCentre rightCentre_old rightWallSet rightWallSet_old rightZone_old wallSet
|
||||
\rm -f leftCentre.gz leftCentre_old.gz leftWallSet.gz leftWallSet_old.gz leftZone_old.gz rightCentre.gz rightCentre_old.gz rightWallSet.gz rightWallSet_old.gz rightZone_old.gz wallSet.gz
|
||||
cd ../../..
|
||||
|
||||
runApplication setsToZones
|
||||
|
|
Reference in a new issue