ctmfab - I have similar FEA weld issues. I am working with ANSYS, and have included a batch file here of a typical case for those interested ANSYS users to run if they wish. Apologies then for the length of this thread, but they do say a picture speaks a thousand words...
Fundamentally, it is a static problem of a vertical bracket welded to a 2m diameter ring. This is a very general case. The material is 5mm sheet steel, and the downward load at the end of the bracket is 10,000N. ANSYS reports the reactions at the weld C of G correctly which is great for me because I can use these forces and moments in my hand calc checks of the weld and the parent material in the more complex cases. However, stresses in the ring material at the top and bottom of the bracket to ring weld are high and do not converge with mesh refinement. This is of course expected in FEA when modelling a re-entrant corner in a shell model. In the batch file, the final plot is of the stresses in the ring, and the element size can be varied with the parameter "elesize".
Does anyone have an idea on how to handle this problem? Are these reported stresses anywhere close to reality? In a static load case with ductile materials, we often ignore the peak stress point as long as the stress drops rapidly away from the hot spot and the general membrane stresses are shown to be less than yield thereby not resulting in plastic collapse. However, what if the problem was one of cyclic loading and fatigue? For any typical case I would take the peak stress and, using a safety factor of 2.5 for a fillet weld, calculate the life from the material S-N curve...but these modelling singularities are prohibitive.
Your input is appreciated.
JE.
/prep7
!********** PARAMETER FOR ELEMENT SIZE **********
elesize = 0.03
!********** ELEMENT DEFINITION **********
et,1,shell63
!********** MATERIAL PROPS **********
mp,ex,1,200e9
mp,prxy,1,0.3
r,1,0.005
!********** GEOMETRY **********
csys,1
k,,1
k,2,1,,1
k,3,1,7.5
l,1,2
l,1,3
adrag,1,,,,,,2
csys,0
arsym,y,all
nummrg,kp
wpro,,90
csys,4
rectng,1,1.1,0.6,0.8
aglue,all
!********** MESH **********
esize,elesize
amesh,all
!********** BOUNDARY CONDITIONS AND LOADS **********
csys,1
lsel,,loc,y,-7.5
lsel,a,loc,y,7.5
dl,all, ,symm
lsel,,loc,z
dl,all,,UZ
ksel,,loc,z,0.8
ksel,r,loc,x,1.1
fk,all,fz,-10000
allsel,all
eplo
finish
!********** SOLUTION **********
/sol
solve
!********** POSTPROCESSING (DISPLAYS STRESS IN RING) **********
/post1
asel,s,loc,x,1
allsel,below,area
/dscale,1,off
avprin,0
plnsol,s,int,0,1
/view,1,1
/ang,1
/rep,fast