说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 对接缝焊机
1)  butt seam welding machine
对接缝焊机
2)  tape butt-seam welding machine
对接缝焊接机
3)  tape butt-seam welding machine
带状对接缝焊机
4)  butt weld
对接焊缝
1.
Ultrasonic inspection for butt welds of thick-wall small-diameter tubes;
厚壁小径管对接焊缝的超声波探伤方法探讨
2.
Analysis of finite element of residual stresses in butt welds;
对接焊缝残余应力的有限元分析
3.
Strength checking calculation of partial penetrated butt weld in the box component;
箱形钢构件半熔透对接焊缝的强度验算
5)  butt welding seam
对接焊缝
1.
The debug step,sweep method,flaw measuring long method and the flaw nature judgement using the PXUT-280 entire numeral intelligence ultrasonic flaw detector to carry on ultrasonic testing to the liquid gas storage tank butt welding seam are introduced.
主要介绍采用PXUT-280型全数字智能超声波探伤仪对液化气储罐的对接焊缝进行超声波探伤的调试步骤、扫查方法、缺陷测长方法、缺陷性质判断,还简单介绍了管座角焊缝和氢鼓包的超声波探伤。
6)  butt welding
对接焊缝
1.
Fracture mechanism of butt welding in beam-column web connections of steel moment frames;
钢框架梁柱腹板连接梁翼缘对接焊缝的破坏机理
补充资料: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

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