ANSYS Docker gets stuck when model diverges #711
Unanswered
chart-magnum
asked this question in
Q&A
Replies: 1 comment
-
Hi @chart-magnum, can you share a minimum working example? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I noticed while running ANSYS from the Docker image that it may get stuck in case of a failure of a model. When this happens, I open the docker image terminal and can see from the file.err log that there was an error in executing a model. This had to do with solver convergence problems (e.g., boundary conditions not satisified). On Desktop in this case I would have been asked with a popup window whether I want to continue execution. For docker it is naturally not possible. Is there a solution to that problem? Would
mapdl.input()
return an error code in this case? Alternatively, would it be possible to provide a timeout for a simulation?Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions