Hi,
I have a multi-stage cyclic symmetry model in the workbench. I have performed the modal analysis in Ansys Mechanical, Workbench. Depending upon the HI I use for different stages I am getting some spurious mode shapes where the displacement at the interstage boundary is not continuous. So to check the continuity at the interstage boundary I have created a path at the interstage and plotted the displacement for both the stages individually at the interstage to check for continuity.
Now If I have many such modes it'll be very difficult to check for disp. continuity. So I am trying to develop a Python script to read the rst file and check for displacement continuity at the boundary.
I have read the rst file using the dpf reader. But I am having trouble in extracting the displacement at the interstage boundary along a particular path and extract disp for both stages individually.
Can I get help in extracting the disp. along a path for a particular body in pydpf?
Thanks,