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
I am using the latest version of PyMAPDL and its dependencies (fully updated virtual environment). You can update them using pip install --upgrade --upgrade-strategy eager ansys-mapdl-core in your activated virtual environment.
🔍 Description of the bug
I am running some nonlinear buckling analysis, and I am facing an issue when an error occurs on Mechanical APDL side: It returns an exception to python and it closes the gRPC connection:
MAPDL server connection terminated unexpectedly while running:
SOLVE,
called by:
_send_command
with the following error
<_InactiveRpcError of RPC that terminated with:
status = StatusCode.UNAVAILABLE
details = "IOCP/Socket: Connection reset (Unable to retrieve error string -- 10054)"
debug_error_string = "UNKNOWN:Error received from peer {grpc_message:"IOCP/Socket: Connection reset (Unable to retrieve error string -- 10054)", grpc_status:14, created_time:"2024-10-01T13:52:44.5005483+00:00"}"
The error in Mechanical APDL side is this:
*** ERROR *** CP = 94.391 TIME= 10:57:03
Element 1509 has excessive thickness change.
*** ERROR *** CP = 94.484 TIME= 10:57:18
Element 166 has excessive thickness change.
*** WARNING *** CP = 94.484 TIME= 10:57:18
The unconverged solution (identified as time 6390 substep 999999) is
output for analysis debug purposes. Results should not be used for
any other purpose.
In Mechanical APDL GUI I am able to extract results and plot them even after the analysis returns an error. Is there a way to do the same in PyMAPDL?
🤓 Before submitting the issue
pip install --upgrade --upgrade-strategy eager ansys-mapdl-core
in your activated virtual environment.🔍 Description of the bug
I am running some nonlinear buckling analysis, and I am facing an issue when an error occurs on Mechanical APDL side: It returns an exception to python and it closes the gRPC connection:
MAPDL server connection terminated unexpectedly while running:
SOLVE,
called by:
_send_command
with the following error
<_InactiveRpcError of RPC that terminated with:
status = StatusCode.UNAVAILABLE
details = "IOCP/Socket: Connection reset (Unable to retrieve error string -- 10054)"
debug_error_string = "UNKNOWN:Error received from peer {grpc_message:"IOCP/Socket: Connection reset (Unable to retrieve error string -- 10054)", grpc_status:14, created_time:"2024-10-01T13:52:44.5005483+00:00"}"
The error in Mechanical APDL side is this:
*** ERROR *** CP = 94.391 TIME= 10:57:03
Element 1509 has excessive thickness change.
*** ERROR *** CP = 94.484 TIME= 10:57:18
Element 166 has excessive thickness change.
*** WARNING *** CP = 94.484 TIME= 10:57:18
The unconverged solution (identified as time 6390 substep 999999) is
output for analysis debug purposes. Results should not be used for
any other purpose.
In Mechanical APDL GUI I am able to extract results and plot them even after the analysis returns an error. Is there a way to do the same in PyMAPDL?
🕵️ Steps To Reproduce
💻 Which Operating System are you using?
Windows
🐍 Which Python version are you using?
3.12
💾 Which MAPDL version are you using?
2024R2
📝 PyMAPDL Report
Show the Report!
📝 Installed packages
Show the installed packages!
📝 Logger output file
Show the logger output file.
The text was updated successfully, but these errors were encountered: