|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?我要加入
x
本帖最后由 Abaiyueguang 于 2010-11-28 21:03 编辑
各位:小弟在做一个ansys帮助中管道的例子,命令流如下:
/FILNAM,SAMPLE 更改文件名称
/TITLE, SAMPLE PIPING INPUT
/UNITS,BIN ! A reminder that consistent units are U. S. Customary inches
!
/PREP7
! Define material properties for pipe elements
MP,EX,1,30e6
MP,PRXY,1,0.3
MP,ALPX,1,8e-6 !thermal expansion coefficient 热膨胀系数
MP,DENS,1,.283
PUNIT,1 ! Units will be read as ft+in+fraction and converted to
! decimal inches
PSPEC,1,8,STD ! 8" standard pipe
POPT,B31.1 ! Piping analysis standard: ANSI B31.1
PTEMP,200 ! Temperature = 200°
PPRES,1000 ! Internal pressure = 1000 psi
PDRAG,,,-.2 ! Drag = 0.2 psi in -Z direction at any height (Y)
BRANCH,1,0+12,0+12 ! Start first pipe run at (12",12",0")
RUN,,7+4 ! Run 7'-4" in +Y direction
RUN,9+5+1/2 ! Run 9'-5 1/2" in +X direction
RUN,,,-8+4 ! Run 8'-4" in -Z direction
RUN,,8+4 ! Run 8'-4" in +Y direction
/PNUM,NODE,1 !图示节点及编号
/VIEW,1,1,2,3
EPLOT ! Identify node number at which 2nd run starts
BRANCH,4 ! Start second pipe run at node 4
RUN,6+2+1/2 ! Run 6'-2 1/2" in +X direction
TEE,4,WT ! Insert a tee at node 4 T形管
/PNUM,DEFA 恢复编号为默认值
/PNUM,ELEM,1
EPLOT ! Identify element numbers for bend and miter inserts
BEND,1,2,SR ! Insert a "short-radius" bend between elements 1 and 2
MITER,2,3,LR,2 ! Insert a two-piece miter between elements 2 and 3
/PNUM,DEFA
/PNUM,NODE,1
! Zoom in on miter bend to identify nodes for spring hangers
/ZOOM, 1, 242.93 , 206.62 , -39.059 , 26.866
PSPRNG,14,TRAN,1e4,,0+12 ! Insert Y-direction spring at node 14
PSPRNG,16,TRAN,1e4,,0+12 ! Insert Y-direction spring at node 16
! List and display interpreted input data
/AUTO
/PNUM,DEFA
EPLOT
NLIST
ELIST
SFELIST !面载荷 surface loads
BFELIST !体载荷 body
遇到问题整理如下:
1、 POPT,B31.1 此行进行选择时,有两种标准。该怎样选用??
2、 EPLOT是否即PLOT-REPLOT??
3、 /PNUM,DEFA 回复标号为默认值 有何作用? 不用也可以吧??
4、 SR LR即半径大小 有何区分标准 如何确定??
5、 最后两行 为何会有载荷 这里并没有定义载荷呀??
6、 单位问题 这里单位用的是英制单位 用起来很不方便 若用国标,可以吗?若可以 第三行和第十行要怎样改呢??
7、 此题如要继续分析模态该怎样进行??我做了下 没做对 ^_^
8、 PDRAG 为外部流体载荷 是什么意思该怎样计算其数值??什么情况下用到??
问题较多,望各位就自己会的问题尽情讨论,不吝赐教!!可以把做的资料发我邮箱 jihejiong@126.com 共同进步,谢谢哈~~~
|
|