Diffusion-limited aggregation: Difference between revisions
No edit summary |
Adding short description: "Process of particles clustering together" |
||
(47 intermediate revisions by 29 users not shown) | |||
Line 1: | Line 1: | ||
{{Short description|Process of particles clustering together}} |
|||
⚫ | |||
{{multiple image |
|||
⚫ | '''Diffusion-limited aggregation (DLA)''' is the process whereby particles undergoing a [[random walk]] due to [[Brownian motion]] cluster together to form aggregates of such particles. This theory, proposed by Witten and Sander in 1981,<ref> |
||
| total_width = 350 |
|||
| image1 = DLA Cluster.JPG |
|||
⚫ | |||
| image2 = Brownian tree vertical large.png |
|||
⚫ | |||
}} |
|||
{{multiple image |
|||
| direction = vertical |
|||
| total_width = 250 |
|||
| image1 = Rec8 3kc2p.jpg |
|||
| caption1 = A DLA obtained by allowing random walkers to adhere to a straight line. Different colors indicate different arrival times of the random walkers. |
|||
| image2 = Of7 p0001 15h.jpg |
|||
| caption2 = A DLA consisting of about 33,000 particles obtained by allowing random walkers to adhere to a seed at the center. Different colors indicate different arrival times of the random walkers. |
|||
}} |
|||
⚫ | '''Diffusion-limited aggregation (DLA)''' is the process whereby particles undergoing a [[random walk]] due to [[Brownian motion]] cluster together to form aggregates of such particles. This theory, proposed by [[Thomas Witten|T.A. Witten Jr.]] and L.M. Sander in 1981,<ref>{{cite journal|last1=Witten|first1=T. A.|last2=Sander|first2=L. M.|title=Diffusion-Limited Aggregation, a Kinetic Critical Phenomenon|journal=Physical Review Letters|date=1981|volume=47|issue=19|pages=1400–1403|doi=10.1103/PhysRevLett.47.1400|bibcode=1981PhRvL..47.1400W}}</ref> is applicable to aggregation in any system where [[diffusion]] is the primary means of [[transport phenomena|transport]] in the system. DLA can be observed in many systems such as electrodeposition, [[Hele-Shaw flow]], mineral deposits, and [[dielectric breakdown]]. |
||
⚫ | |||
⚫ | The clusters formed in DLA processes are referred to as [[Brownian tree]] |
||
⚫ | The clusters formed in DLA processes are referred to as [[#Brownian tree|'''Brownian trees''']]. These clusters are an example of a [[fractal]]. In 2D these fractals exhibit a dimension of approximately 1.71 for free particles that are unrestricted by a lattice, however computer simulation of DLA on a lattice will change the [[fractal dimension]] slightly for a DLA in the same [[embedding dimension]]. Some variations are also observed depending on the geometry of the growth, whether it be from a single point radially outward or from a plane or line for example. Two examples of aggregates generated using a microcomputer by allowing [[random walk]]ers to adhere to an aggregate (originally (i) a straight line consisting of 1300 particles and (ii) one particle at center) are shown on the right. |
||
⚫ | Computer simulation of DLA is one of the primary means of studying this model. Several methods are available to accomplish this. Simulations can be done on a lattice of any desired geometry of |
||
⚫ | Computer simulation of DLA is one of the primary means of studying this model. Several methods are available to accomplish this. Simulations can be done on a lattice of any desired geometry of embedding dimension (this has been done in up to 8 dimensions)<ref>{{cite journal|last1=Ball|first1=R.|last2=Nauenberg|first2=M.|last3=Witten|first3=T. A.|title=Diffusion-controlled aggregation in the continuum approximation|journal=Physical Review A|date=1984|volume=29|issue=4|pages=2017–2020|doi=10.1103/PhysRevA.29.2017|bibcode=1984PhRvA..29.2017B}}</ref> or the simulation can be done more along the lines of a standard [[molecular dynamics]] simulation where a particle is allowed to freely random walk until it gets within a certain critical range whereupon it is pulled onto the cluster. Of critical importance is that the number of particles undergoing Brownian motion in the system is kept very low so that only the diffusive nature of the system is present. |
||
⚫ | |||
⚫ | |||
== Brownian tree == |
|||
The intricate and organic forms that can be generated with diffusion-limited aggregation algorithms have been explored by artists. Andy Lomas' [http://www.andylomas.com/aggregationImages.html 'Aggregation' series] features ray-traced images and animations of aggregates containing more than 50 million particles.<ref>Robertson, B. ''Once a Mathematician, Always an Artist'', CGSociety.org Artist Profile, accessed June 2007, [http://www.webcitation.org/5PMLJzud0]</ref> Lomas has presented the series at more than nine galleries and as a sketch at [[SIGGRAPH]] 2005, in which he describes his technique.<ref>Lomas, A. ''Aggregation: Complexity out of Simplicity'', SIGGRAPH 2005 Sketch Session, accessed June 2007, [http://www.andylomas.com/sketch_0087_final.pdf]</ref> |
|||
{{anchor|Brownian trees}} |
|||
{{multiple image |
|||
| total_width = 350 |
|||
| image1 = Brownian tree circle large.png |
|||
| caption1 = Circular example |
|||
| image2 = Dlasim.PNG |
|||
| caption2 = Brownian tree resembling a snowflake |
|||
}} |
|||
[[File:Brownian tree.gif|200px|thumb|Growing Brownian tree]] |
|||
A '''Brownian tree''', whose name is derived from [[Robert Brown (Scottish botanist from Montrose)|Robert Brown]] via [[Brownian motion]], is a form of computer art that was briefly popular in the 1990s, when home computers started to have sufficient power to simulate [[Brownian motion]]. Brownian trees are mathematical models of [[dendrite (crystal)|dendritic structures]] associated with the physical process known as diffusion-limited aggregation. |
|||
⚫ | |||
A Brownian tree is built with these steps: first, a "seed" is placed somewhere on the screen. Then, a particle is placed in a random position of the screen, and moved randomly until it bumps against the seed. The particle is left there, and another particle is placed in a random position and moved until it bumps against the seed or any previous particle, and so on. |
|||
⚫ | |||
⚫ | |||
===Factors<!--Variables-->=== |
|||
⚫ | |||
The resulting tree can have many different shapes, depending on principally three factors: |
|||
⚫ | |||
⚫ | |||
* the seed position |
|||
* [http://www.joakimlinde.se/java/DLA/index.php Another DLA java applet] |
|||
* the initial particle position (anywhere on the screen, from a circle surrounding the seed, from the top of the screen, etc.) |
|||
⚫ | |||
* the moving algorithm (usually random, but for example a particle can be deleted if it goes too far from the seed, etc.) |
|||
Particle color can change between iterations, giving interesting effects. |
|||
At the time of their popularity (helped by a ''[[Scientific American]]'' article in the Computer Recreations section, December 1988), a common computer took hours, and even days, to generate a small tree. Today's computers can generate trees with tens of thousands of particles in minutes or seconds. |
|||
These trees can also be grown easily in an electrodeposition cell, and are the direct result of diffusion-limited aggregation. |
|||
⚫ | |||
{{multiple image |
|||
| direction = vertical |
|||
| total_width = 250 |
|||
| image1 = Square1.jpg |
|||
⚫ | | caption1 = High-voltage dielectric breakdown within a block of plexiglas creates a fractal pattern called a [[Lichtenberg figure]]. The branching discharges ultimately become hairlike, but are thought to extend down to the molecular level.<ref>{{cite web |url=http://capturedlightning.com/frames/lichtenbergs.html |title=What are Lichtenberg figures, and how do we make them? |last=Hickman |first=Bert |date=2006 |website=CapturedLightning.com |access-date=June 6, 2019 }} Last updated: 03/26/19. Created: 02/11/06 or earlier at http://lichdesc.teslamania.com.</ref> |
||
| image2 = DLA spiral.png |
|||
| caption2 = [[Sunflow]] rendered image of a [[point cloud]] created using [[toxiclibs]]/simutils with the DLA process applied to a spiral curve<ref name="TL"/> |
|||
}} |
|||
⚫ | The intricate and organic forms that can be generated with diffusion-limited aggregation algorithms have been explored by artists. Simutils, part of the [[toxiclibs]] [[open source]] library for the [[Java programming language]] developed by Karsten Schmidt, allows users to apply the DLA process to pre-defined guidelines or curves in the simulation space and via various other parameters dynamically direct the growth of 3D forms.<ref name="TL">{{cite web |url=http://toxiclibs.org/2010/02/new-package-simutils/ |title=simutils-0001: Diffusion-limited aggregation |last=Schmidt |first=K. |date=February 20, 2010 |website=toxiclibs.org |archive-url=https://web.archive.org/web/20210619192520/http://toxiclibs.org/2010/02/new-package-simutils/ |access-date=June 6, 2019 |archive-date=2021-06-19 }}</ref> |
||
⚫ | |||
*[[Dielectric breakdown model]] |
|||
⚫ | |||
*[[Fractal canopy]] |
|||
*[[Lichtenberg figure]] |
|||
== References == |
== References == |
||
<references/> |
<references/> |
||
⚫ | |||
*{{Commonscatinline}} |
|||
*[https://web.archive.org/web/20151003181050/http://codepen.io/DonKarlssonSan/full/BopXpq/ JavaScript based DLA] |
|||
⚫ | |||
⚫ | |||
⚫ | |||
*[https://itunes.apple.com/jp/app/thedla/id506499656?mt=8 TheDLA, iOS app for generating DLA pattern] |
|||
*[https://github.com/markstock/dla-nd Open-source application in C for fast generation of DLA structures in 2,3,4 and higher dimensions] |
|||
{{Fractals}} |
|||
{{DEFAULTSORT:Diffusion-Limited Aggregation}} |
{{DEFAULTSORT:Diffusion-Limited Aggregation}} |
||
[[Category: |
[[Category:Wiener process]] |
||
[[Category:Computer art]] |
[[Category:Computer art]] |
||
[[de:Diffusionsbegrenztes Wachstum]] |
|||
[[es:Agregación limitada por difusión]] |
|||
[[eu:Difusioz mugatutako agregazio]] |
|||
[[pt:Agregação por difusão limitada]] |
Latest revision as of 22:13, 25 November 2024
Diffusion-limited aggregation (DLA) is the process whereby particles undergoing a random walk due to Brownian motion cluster together to form aggregates of such particles. This theory, proposed by T.A. Witten Jr. and L.M. Sander in 1981,[1] is applicable to aggregation in any system where diffusion is the primary means of transport in the system. DLA can be observed in many systems such as electrodeposition, Hele-Shaw flow, mineral deposits, and dielectric breakdown.
The clusters formed in DLA processes are referred to as Brownian trees. These clusters are an example of a fractal. In 2D these fractals exhibit a dimension of approximately 1.71 for free particles that are unrestricted by a lattice, however computer simulation of DLA on a lattice will change the fractal dimension slightly for a DLA in the same embedding dimension. Some variations are also observed depending on the geometry of the growth, whether it be from a single point radially outward or from a plane or line for example. Two examples of aggregates generated using a microcomputer by allowing random walkers to adhere to an aggregate (originally (i) a straight line consisting of 1300 particles and (ii) one particle at center) are shown on the right.
Computer simulation of DLA is one of the primary means of studying this model. Several methods are available to accomplish this. Simulations can be done on a lattice of any desired geometry of embedding dimension (this has been done in up to 8 dimensions)[2] or the simulation can be done more along the lines of a standard molecular dynamics simulation where a particle is allowed to freely random walk until it gets within a certain critical range whereupon it is pulled onto the cluster. Of critical importance is that the number of particles undergoing Brownian motion in the system is kept very low so that only the diffusive nature of the system is present.
Brownian tree
[edit]
A Brownian tree, whose name is derived from Robert Brown via Brownian motion, is a form of computer art that was briefly popular in the 1990s, when home computers started to have sufficient power to simulate Brownian motion. Brownian trees are mathematical models of dendritic structures associated with the physical process known as diffusion-limited aggregation.
A Brownian tree is built with these steps: first, a "seed" is placed somewhere on the screen. Then, a particle is placed in a random position of the screen, and moved randomly until it bumps against the seed. The particle is left there, and another particle is placed in a random position and moved until it bumps against the seed or any previous particle, and so on.
Factors
[edit]The resulting tree can have many different shapes, depending on principally three factors:
- the seed position
- the initial particle position (anywhere on the screen, from a circle surrounding the seed, from the top of the screen, etc.)
- the moving algorithm (usually random, but for example a particle can be deleted if it goes too far from the seed, etc.)
Particle color can change between iterations, giving interesting effects.
At the time of their popularity (helped by a Scientific American article in the Computer Recreations section, December 1988), a common computer took hours, and even days, to generate a small tree. Today's computers can generate trees with tens of thousands of particles in minutes or seconds.
These trees can also be grown easily in an electrodeposition cell, and are the direct result of diffusion-limited aggregation.
Artwork based on diffusion-limited aggregation
[edit]The intricate and organic forms that can be generated with diffusion-limited aggregation algorithms have been explored by artists. Simutils, part of the toxiclibs open source library for the Java programming language developed by Karsten Schmidt, allows users to apply the DLA process to pre-defined guidelines or curves in the simulation space and via various other parameters dynamically direct the growth of 3D forms.[4]
See also
[edit]References
[edit]- ^ Witten, T. A.; Sander, L. M. (1981). "Diffusion-Limited Aggregation, a Kinetic Critical Phenomenon". Physical Review Letters. 47 (19): 1400–1403. Bibcode:1981PhRvL..47.1400W. doi:10.1103/PhysRevLett.47.1400.
- ^ Ball, R.; Nauenberg, M.; Witten, T. A. (1984). "Diffusion-controlled aggregation in the continuum approximation". Physical Review A. 29 (4): 2017–2020. Bibcode:1984PhRvA..29.2017B. doi:10.1103/PhysRevA.29.2017.
- ^ Hickman, Bert (2006). "What are Lichtenberg figures, and how do we make them?". CapturedLightning.com. Retrieved June 6, 2019. Last updated: 03/26/19. Created: 02/11/06 or earlier at http://lichdesc.teslamania.com.
- ^ a b Schmidt, K. (February 20, 2010). "simutils-0001: Diffusion-limited aggregation". toxiclibs.org. Archived from the original on 2021-06-19. Retrieved June 6, 2019.
External links
[edit]- Media related to Diffusion-limited aggregation at Wikimedia Commons
- JavaScript based DLA
- Diffusion-Limited Aggregation: A Model for Pattern Formation
- A Java applet demonstration of DLA from Hong Kong University
- Free, open source program for generating DLAs using freely available ImageJ software
- TheDLA, iOS app for generating DLA pattern
- Open-source application in C for fast generation of DLA structures in 2,3,4 and higher dimensions