How can I extract and plot the structural temperature from a binary result file?
I am using DPF-Core (PyAnsys) via an IDE (Integrated Development Environment eg. Visual Studio Code) and using PyDPF to retrieve Data from an RST file of a Harmonic analysis. The RST file contains a named-selection "NODE" (a set of nodes). How do I retrieve the stress-tensor (real and imaginary part) for each node at each…
I am using DPF-Core outside WB and there using CPython to retrieve Data from an RST of Harmonic analysis.The RST file contains a named-selection "MYNAMEDSELECTION" (a set of nodes). How do I retrieve the von-mises for each node at each frequency?
How to extract Modal analysis results using DPF-Post?