Diffusion-limited aggregation

From Wikipedia, the free encyclopedia
A DLA cluster grown from a copper sulfate solution in an electrodeposition cell
A Brownian tree resulting from a computer simulation
A DLA obtained by allowing random walkers to adhere to a straight line. Different colors indicate different arrival time of the random walkers.
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 time 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 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]

Circular example
Brownian tree resembling a snowflake
Growing Brownian tree

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]

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.[3]
Sunflow rendered image of a point cloud created using toxiclibs/simutils with the DLA process applied to a spiral curve[4]

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]

  1. ^ 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.
  2. ^ 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.
  3. ^ 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.
  4. ^ a b Schmidt, K. (February 20, 2010). "simutils-0001: Diffusion-limited aggregation". toxiclibs.org. Retrieved June 6, 2019.

External links[edit]