Why is AL command requiring so much memory in ANSYS 11.0? See an example below.

fini
/clear
/PREP7
k,1
numstr,kp,100000
circle,1,10
al,all

It results in an error:

"This Model requires more scratch space...."
"This error is non-recoverable..."

The same script in 10.0 runs without any problem.


This error, defect 57808, is fixed in 11.0 SP1. A programming error introduced at 11.0 changed the memory allocation for the AL command to be based on the square of the maximum keypoint number, so the existence of a high keypoint number as in the above test will cause a very large memory allocation to be requested.





Show Form
No comments yet. Be the first to add a comment!