Replies: 0 comments 2 replies
-
Pinging @ansys/pymapdl-maintainers and @ansys/pydpf-admins for support to this user |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to extract SMISC results from a structural results file (*.rst) using PyAnsys. The results file contains results from a full transient analysis. The model contains BEAM188, SHELL181, COMBIN14 and MPC184 elements.
I have tried PyMAPDL Reader (ansys.mapdl.reader). With this package, I am able to get the SMISC results for the beam and shell elements. However, the
result.element_solution_data(rnum, datatype='EMS')
function returns onlyNone
objects for the COMBIN14 elements. It seems that the function does not support COMBIN14 elements. Is that right?I also tried using the PyDPF Post (ansys.dpf.post) package. With this package it seems that SMISC and NMISC results are not supported at all. In any case, I cannot find any relevant clues in the documentation. Is this functionality just undocumented but available somewhere under the bonnet? Or has the functionality not been implemented? Or have I overlooked something?
Beta Was this translation helpful? Give feedback.
All reactions