|
1 |
| -diffusion-limited-aggregation |
2 |
| -============================= |
| 1 | +# diffusion-limited-aggregation |
3 | 2 |
|
4 | 3 | Fractals and random walk due to Brownian motion cluster
|
5 | 4 |
|
6 |
| -Abstract |
7 |
| --------- |
| 5 | +## Abstract |
8 | 6 |
|
9 | 7 | 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.
|
10 | 8 |
|
11 | 9 | This theory, proposed by T.A. Witten Jr. (not to be confused with Edward Witten) and L.M. Sander in 1981,[1] is applicable to aggregation
|
12 | 10 | in any system where diffusion is the primary means of transport in the system. DLA can be observed in many systems such as electrodeposition,
|
13 | 11 | Hele-Shaw flow, mineral deposits, and dielectric breakdown.
|
14 | 12 |
|
| 13 | +## Wikipedia |
| 14 | +* [https://en.wikipedia.org/wiki/Diffusion-limited_aggregation](https://en.wikipedia.org/wiki/Diffusion-limited_aggregation) |
15 | 15 |
|
16 |
| -Wikipedia |
17 |
| ---------- |
18 |
| - |
19 |
| -* http://en.wikipedia.org/wiki/Diffusion-limited_aggregation |
20 |
| - |
21 |
| - |
22 |
| -Maven Wrapper |
23 |
| -------------- |
24 |
| -* [https://github.com/takari/maven-wrapper](https://github.com/takari/maven-wrapper) |
25 |
| -* [https://www.baeldung.com/maven-wrapper](https://www.baeldung.com/maven-wrapper) |
26 |
| - |
27 |
| - |
28 |
| -Run the Desktop Application |
29 |
| ---------------------------- |
30 |
| - |
| 16 | +## Run the Desktop Application |
31 | 17 | ```
|
32 | 18 | git clone https://github.com/phasenraum2010/diffusion-limited-aggregation.git
|
33 | 19 | cd diffusion-limited-aggregation
|
34 |
| -mvnw -Pdefault clean install exec:java |
| 20 | +./gradlew run |
35 | 21 | ```
|
36 | 22 |
|
37 |
| - |
38 |
| -Run the Applet Test |
39 |
| -------------------- |
40 |
| - |
| 23 | +## Run the Applet Test |
41 | 24 | ```
|
42 | 25 | git clone https://github.com/phasenraum2010/diffusion-limited-aggregation.git
|
43 | 26 | cd diffusion-limited-aggregation
|
44 |
| -mvnw -Pdefault clean install exec:java |
| 27 | +TODO: xxx |
45 | 28 | ```
|
46 | 29 |
|
| 30 | +## Screenshots |
47 | 31 |
|
48 |
| -Screenshot |
49 |
| ----------- |
50 |
| - |
51 |
| - |
| 32 | + |
52 | 33 |
|
53 |
| - |
54 |
| - |
55 |
| - |
| 34 | + |
56 | 35 |
|
57 | 36 | Blog and Download
|
58 | 37 | -----------------
|
59 | 38 | * http://thomas-woehlke.blogspot.de/2016/01/diffusion-limited-aggregation.html
|
60 | 39 |
|
61 |
| - |
0 commit comments