Skip to content

Commit ca2e03e

Browse files
committed
documentation
1 parent 4224858 commit ca2e03e

File tree

7 files changed

+11
-106
lines changed

7 files changed

+11
-106
lines changed

LICENSE.code.txt

Lines changed: 0 additions & 14 deletions
This file was deleted.

README.md

Lines changed: 11 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,39 @@
1-
diffusion-limited-aggregation
2-
=============================
1+
# diffusion-limited-aggregation
32

43
Fractals and random walk due to Brownian motion cluster
54

6-
Abstract
7-
--------
5+
## Abstract
86

97
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.
108

119
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
1210
in any system where diffusion is the primary means of transport in the system. DLA can be observed in many systems such as electrodeposition,
1311
Hele-Shaw flow, mineral deposits, and dielectric breakdown.
1412

13+
## Wikipedia
14+
* [https://en.wikipedia.org/wiki/Diffusion-limited_aggregation](https://en.wikipedia.org/wiki/Diffusion-limited_aggregation)
1515

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
3117
```
3218
git clone https://github.com/phasenraum2010/diffusion-limited-aggregation.git
3319
cd diffusion-limited-aggregation
34-
mvnw -Pdefault clean install exec:java
20+
./gradlew run
3521
```
3622

37-
38-
Run the Applet Test
39-
-------------------
40-
23+
## Run the Applet Test
4124
```
4225
git clone https://github.com/phasenraum2010/diffusion-limited-aggregation.git
4326
cd diffusion-limited-aggregation
44-
mvnw -Pdefault clean install exec:java
27+
TODO: xxx
4528
```
4629

30+
## Screenshots
4731

48-
Screenshot
49-
----------
50-
51-
![Later Screen](./src/site/resources/img/phasenraum_logo.gif)
32+
![The Dendrite](etc/img/screen1.png)
5233

53-
![Later Screen](./src/site/resources/img/screen1.png)
54-
55-
![Later Screen](./src/site/resources/img/screen1.png)
34+
![The Dendrite after a while](etc/img/screen2.png)
5635

5736
Blog and Download
5837
-----------------
5938
* http://thomas-woehlke.blogspot.de/2016/01/diffusion-limited-aggregation.html
6039

61-
File renamed without changes.
File renamed without changes.

src/site/apt/index.apt

Lines changed: 0 additions & 37 deletions
This file was deleted.

src/site/site.xml

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)