计算模拟8-fractal.ppt

  1. 1、本文档共46页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
FUNCTION PARTICLE_MERGE( ) INTEGER :: PARTICLE_MERGE PARTICLE_MERGE=1 IF(Site(p_x-1,p_y).eq.1) go to 10 IF(Site(p_x+1,p_y).eq.1) go to 10 IF(Site(p_x,p_y-1).eq.1) go to 10 IF(Site(p_x,p_y+1).eq.1) go to 10 RETURN 10 cluster_num=cluster_num+1 cluster_x(cluster_num)=p_x cluster_y(cluster_num)=p_y Site(p_x,p_y)=1 x_x=SQRT(((p_x-X_0)**2+(p_y-Y_0)**2)*1.) IF(x_x.gt.r_max)then r_max=x_x r_delete=2*r_max END IF PARTICLE_MERGE=0 END FUNCTION PARTICLE_MERGE FRACTAL GROWTH PROCESSES FRACTAL GROWTH PROCESSES FRACTAL GROWTH PROCESSES Cluster-cluster aggregation: Fractal structures commonly occur in aggregates that have been formed by the clustering of particles that are diffusing in a fluid. FRACTAL GROWTH PROCESSES lattice with periodic boundary conditions. In a typical simulation we begin with a dilute collection of N particles. Each of these particles is a cluster with unit mass. The particles do random walks until one of them becomes a nearest neighbor of another particle. At that point they stick together to form a cluster of two particles. This new cluster now moves as a single random walker with reduced diffusion coefficient. As this process continues, the clusters become larger and fewer in number. For simplicity, we assume a square * * Many systems occurring in nature exhibit fractal geometry. coastlines, clouds, coral reefs, and the human lung… FRACTAL GROWTH PROCESSES coastlines clouds leaves coral reefs coral reefs human lungs Why are fractal structures so common? How do fractal structures form? We discuss several simple “growth” models that generate structures which show a remarkable similarity to forms observed in nature. FRACTAL GROWTH PROCESSES FRACTAL GROWTH PROCESSES where is the length of the small object, is the total number measured by the small object. Fractal dimension: (Hausdorff) FRACTAL GROWTH PROCESSES ? FRACTAL GROWTH PROCESSES Eden model It was proposed by Eden in 1958 to simulate the growth

文档评论(0)

好文精选 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档