nasa / Plot3D_utilities

A Python library for reading, writing, finding connectivity for plot3d files

Home Page:https://nasa.github.io/Plot3D_utilities/_build/html/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Periodicity Improvements - 2

pjuangph opened this issue · comments

Need to add feature to remove overlapping surfaces in outer surfaces and also remove the extra from periodic match
This can be done using split_faces just run this for all the outer face combinations

5
1 129 1 33 257 101 33
2 41 1 1 169 101 1
1 1 1 1 1 101 33
1 257 1 1 257 101 33
2 169 1 1 269 101 1
2 169 1 53 269 101 53
2 1 1 1 41 101 1
2 1 1 53 41 101 53
1 1 1 33 129 101 33
2 41 1 53 169 101 53
9
2 1 1 1 1 101 53 1 # Inlet
2 1 101 1 269 101 53 2 # Shroud
1 1 101 1 257 101 33 3 # blade shroud
2 269 1 1 269 101 53 4 # Outlet
2 1 1 1 269 1 53 5 # Hub
1 1 1 1 257 1 33 6 # Blade hub
1 1 1 1 257 101 1 7 # Blade wall
2 1 1 53 169 101 53 8 # Periodic extra
2 41 1 53 269 101 53 9 # Periodic extra

Fixed. closing issue