Skip to content

dimitra97/DiffusionLimitedAggregation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Cplusplus

Problem2.C: The Diffusion Limited Aggregation problem (DLA) is about particles performing random walks in order to form aggregates of such particles. The clusters formed in a DLA process are an example of fractals, structures that appear to be the same at different scales. Firstly, the process of DLA is performed in order to develop an aggregate of particles that perform random walks. This is a DLA with point attractor, since there are also other forms of DLAs (e.g. linear attractor). In the second part of the problem, the fractal dimension is calculated, which shows how the number of particles in a structure changes with the scale at which it is measured. In this problem, the ROOT package (CERN software) is used for demonstration. After running this simulation, one can see the canvas below that creates the DLA structure.

Diffusion Limited Aggregation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages