1)  slope cut
坡口焊缝
2)  double-bevel groove weld
双斜边坡口焊缝
3)  groove
坡口
1.
Choice of butt groove for welding thin wall headers to pipes;
薄壁集箱和管道对接坡口的选择
2.
A study of the improvement of the butt weld groove of a boiler set box and pipe;
锅炉集箱和管道对接焊坡口的改进研究
3.
Study on Groove Shape and the Open Angle of End Tab of UOE Pipe;
UOE焊管坡口形状与引弧板开口角研究
4)  groove type
坡口形式
1.
It is the key to ensure the quality of the weld that adopted reasonable groove type according as the chemical compositions of the approachable side of clad steel plate.
试验结果表明,复合钢板焊接时,可接近的侧面和钢板厚度将决定焊接顺序和焊接材料的选用,而根据可接近侧面材质设计合理的坡口形式,是保证复合钢板焊接质量的关键。
2.
On account of the effect of the rate of dilution on the quality of welded joint of dissimilar steels, the relationship among the rate of dilution, groove type and welding technology was examined and analyzed.
异种钢焊接的稀释率对焊接质量有影响,通过焊缝的稀释率与接头坡口形式、焊接工艺关系试验与分析,采用试验推荐的坡口形式及焊接参数可将焊缝稀释率控制在所要求的范围内。
5)  welding consumables-groove
焊材-坡口
6)  single surface slope
单面坡口
参考词条
补充资料:ANSYS工字梁焊缝初应力例子

建立好模型
…..
/SOLU
!*
ANTYPE,0
/INPUT,'input','txt',
/INPUT,'output1','txt',
!*
ISFILE,READ,1,txt, ,0
SOLVE
=====================
!定义残余应力矩阵
I=1
fy=310e6
!定义单元中心坐标数组,初应力数组
*DIM,EleCenter,ARRAY,NumNode,3,1, , ,
*DIM,EleIS,ARRAY,NumNode,1,1, , ,
*DO,I, 1, NumNode,1
!得到单元中心坐标
*GET,EleCenter(I,1,1),ELEM,I,CENT,X
*GET,EleCenter(I,2,1),ELEM,I,CENT,Y
*GET,EleCenter(I,3,1),ELEM,I,CENT,Z
!焊缝位置在X=1.0 到1.05 之间
*IF,EleCenter(I,1,1),GT,1,THEN
*IF,EleCenter(I,1,1),LT,1.05,THEN
*IF,EleCenter(I,2,1),GT,0.5,THEN
!上翼缘初始应力
EleIS(I,1,1)=-20*fy*EleCenter(I,3,1)**2+0.3*fy
*endif
*IF,EleCenter(I,2,1),LT,0.0,THEN
!下翼缘初始应力
EleIS(I,1,1)=-20*fy*EleCenter(I,3,1)**2+0.3*fy
*endif
!腹板初始应力
*if,EleCenter(I,2,1),GE,0.0,THEN
*IF,ELECENTER(I,2,1),LE,0.5,THEN
EleIS(I,1,1)=4.076*fy*(EleCenter(I,2,1)-0.5)**2
EleIS(I,1,1)=EleIS(I,1,1)-0.719*fy
*IF,EleIS(I,1,1),LT,-0.3*fy,THEN
ELeIS(I,1,1)=-0.3*fy
*ENDIF


*ENDIF
*ENDIF
*ENDIF
*ENDIF
*ENDDO
===============
!输出应力数值
*CFOPEN,'1','txt',' '
*DO,I,1,3840
!*IF,EleIS(I,1,1),ne,0.,then
*VWRITE,'!'
(A)
*VWRITE,'! Stress for element',
(A,F)
*VWRITE,'!'
(A)
*VWRITE,'eis,',I
(A,F)
P=EleIS(I,1,1)
*VWRITE,P,0.,0.,0.,0.,0.
(E,E,E,E,E,E)
!*ENDIF
*ENDDO
*CFCLOS

说明:补充资料仅用于学习参考,请勿用于其它任何用途。