说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 工字梁桥
1)  I-steel beam bridge
工字梁桥
2)  steel I-Beam Bridge with timber floor
工字钢梁木面桥
3)  the "I" section bridge
I字梁桥
4)  bridge engineering
桥梁工程
1.
Measures to strengthen quality management of bridge engineering;
浅谈如何加强桥梁工程质量管理
2.
The promotion of the bridge structural model competition on the bridge engineering course;
浅谈桥梁结构模型竞赛对桥梁工程教学的促进
3.
Study on cable tension measurement for bridge engineering;
桥梁工程索力的测试方法研究
5)  Bridge works
桥梁工程
1.
Application of numerical model of tidal bore to bridge works in the Qiantang Estuary;
涌潮数学模型在钱塘江河口桥梁工程中的应用
2.
In the preparation of budge for highway bridge,the evaluation of bridge works is loaded down with trivial details,and the preparation work is also complicated.
在公路桥梁工程概预算编制工作中,桥梁工程的计价比较繁琐,而且编制内容也相当复杂,此外现行的96定额(从1996年7月1日开始执行)实际上反映的是中国1990年前后的公路造价和施工水平,与今天的施工技术和施工水平相比,均缺乏相应配套的定额,需要根据不同的情况编制相应的补充定额。
3.
, and has a bright future when used for a new type of tendon in bridge works.
FRP(纤维增强塑料 )作为一种新型高性能的结构材料 ,具有高强、轻质和抗腐蚀等特点 ,在桥梁工程中具有发展前景的一种新型预应力索用材。
6)  bridge construction
桥梁施工
1.
Approach and application cases of assembled Martial Berrt Truss in the bridge construction;
军用贝雷组合桁架在桥梁施工中的应用实例与探讨
2.
On the precautions of borehole cast-in-place concrete pile used in bridge construction;
钻孔灌注桩在桥梁施工中的应用及注意事项
3.
Analyses method about real values of stress in bridge construction survey;
桥梁施工监测应力真值分析方法
补充资料: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

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