声振论坛

 找回密码
 我要加入

QQ登录

只需一步,快速开始

查看: 2046|回复: 12

[综合讨论] 有预应力的管道振动

[复制链接]
发表于 2008-4-7 16:42 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?我要加入

x
  1. fini
  2. /clear

  3. !Minimal Model_ib_pipe
  4. !unit: mm,s,N,1000Kg

  5. pi=3.14159

  6. emod_isol=0.3               ! E-Modul of insulation
  7. emod_rohr=210000            ! E-Modul of Grundrohr

  8. emod_fed=2100000             !E-modul of spring

  9. den_rohr=8e-9               ! density of pipe
  10. den_flu=9.3e-10             ! density of fluid
  11. den_Isol=5e-11              ! density of insulation  

  12. nux_rohr=0.3                !poisson's ratio of pipe            
  13. nux_isol=0.3                !poisson's ratio of insulation  
  14. nux_fluid=0.3               !poisson's ratio of fluid

  15. alpha_rohr=11.5e-6            ! coefficient of thermal expansion for pipe
  16. alpha_isol=8e-6               ! coefficient of thermal expansion for insulation
  17. alpha_flu=1e-3                ! coefficient of thermal expansion for fluid

  18. Di=29.8                     ! inner diameter of pipe
  19. Da=42.4                     ! external diameter of pipe

  20. d_rohr=(Da/2-Di/2)          ! thickness of pipe
  21. d_isol=5                           ! thickness of pipe

  22. L_rohr=800                  ! length of pipe

  23. Tem_inn=285                  ! Temperature of internal pipe
  24. Tem_auss=20                  !  Temperature von external pipe  

  25. Druck=240                     !    pressure

  26. /prep7

  27. PUNIT,0                       ! define system of units
  28. et,1,pipe16,,,,,,,1           ! element of pipe
  29. r,1,da,d_rohr,,,,den_flu,     ! define outer diameter,thickness,internal fluid density
  30. rmore,,den_isol,d_isol        ! density and thickness of insulation


  31. KEYOPT,1,1,0                  ! Temperatureffekt
  32. !KEYOPT,1,2,0                  ! Stress intensity factors
  33. KEYOPT,1,4,0                  ! Straight pipe
  34. KEYOPT,1,5,1                  ! normal component of pressure
  35. KEYOPT,1,8,0                  ! Internal and external pressures do not cause loads on end caps

  36. mp,ex,1,emod_rohr             ! define material properties
  37. mp,nuxy,1,nux_rohr
  38. mp,dens,1,den_rohr
  39. mp,alpx,1,alpha_rohr
  40. mp,alpy,1,alpha_rohr
  41. mp,alpz,1,alpha_rohr


  42. k,1,
  43. k,2,800
  44. lstr,1,2                    ! define a straight line

  45. lsel,s,,,1,1,1              ! select line  
  46. latt,1,,1,,,,1  
  47. lesize,all,50,
  48. secnum,1
  49. lmesh,all

  50. nkpt,1,1
  51. nkpt,2,2
  52. nummrg,node

  53. ET,2,COMBIN14,,2            ! Spring
  54. R,2,emod_fed,
  55. n,51,0,100,
  56. n,101,800,100,
  57. type,2
  58. real,2
  59. e,1,51
  60. e,2,101

  61. d,51,all,                   ! boundary condition
  62. d,101,all,

  63. esel,s,,,1,16
  64. sfbeam,all,1,pres,150       ! internal pressure of pipe

  65. allsel
  66. FINISH

  67. /SOLU
  68.   
  69. ANTYPE,Modal                   ! Modal Analyse
  70. modopt,lanb,15,1                ! Block-Lanczos-method
  71. Mxpa,15
  72. rigid,all
  73. pstres,on                      ! prestress

  74. solve

  75. /post1

  76. set,list
复制代码
请问哪位大侠, 正常情况下, 管道有内压作用会影响管道的固有频率,
为什么这里内压再这么改, 都不起作用

本帖被以下淘专辑推荐:

回复
分享到:

使用道具 举报

发表于 2008-4-7 21:42 | 显示全部楼层
rigid,all
你全部设置成刚体了,预应力能改变频率么。

评分

1

查看全部评分

 楼主| 发表于 2008-4-8 05:23 | 显示全部楼层

回复 2楼 的帖子

谢谢16443的建议.
这个问题解决了
发表于 2008-4-8 18:24 | 显示全部楼层
楼主能告诉你问题是怎么解决的吗?
谢谢了~~
发表于 2008-4-12 17:32 | 显示全部楼层
有预应力模态分析必须得先进行静力分析吧,
楼主似乎漏了这步.
发表于 2008-4-14 15:54 | 显示全部楼层
谢谢!

谢谢!!非常不错的东西。
 楼主| 发表于 2008-5-8 23:46 | 显示全部楼层
谢谢大家对这个问题的关注.

1. 当设置了  rigid,on  
    模态分析里的预应力就不起作用了.

2. 有预应力的模态分析
     你可先进行静力分析吧,然后进行模态分析
     你也可以直接进行预应力模态分析, 在Ansys 11 就可以. 你可以尝试一下
发表于 2008-5-9 08:45 | 显示全部楼层
楼主,你的问题是线性问题,
是可以通过在静力和模态分析中
同时打开
PSTRES,ON
来解决的.
如果是非线性呢?
PSTRES,ON是不行地
打开会告诉你约束不够地
不知道大家做过非线性结构(比如说索和缆)
之类的预应力模态分析问题没有.
看了好多资料是这样写的:
静力分析:
pstres,on
sstif,on
模态分析再
pstres,on
sstif,on
其实个人感觉这里的pstres根本没起到作用,
因为一个是用在线性的,一个用在非线性的,
似乎有点唬人的做用,好象是考虑了预应力,
其实后者会覆盖前者的,
不知道大家对这个问题有什么看法.
发表于 2008-5-9 18:10 | 显示全部楼层
楼主的振动载荷咋加的啊,没看出来,请教一下,预应力不了解,只知道模态分析打开就是了
 楼主| 发表于 2008-5-13 04:19 | 显示全部楼层
对于非线型(假如大变形),有预应力的模态分析下面有个例子:

/solu
antype,static
nlgeom,on
d,
f,
sstif,on
ematwrite,yes
solve
fini

/solu
antyp,modal
modopt,,,
upcoor,1,on
pstres,on
psolve,eiglanb
fini

/solu
expass,on
psolve,eigexp
 楼主| 发表于 2008-5-13 04:29 | 显示全部楼层
谢谢秀木湛水的关注,下面的模态分析用在线性的,

/solu
antype,static

esel,s,,,1,16
sfbeam,all,1,pres,150       ! internal pressure of pipe
allsel
pstres,on

solve
fini

/SOLU
  
ANTYPE,Modal                   ! Modal Analyse
modopt,lanb,15,1                ! Block-Lanczos-method
Mxpa,15

pstres,on                      ! prestress

solve

/post1

set,list
发表于 2008-5-13 14:05 | 显示全部楼层
请问,楼主:
10楼所提有一点不大明白,还望指点:handshake
静力分析使用的是应力刚化,
而模态分析使用是预应力
二者不统一可行吗?
发表于 2008-5-14 15:03 | 显示全部楼层

回复 5楼 的帖子

五楼,说的没错!
在预应力分析前应进行静力分析!
您需要登录后才可以回帖 登录 | 我要加入

本版积分规则

QQ|小黑屋|Archiver|手机版|联系我们|声振论坛

GMT+8, 2024-5-16 19:41 , Processed in 0.059506 second(s), 20 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表