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 am trying to plot Nodal Stress using the commands: "result.plot_nodal_stress(0)" or "mapdl.post_processing.nodal_eqv_stress()"
it gives me the following Error.!
ERROR: CRITICAL - - logging - handle_exception - Uncaught exception
Traceback (most recent call last):
File "C:\Users\dell\PycharmProjects\pythonProject15\gf.py", line 178, in
result.plot_nodal_stress(0, comp='x')
File "E:\python3.10\lib\site-packages\ansys\mapdl\reader\rst.py", line 3433, in plot_nodal_stress
return self._plot_nodal_result(
File "E:\python3.10\lib\site-packages\ansys\mapdl\reader\rst.py", line 4894, in _plot_nodal_result
_, result = self._nodal_result(rnum, result_type)
File "E:\python3.10\lib\site-packages\ansys\mapdl\reader\rst.py", line 3707, in _nodal_result
raise ValueError(
ValueError: Result Nodal stresses (ENS) is not available in this result file.
Process finished with exit code 1
💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
2021 R2
🐍 Which Python version are you using?
3.10
📦 Installed packages
Pyansys
IDE : Pycharm
The text was updated successfully, but these errors were encountered:
🔍 Before submitting the issue
🐞 Description of the bug
mapdl.post_processing.nodal_eqv_stress()
📝 Steps to reproduce
When I am trying to plot Nodal Stress using the commands: "result.plot_nodal_stress(0)" or "mapdl.post_processing.nodal_eqv_stress()"
it gives me the following Error.!
ERROR: CRITICAL - - logging - handle_exception - Uncaught exception
Traceback (most recent call last):
File "C:\Users\dell\PycharmProjects\pythonProject15\gf.py", line 178, in
result.plot_nodal_stress(0, comp='x')
File "E:\python3.10\lib\site-packages\ansys\mapdl\reader\rst.py", line 3433, in plot_nodal_stress
return self._plot_nodal_result(
File "E:\python3.10\lib\site-packages\ansys\mapdl\reader\rst.py", line 4894, in _plot_nodal_result
_, result = self._nodal_result(rnum, result_type)
File "E:\python3.10\lib\site-packages\ansys\mapdl\reader\rst.py", line 3707, in _nodal_result
raise ValueError(
ValueError: Result Nodal stresses (ENS) is not available in this result file.
Process finished with exit code 1
💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
2021 R2
🐍 Which Python version are you using?
3.10
📦 Installed packages
Pyansys IDE : Pycharm
The text was updated successfully, but these errors were encountered: