TAGGED: ansys-mechanical-apdl, ansysmechanical, apdl
-
-
March 20, 2024 at 9:39 amdarshankumar.bhatSubscriber
                        Â
-
March 20, 2024 at 11:41 ampeteroznewmanSubscriber
Look 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 pmdarshankumar.bhatSubscriber
Hello,
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.
- At least one body has been found to have only 1 element in at least 2 directions
- Error when opening saved Workbench project
- How to apply Compression-only Support?
- Geometric stiffness matrix for solid elements
- Frictional No separation contact
- Timestep range set for animation export
- Image to file in Mechanical is bugged and does not show text
- Script Error Code:800a000d
- Elastic limit load, Elastic-plastic limit load
- Element has excessive thickness change, distortion, is turning inside out
-
1421
-
599
-
591
-
565
-
366
© 2025 Copyright ANSYS, Inc. All rights reserved.