glaciery 发表于 2006-11-19 11:55

solid 5 单元可以现对面划分网格,然后在拉伸吗?

solid 5 单元(压电)可以现对面划分网格,然后在拉伸吗?我在做的时候,先对面进行,网格划分,然后打算在拉伸成体, 可是, 系统提示错误,如下图:

glaciery 发表于 2006-11-19 11:57

solid 95 这出现这种情况,我知道它们是3d 单元, 但是,想fluid142这样的3d 单元,怎么可以先画面,然后,在拉伸成体呢? 大家遇到过这样的情况吗?

glaciery 发表于 2006-11-19 12:01

这是我以前画的网格,不是很满意

命令流如下:
!------------define problem parameters----------

*set, r_pzt ,2.8e-3                     ! define the radius of the pzt
*set, t_pzt, 200e-6                     ! define the thickness of the pzt
*set, r_si,3.5e-3                         ! define the radius of the si
*set, t_si,100e-6                     ! define the thickness of the si
!
! -----------material properties for piezo layer and si layer-------
!
! define the element type
/prep7
ET, 1, 5, 3
ET, 2, 95
! define pzt layer material properties (material 1)
!
MP, EX, 1, 6.2e10                        !Yang's modulus of pzt
MP, NUXY, 1, 0.22                           !possion ratio of pzt
MP, DENS, 1, 7500                         !density of pzt
MP, PERX, 1, 640               
MP, PERY, 1, 640                           !Permittivity of pzt
MP, PERZ, 1, 600
tb, piez, 1
tbdata, 3, -13.5
tbdata, 6, -13.5
tbdata, 9, 40                !piezoelectric"e" matrix of pzt
tbdata, 14, 33.6
tbdata, 16, 33.6
!define Si layer material properties (material 2)
!
mp,ex, 2,1.62e11                     !yang's modulus of si
mp,nuxy, 2,0.17                            !possion ratio of si
mp, dens, 2,2329                           !density of si

!-------------------build modal---------------------------
!
CYL4, , , r_pzt,0,0,360, t_pzt               !draw a pzt layer which radius is 3.5e-3
CYL4, , , r_pzt,0,0,360,- t_si               !draw a si layer which radius is 3.5e3-3   
CYL4, , , r_si,0, r_pzt,360,- t_si
Vglue, all
vsel, s , , ,1                                 ! choose the volume 1
vatt, 1, ,1                                    ! give the attribute 1 to volume 1
vsweep,all                                 !mesh the volume

vsel,s, , ,4
vsel,a, , , 5                                  !choose the volume 4 and 5
vatt,2, ,2                                     !give the attribute 2 to volume 4,5
vsweep,all
                                             !mesh the volume

glaciery 发表于 2006-11-19 12:03

主要是画的不均匀,也不是很规则,可能也是出现一些警告的原因。斑竹,能讨论一下吗?

glaciery 发表于 2006-11-19 12:04

所以我想先画平面,然后,拉伸。可是 ,出现错误

glaciery 发表于 2006-11-19 14:23

/title, piezoelectric actuator
/com,
!------------define problem parameters----------

*set, r_pzt ,2.8e-3                     ! define the radius of the pzt
*set, t_pzt, 200e-6                     ! define the thickness of the pzt
*set, r_si,3.5e-3                         ! define the radius of the si
*set, t_si,100e-6                     ! define the thickness of the si
!
! -----------material properties for piezo layer and si layer-------
!
! define the element type
/prep7
ET, 1, 5, 3
ET, 2, 95
! define pzt layer material properties (material 1)
!
MP, EX, 1, 6.2e10                        !Yang's modulus of pzt
MP, NUXY, 1, 0.22                           !possion ratio of pzt
MP, DENS, 1, 7500                         !density of pzt
MP, PERX, 1, 640               
MP, PERY, 1, 640                           !Permittivity of pzt
MP, PERZ, 1, 600
tb, piez, 1
tbdata, 3, -13.5
tbdata, 6, -13.5
tbdata, 9, 40                !piezoelectric"e" matrix of pzt
tbdata, 14, 33.6
tbdata, 16, 33.6
!define Si layer material properties (material 2)
!
mp,ex, 2,1.62e11                     !yang's modulus of si
mp,nuxy, 2,0.17                            !possion ratio of si
mp, dens, 2,2329                           !density of si

!-------------------build modal---------------------------
!
CYL4, , , r_pzt,0,0,360, t_pzt               !draw a pzt layer which radius is 3.5e-3
CYL4, , , r_pzt,0,0,360,- t_si               !draw a si layer which radius is 3.5e3-3   
CYL4, , , r_si,0, r_pzt,360,- t_si
Vglue, all
vsel, s , , ,1                                 ! choose the volume 1
vatt, 1, ,1                                    ! give the attribute 1 to volume 1
esize, 200e-6
vsweep,all                                 !mesh the volume
vsel,s, , ,4
vsel,a, , , 5                                  !choose the volume 4 and 5
vatt,2, ,2
esize, 200e-6                                    !give the attribute 2 to volume 4,5
vsweep,all
                                             !mesh the volume
这样划分,怎么有一个体划不上呢?

glaciery 发表于 2006-11-19 18:05

问题已经解决。

glaciery 发表于 2006-11-20 12:48

把第二个单元类型,改成45就可以了

glaciery 发表于 2006-12-7 19:30

最近发现虽然可以划分网格,可以 总是产生一些不合适的单元>
如何划分才能消除这些不合适的单元呢?

xsdcaifu 发表于 2006-12-8 09:38

切成更小的块

glaciery 发表于 2006-12-8 09:59

你的意思是说:可以把上面的一个圆, 切成四个或更多,然后在划分网格,是吗? 我有空试试!!谢谢了
页: [1]
查看完整版本: solid 5 单元可以现对面划分网格,然后在拉伸吗?