Jianwuguo 发表于 2008-4-7 16:42

有预应力的管道振动

fini
/clear

!Minimal Model_ib_pipe
!unit: mm,s,N,1000Kg

pi=3.14159

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

emod_fed=2100000             !E-modul of spring

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

nux_rohr=0.3                !poisson's ratio of pipe            
nux_isol=0.3                !poisson's ratio of insulation
nux_fluid=0.3               !poisson's ratio of fluid

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

Di=29.8                     ! inner diameter of pipe
Da=42.4                     ! external diameter of pipe

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

L_rohr=800                  ! length of pipe

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

Druck=240                     !    pressure

/prep7

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


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

mp,ex,1,emod_rohr             ! define material properties
mp,nuxy,1,nux_rohr
mp,dens,1,den_rohr
mp,alpx,1,alpha_rohr
mp,alpy,1,alpha_rohr
mp,alpz,1,alpha_rohr


k,1,
k,2,800
lstr,1,2                  ! define a straight line

lsel,s,,,1,1,1            ! select line
latt,1,,1,,,,1
lesize,all,50,
secnum,1
lmesh,all

nkpt,1,1
nkpt,2,2
nummrg,node

ET,2,COMBIN14,,2            ! Spring
R,2,emod_fed,
n,51,0,100,
n,101,800,100,
type,2
real,2
e,1,51
e,2,101

d,51,all,                   ! boundary condition
d,101,all,

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

allsel
FINISH

/SOLU

ANTYPE,Modal                   ! Modal Analyse
modopt,lanb,15,1                ! Block-Lanczos-method
Mxpa,15
rigid,all
pstres,on                      ! prestress

solve

/post1

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

16443 发表于 2008-4-7 21:42

rigid,all
你全部设置成刚体了,预应力能改变频率么。

Jianwuguo 发表于 2008-4-8 05:23

回复 2楼 的帖子

谢谢16443的建议.
这个问题解决了

aircraft 发表于 2008-4-8 18:24

楼主能告诉你问题是怎么解决的吗?
谢谢了~~

aircraft 发表于 2008-4-12 17:32

有预应力模态分析必须得先进行静力分析吧,
楼主似乎漏了这步.

lizhanhui 发表于 2008-4-14 15:54

谢谢!

谢谢!!非常不错的东西。

Jianwuguo 发表于 2008-5-8 23:46

谢谢大家对这个问题的关注.

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

2. 有预应力的模态分析
   你可先进行静力分析吧,然后进行模态分析
   你也可以直接进行预应力模态分析, 在Ansys 11 就可以. 你可以尝试一下

aircraft 发表于 2008-5-9 08:45

楼主,你的问题是线性问题,
是可以通过在静力和模态分析中
同时打开
PSTRES,ON
来解决的.
如果是非线性呢?
PSTRES,ON是不行地
打开会告诉你约束不够地
不知道大家做过非线性结构(比如说索和缆)
之类的预应力模态分析问题没有.
看了好多资料是这样写的:
静力分析:
pstres,on
sstif,on
模态分析再
pstres,on
sstif,on
其实个人感觉这里的pstres根本没起到作用,
因为一个是用在线性的,一个用在非线性的,
似乎有点唬人的做用,好象是考虑了预应力,
其实后者会覆盖前者的,
不知道大家对这个问题有什么看法.

onlyu 发表于 2008-5-9 18:10

楼主的振动载荷咋加的啊,没看出来,请教一下,预应力不了解,只知道模态分析打开就是了

Jianwuguo 发表于 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

Jianwuguo 发表于 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

aircraft 发表于 2008-5-13 14:05

请问,楼主:
10楼所提有一点不大明白,还望指点:handshake
静力分析使用的是应力刚化,
而模态分析使用是预应力
二者不统一可行吗?

abench363219 发表于 2008-5-14 15:03

回复 5楼 的帖子

五楼,说的没错!
在预应力分析前应进行静力分析!
页: [1]
查看完整版本: 有预应力的管道振动