I am running a 3D solid model in Abaqus Python script, which is supposed to be analyzed for 200 times as the model has been arranged in a for loop (for i in range(0,199):). Sometimes, I receive the following error and then the analysis terminates. I can't realize the reason...
I am using Abaqus Python scripting to model the following sketch. The dashed green line (Curve_0) is a half circle and the yellow one (Curve_1) is a circle arc. The center point of Curve_2 (which is another circle arc) named Cen_2 must be located on Curve_1. Assuming the x coordinate of Cen_2 is...