-
if possible to access workbench result file via pymapdl?? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
If you want to access an already existing result file coming from Mechanical, I'd recommend using PyDPF. Depending on complexity of the postprocessing you'd like to do, you can use PyDPF-Post or PyDPF-Core. And PyDPF-Composites for composite models built in ACP. |
Beta Was this translation helpful? Give feedback.
-
Hi @mycat6411 If the analysis system uses MAPDL the solver then you can access that result file in PyMAPDL. In Workbench open the project and select View -> Files. Find the rst file for the specific analysis system by letter. The path to the file is shown. Then start PyMAPDL; enter the post processing level; and use the file command to point to the rst file. And the set command to read in the result data...then post process. Or use PyDPF as @pmaroneh suggested. Mike |
Beta Was this translation helpful? Give feedback.
If you want to access an already existing result file coming from Mechanical, I'd recommend using PyDPF. Depending on complexity of the postprocessing you'd like to do, you can use PyDPF-Post or PyDPF-Core. And PyDPF-Composites for composite models built in ACP.