Reading the failure criteria from an .rst file

Options

I would like to read the error criteria TWSI, PMAT and PFIB from an .rst file using PyAnsys or Ansys.MAPDL.Reader.

The problem is that I don't know exactly whether the failure criteria are even stored in the .rst file and whether I can add the failure criteria there. On the other hand, I don't know how I could read out the error criteria with PyAnsys.

I would be very grateful for any help.

Answers

  • Pernelle Marone-Hitz
    Pernelle Marone-Hitz Member, Moderator, Employee Posts: 831
    First Comment First Anniversary Ansys Employee Solution Developer Community of Practice Member
    Options

    Are you working with a composites model? In that case PyDPF-Composites will be the most suited approach.

  • Mike Rife
    Mike Rife Member, Employee Posts: 47
    First Answer 5 Likes First Anniversary First Comment
    Options

    Hi @YanHem Please see the MAPDL documentation the ETABLE command - Element TABLE. This can be used to plot those results. Then search the PyMAPDL Reader documentation pages for ETABLE for instance on this page.