TAGGED: ansys-mechanical-apdl, ansysmechanical, apdl
-
-
March 20, 2024 at 9:39 am
darshankumar.bhat
Subscriber                        Â
-
March 20, 2024 at 11:41 am
peteroznewman
SubscriberLook at the location of the element that is not converging. Is it near a Fixed Boundary? Changing the boundary condition or geometry may help convergence.
If you get 3 bisections in a row on the first substep, that suggests the applied load in step 1 is too large. Try breaking the model into a 2 step analysis. In Step 1, make the load 1% of the final load. Change the Initial and Maximum Timestep to 0.001 s and the Minimum Timestep to 0.00001 s. These values may be extreme, but you must get the first substep to converge. If it easily converges, you can back off from these extreme values.
I assume you have Large Deflection turned on under the Analysis Settings.
-
March 20, 2024 at 12:46 pm
darshankumar.bhat
SubscriberHello,
thanks for the reply.
I am already doing as you mentioned (dividing into mutliple load steps)
Here is my commands,
! Step 1: Just for the contact definition. I go upto 0.1% of the maximum load
  first_rampup_Time = 10 !seconds
  RATE,off !switch implicit creep off to get the contact
  kbc,0Â
  nsubst,10,300,20,off
  cmsel,s,FORCE_NODES $ f,all,fy,NodalForce*0.0001
  time,first_rampup_Time*0.0001  $ alls $ solveÂ
! Step 2: 1st force-ramp up.
  nsubst,1000,100000,1000,on
  kbc,1 !Loads are step changed (stepped): Useful for rate-dependent behavior
  RATE,on ! switch implicit creep ON
  PRED,OFF
  cmsel,s,FORCE_NODES $ f,all,fy,NodalForce*0.0002
  time,first_rampup_Time*0.0002  $ alls $ solve
With this config, I am experience this material convergence error along with L2-norm error.
-
-
- You must be logged in to reply to this topic.
-
2773
-
960
-
835
-
599
-
591
© 2025 Copyright ANSYS, Inc. All rights reserved.