Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read the .rst file generated from modal analysis in ANSYS 2022 R1 #402

Closed
2 tasks done
efish2002 opened this issue Mar 28, 2024 · 1 comment
Closed
2 tasks done
Labels
bug Something isn't working

Comments

@efish2002
Copy link

🔍 Before submitting the issue

  • I have searched among the existing issues
  • I am using a Python virtual environment

🐞 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.

from ansys.mapdl import reader as pymapdl_reader
result = pymapdl_reader.read_binary('E:\\ANSYS_Job\\beam\\ban.rst')
print(result)

image

nnum, disp = rst.nodal_displacement(0)
print(disp)

image

📝 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

altgraph==0.17.4
ansys-mapdl-core==0.64.1
ansys-mapdl-reader==0.53.0
appdirs==1.4.4
asgiref==3.7.2
attrs==22.1.0
build==1.0.3
cachetools==5.3.2
certifi==2023.11.17
cffi==1.16.0
charset-normalizer==3.3.2
click==8.1.7
clr-loader==0.2.6
colorama==0.4.6
contourpy==1.2.0
cryptography==41.0.7
cycler==0.12.1
docutils==0.20.1
exceptiongroup==1.0.4
filelock==3.13.1
fonttools==4.47.0
grpcio==1.60.0
grpcio-status==1.48.2
h5py==3.10.0
httplib2==0.22.0
idna==3.6
importlib-metadata==6.11.0
iniconfig==1.1.1
jaraco.classes==3.3.0
keyring==24.3.0
kiwisolver==1.4.5
lxml==4.9.4
markdown-it-py==3.0.0
matplotlib==3.8.2
mdurl==0.1.2
more-itertools==10.1.0
nh3==0.2.15
numpy==1.23.3
packaging==23.2
pefile==2023.2.7
Pillow==10.1.0
pkginfo==1.9.6
platformdirs==4.1.0
pluggy==1.0.0
plumbum==1.8.2
pooch==1.8.0
protobuf==3.20.3
psutil==5.9.7
pyansys==2023.2.11
pyansys-docker==5.0.4
pyansys-tools-versioning==0.5.0
pyasn1==0.5.1
pyasn1-modules==0.3.0
pycparser==2.21
Pygments==2.17.2
pyiges==0.3.1
pyinstaller==6.3.0
pyinstaller-hooks-contrib==2023.11
pyparsing==3.0.9
pypiwin32==223
pypng==0.20220715.0
pyproject_hooks==1.0.0
pyspnego==0.10.2
pytest==7.2.0
python-dateutil==2.8.2
pythonnet==3.0.1
pytz==2023.3.post1
pyvista==0.43.1
pywin32==306
pywin32-ctypes==0.2.2
PyYAML==6.0.1
readme-renderer==42.0
requests==2.31.0
requests-negotiate-sspi==0.5.2
requests-ntlm==1.2.0
requests-toolbelt==1.0.0
rfc3986==2.0.0
rich==13.7.0
rpyc==5.3.1
rsa==4.9
scooby==0.9.2
six==1.16.0
sqlparse==0.4.4
sspilib==0.1.0
tomli==2.0.1
tqdm==4.66.1
twine==4.0.2
typing_extensions==4.9.0
tzdata==2023.3
uritemplate==4.1.1
urllib3==1.26.18
vtk==9.2.0rc2
websocket-client==1.7.0
zipp==3.17.0
@efish2002 efish2002 added the bug Something isn't working label Mar 28, 2024
@efish2002
Copy link
Author

I have found the answer. Unable to read RST #149

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant