I have a spine model where screws are placed posteriorly (proximally and distally). And two rods are placed into the screws on right and left side. I want to distract one rod at a time and then fix it and distract the other rod. This is to compare differences in stress on the rods when distracting both rods at once and distraction of one rod at a time.
In step 1, I fixed the right rod to distract the left rod and in step 2, I deactivated the boundary condition for the right rod so that it could distract in next step. In step 2, the left rod was fixed (because at this time I want to distract only the right rod) in similar way how right rod was fixed.
The problem in my model is that the left rod could fully distract in step 1 but the model is not converging in step 2. For boundary condition, I used displacement/rotation and fixed the rods in all degrees of freedom along the entire length of rod (I don't know if this is correct or not to apply boundary condition along the entire length, please suggest if there are other ways to fix the rod entirely).
Warning messages:
In step 1:
OVERCONSTRAINT CHECKS: THERE ARE 125718 BOUNDARY CONDITIONS
SPECIFIED IN THIS MODEL. OVERCONSTRAINT CHECKS FOR BOUNDARY
CONDITIONS SPECIFIED ON SLAVE NODES OF RIGID BODIES, OF *TIE
OPTIONS, OR OF *COUPLING OPTIONS REQUIRE 47 Mb OF MEMORY. IF THIS
IS A PROBLEM, PLEASE TURN OFF OVERCONSTRAINT CHECKS USING
*CONSTRAINT CONTROLS, NO CHECKS or INCREASE THE MEMORY USED BY THE
PRE-PROCESSOR.
In step 2:
WARNING: OVERCONSTRAINT CHECKS: THERE ARE 133336 BOUNDARY CONDITIONS
SPECIFIED IN THIS MODEL. OVERCONSTRAINT CHECKS FOR BOUNDARY
CONDITIONS SPECIFIED ON SLAVE NODES OF RIGID BODIES, OF *TIE
OPTIONS, OR OF *COUPLING OPTIONS REQUIRE 49 Mb OF MEMORY. IF THIS
IS A PROBLEM, PLEASE TURN OFF OVERCONSTRAINT CHECKS USING
*CONSTRAINT CONTROLS, NO CHECKS or INCREASE THE MEMORY USED BY THE
PRE-PROCESSOR.
Now, I am trying to simulate exact same procedure but this time distracting right rod first. The rod could distract for few increments but now the model is taking long time to converge (seems like it will take forever like in previous model).
I don't know if overconstraint could be the reason since in my previous model the rod distracted fully in step 1. The similarity I see in both models is that for the distraction of right rod its taking time to converge. In new model, warning message says that it requires 50 Mb of memory in both steps, may be because of this, this model is taking time to converge in step 1.
What could be the issue? Any help would be highly appreciated.
Thanks again.