-
Hello everyone, I was wondering if I can use pyansys commands to export data from ansys mechanical solver data such as .rst format to another format so it can be used in another tools for processing, if anyone have ides about code help me. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @aakash17c , PyDPF allows this. It also enables to manipulate the data extracted from the .rst file, so you would probably don't even need any other postprocessing tool. |
Beta Was this translation helpful? Give feedback.
-
Hi @aakash17c In addition to what @pmaroneh said PyMAPDL has some additional methods to retrieve results for example to a Pandas dataframe. See here in the documentation. If you need just a few types of results then perhaps this can be done then native Python used to write out the data in a format of your choice. Mike |
Beta Was this translation helpful? Give feedback.
Hi @aakash17c , PyDPF allows this. It also enables to manipulate the data extracted from the .rst file, so you would probably don't even need any other postprocessing tool.