The Forming Limit Diagram (FLD) is a common tool in sheet metal forming.
The quality of the part is predicted by the strain imposed during the forming procedure.
The forming limit curve (FLC) determinated experimetally (e.g. ISO12004); analytical methods are usually only used as a starting point.
lib/flc.m
can be used to generate the FLC, based on Marciniak–Kuczynski's theory (M-K).
For the M-K's hyphothesis the fracture of the metal sheet is caused by inhomogeneities in its thickness.
flc_mk(n, f, alpha, interactive, m, delta, fail, Ss, E1, E2)
...
By default the simulation uses the von Mises criterion, giving
.inp
are parsed using the functionabaqus_load
and supported elements areS4/S4R
;.rpt
are loaded usingabaqus_report
.
Z. Marciniak, K. Kuczyński & T. Pokora. "Influence of the plastic properties of a material on the forming limit diagram for sheet metal in tension". Int. J. of Mech. Sci, Vol.15, pp.789-800, 1973.