unexpected MAPDL server disconnection while running a series of aplot() #1411
Unanswered
hawkoli1987
asked this question in
Q&A
Replies: 1 comment
-
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear All,
I am trying to generating a random range of 2D shapes in series, there are 100 numbers of such shapes in total. For each shape generated, I ordered a printout of it via mapdl.aplot(). After a bunch of such shapes were successfully generated, there is always an automatic server disconnection which stops me from generating new shapes.
However, if I simply change the aplot() to lplot(), it will complete the generation process successfully.
Another issue I had was that on one side of the shape, it's a curve that was generated by fitting a spline through a series of keypoints. Among all the area plots, I can always spot a few that looks like straight line-segments rather than a spline.
I would assume both issues are connected? and perhaps both was caused by insufficient memory? I attached my code here in a zip. Please enlighten me on this, thanks!
File:
Issue.zip
hawkoli1987
Beta Was this translation helpful? Give feedback.
All reactions