General remarks on implicit time integration

To run an implicit analysis in LS-DYNA, you’ll need at least a  *CONTROL_IMPLICIT_GENERAL command to flag the solution as implicit and to set the step size.

It is strongly recommended that the latest DOUBLE PRECISION executable be used.

There are other *CONTROL_IMPLICIT_<option> commands that are used to override default settings. For example, *CONTROL_IMPLICIT_DYNAMICS would be used to make the implicit analysis dynamic rather than static.
If you want the code to automatically adjust the step size in accordance with the difficulty of achieving convergence, set IAUTO=1
in *CONTROL_IMPLICIT_AUTO.
See also https://www.dynasupport.com/howtos/implicit/implicit-convergence

Appendix P in the 971 LS-DYNA User’s Manual discusses implicit analyses in LS-DYNA.

Numerous example problems illustrating implicit analysis are available at:
http://www.dynaexamples.com/implicit

Not all LS-DYNA features and materials are available for implicit analysis. If you attempt to use an unimplemented feature, either the command will be ignored or, more commonly, the run will stop and an error message will be written. With each new release of the code, the list of features available for implicit analysis grows.

For more information on element formulations and materials available for implicit, see
https://www.dynasupport.com/howtos/implicit/elements-and-material-models-available-for-implicit

.

Some general recommendations for implicit analysis are:

Solid elements

.

Shell elements

.

Materials

.

Contact

See text file “https://www.dynasupport.com/howtos/implicit/implicit-contact” for additional information.

.

Failure to converge

.

Other