You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I read the .rst file generated from modal analysis in ANSYS 2022 R1, the node displacement results obtained are incorrect, while the frequency information, node information, etc. are correct.
from ansys.mapdl import reader as pymapdl_reader
result = pymapdl_reader.read_binary('E:\\ANSYS_Job\\beam\\ban.rst')
print(result)
from ansys.mapdl import reader as pymapdl_reader
result = pymapdl_reader.read_binary('E:\ANSYS_Job\beam\ban.rst')
print(result)
nnum, disp = rst.nodal_displacement(0)
print(disp)
🔍 Before submitting the issue
🐞 Description of the bug
When I read the .rst file generated from modal analysis in ANSYS 2022 R1, the node displacement results obtained are incorrect, while the frequency information, node information, etc. are correct.
📝 Steps to reproduce
from ansys.mapdl import reader as pymapdl_reader
result = pymapdl_reader.read_binary('E:\ANSYS_Job\beam\ban.rst')
print(result)
nnum, disp = rst.nodal_displacement(0)
print(disp)
💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
ANSYS 2022 R1
🐍 Which Python version are you using?
3.9
📦 Installed packages
The text was updated successfully, but these errors were encountered: