Abaiyueguang 发表于 2010-11-28 20:55

求指教:ansys中管道的例子

本帖最后由 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、      SRLR即半径大小 有何区分标准如何确定??
5、      最后两行 为何会有载荷这里并没有定义载荷呀??
6、      单位问题这里单位用的是英制单位 用起来很不方便 若用国标,可以吗?若可以 第三行和第十行要怎样改呢??
7、      此题如要继续分析模态该怎样进行??我做了下 没做对 ^_^
8、      PDRAG为外部流体载荷 是什么意思该怎样计算其数值??什么情况下用到??
问题较多,望各位就自己会的问题尽情讨论,不吝赐教!!可以把做的资料发我邮箱jihejiong@126.com    共同进步,谢谢哈~~~


venture 发表于 2010-11-29 10:07

1、      POPT,B31.1此行进行选择时,有两种标准。该怎样选用??
B31.1指ASME B31.1标准,动力管道,还有B31.3工艺 管道,具体选那个要根据你管道设计的标准来。
2、      EPLOT是否即PLOT-REPLOT??
查help
3、      /PNUM,DEFA 回复标号为默认值 有何作用? 不用也可以吧??
查help
4、      SRLR即半径大小 有何区分标准如何确定??
弯头类型,看你选那种型号弯头,有相应标准。
5、      最后两行 为何会有载荷这里并没有定义载荷呀??
查help,只是列表显示载荷
6、      单位问题这里单位用的是英制单位 用起来很不方便 若用国标,可以吗?若可以 第三行和第十行要怎样改呢??
自己统一标准
7、      此题如要继续分析模态该怎样进行??我做了下 没做对 ^_^
看模态分析方法
8、      PDRAG为外部流体载荷 是什么意思该怎样计算其数值??什么情况下用到??
没用过这个命令,不清楚。
PS:做管道和压力容器的应力分析,不清楚相应的设计计算标准最好不要想当然的去做。

Abaiyueguang 发表于 2010-12-4 11:11

再次请教 PSPRNG,14,TRAN,1e4,,0+12中   1..TRAN和ROT有什么区别?? 2..0+12意思是不是指 支撑的高度??{:{51}:}    请不吝赐教!!
页: [1]
查看完整版本: 求指教:ansys中管道的例子