加载中…
个人资料
  • 博客等级:
  • 博客积分:
  • 博客访问:
  • 关注人气:
  • 获赠金笔:0支
  • 赠出金笔:0支
  • 荣誉徽章:
正文 字体大小:

flac3d500重新划分建好的网格单元体

(2015-04-23 08:19:52)
标签:

flac3d500

建模

分类: flac3d
 
 C++ Code 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
;Example 3.9 Densify grid by specifying the maximum size length
new
gen zone brick size 
4 4 4
plot create view Z2
plot set center 
1.5 2.5 1.5
plot set eye 
7.0 -5.0 7.0
plot add zone;
;pause
plot post view Z2 filename 
"103F1069"
;
gen zone densify local maxlength 
0.5 0.5 0.4 range 2 4
attach face range 
1.99 2.01
;
;pause
plot post view Z2 filename 
"103F1070"

http://s16/mw690/002B1i7lgy6RIfRK5A34f&690

http://s10/mw690/002B1i7lgy6RIfRNwE199&690
Please note that in the local z-direction, the maximum size length is 0.4. FLAC3D densifies the
maximum length in this direction to be 1/3 (≤ 0.4), so that the corresponding dividing segment
(3, in this case) is an integer no less than the ratio of the original length (1.0, in this case) to
the maximum length (0.4, in this case).(在这里需要注意的是,在局部坐标系z轴方向上单元体最大尺寸想要设为0.4m。flac3d软件在z方向上加密使单元体最大尺寸为1/3(小于0.4)m,所以每个单元体对应的划分的个数为3,这是一个整数,这个整数不小于1/0.4,其中1m为原先单元体长度尺寸,0.4是想要划分的单元体长度,可见1/0.4不是一个整数,而是等于2.5,由于在z方向上只能划分为整数个,所以3大于等于2.5,所以每个单元体在z方向上划分为了3个。)   The ATTACH command in this example is used to attach
faces of sub-grids together rigidly to form a single grid. Always use the ATTACH command after
the GENERATE zone densify command if there are different numbers of gridpoints along faces of
different zones.

;**************************************************************************

gen zone densify local maxlength 0.5 0.5 0.5 range z 2 4

http://s6/mw690/002B1i7lgy6RIg7yljDf5&690
;*******************************************************************

gen zone densify local maxlength 0.5 0.5 2 range z 2 4

http://s11/mw690/002B1i7lgy6RIgsiL3A4a&690



0

阅读 收藏 喜欢 打印举报/Report
  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有