Define a step with the proper time incrementation and nonlinear solution controls that best allow Simulation Composite Analysis to reach a converged solution.
*STEP, NAME=LOAD_STEP *STATIC 1., 1., 1E-05, 1.
Here, the first term is the initial increment, the second is the time period step, the third is the minimum time increment allowed, and the fourth is the maximum time increment allowed.
To achieve robust convergence when using Simulation Composite Analysis, the solution controls must be modified from their default state.
*Controls, parameters=time incrementation 1000, 1000, 1000, 1000, 1000, , 1000, , , 10,
These parameters allow Abaqus to take advantage of the enhanced convergence characteristics provided by Simulation Composite Analysis.
*STEP, NAME=LOAD_STEP *STATIC 0.01, 1., 1E-05, 0.01 *Controls, parameters=time incrementation 1000, 1000, 1000, 1000, 1000, , 1000, , , 10,