声振论坛

 找回密码
 我要加入

QQ登录

只需一步,快速开始

查看: 3493|回复: 10

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

[复制链接]
发表于 2006-11-19 11:55 | 显示全部楼层 |阅读模式

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

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

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

使用道具 举报

 楼主| 发表于 2006-11-19 11:57 | 显示全部楼层
solid 95 这出现这种情况,我知道它们是3d 单元, 但是,想fluid142这样的3d 单元,怎么可以先画面,然后,在拉伸成体呢? 大家遇到过这样的情况吗?
 楼主| 发表于 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
12.jpg
 楼主| 发表于 2006-11-19 12:03 | 显示全部楼层
主要是画的不均匀,也不是很规则,可能也是出现一些警告的原因。斑竹,能讨论一下吗?
 楼主| 发表于 2006-11-19 12:04 | 显示全部楼层
所以我想先画平面,然后,拉伸。可是 ,出现错误
 楼主| 发表于 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
这样划分,怎么有一个体划不上呢?
13.jpg
 楼主| 发表于 2006-11-19 18:05 | 显示全部楼层
问题已经解决。
 楼主| 发表于 2006-11-20 12:48 | 显示全部楼层
把第二个单元类型,改成45就可以了
 楼主| 发表于 2006-12-7 19:30 | 显示全部楼层
最近发现虽然可以划分网格,可以 总是产生一些不合适的单元>
如何划分才能消除这些不合适的单元呢?
发表于 2006-12-8 09:38 | 显示全部楼层
切成更小的块
 楼主| 发表于 2006-12-8 09:59 | 显示全部楼层
你的意思是说:可以把上面的一个圆, 切成四个或更多,然后在划分网格,是吗? 我有空试试!!谢谢了
您需要登录后才可以回帖 登录 | 我要加入

本版积分规则

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

GMT+8, 2024-9-24 10:14 , Processed in 0.059826 second(s), 22 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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