说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 隐藏焊缝
1)  hidden weld
隐藏焊缝
1.
The question whether hidden weld in unstiffened overlapped CHS KK-joints is welded or not is not clearly metioned in current code for design of steel structures(GB50017-2003).
KK型圆钢管搭接节点,搭接处隐藏焊缝焊接与否的问题,现行钢结构设计规范(GB50017-2003)未作明确要求。
2)  hidden weld
内隐藏焊缝
1.
It is really difficult to solder the hidden weld of overlap K-joints.
针对K形搭接节点内隐藏焊缝不易施焊的现实状况,为了弥补现有规范设计公式统一按内隐藏焊缝全焊考虑而可能带来的安全隐患,用有限元手段分析比较了内隐藏焊缝不焊对节点破坏模式、受力性能等的影响。
2.
Nonlinear FEM is used to study the forced performance of the joints under different lap rates,and also analyzed that the effects of branch-main diameter ratio,diameter-thickness ratio of the main,branch-main wall thickness ratio and hidden weld conditions etc on the ultimate capacity of these joints.
利用非线性有限元分析方法,对K形圆钢管搭接节点在不同搭接率条件下的受力性能进行研究,分析支主管直径比、主管径厚比、支主管壁厚比以及搭接关系、内隐藏焊缝焊接状况等因素对节点极限承载力的影响,并由模型数据回归出一套平面K形圆管搭接节点的有限元承载力公式。
3)  hiding [英]['haɪdɪŋ]  [美]['haɪdɪŋ]
隐藏
1.
The Analysis of the Working Process and Hiding of Computer Virus and its Solutions;
计算机病毒进程隐藏分析与处理
2.
Boolean Rule Hiding Algorithm Based on Inverted File;
基于倒排文件的布尔规则隐藏算法
3.
Amalgamation-based digital audio information hiding method;
基于融合的数字声音隐藏方法
4)  hide [英][haɪd]  [美][haɪd]
隐藏
1.
The Designment to Show or Hide Dynamically the Column of GridView Control
GridView控件列的动态显示或隐藏的设计
2.
Today the program designers of Trojan Horse tend to use the Rootkit technique to hide their progress so as to obtain their aim.
目前木马程序设计者趋于利用rootkit技术来隐藏他们的进程,从而达到自己的目的。
5)  concealment [英][kən'si:lmənt]  [美][kən'silmənt]
隐藏
1.
Research on Planting Concealment and Detecting Technology of Backdoors;
后门植入、隐藏与检测技术研究
2.
Research and Practice on Concealment technology of Kernel Trojan horse;
内核级木马隐藏技术研究与实践
6)  Hidden [英]['hidn]  [美]['hɪdṇ]
隐藏
1.
Detection on Windows(2000/XP) Hidden Process;
Windows(2000/XP)下隐藏进程的检测机制
补充资料: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

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