Reaction-diffusion

Home
Projects
Movies
Images
Java
Icons
Fractals
PS gallery
PHP
Micro controllers
Links
Blogg
Meta

Simulation of diffusion and reaction between two chemicals U and V, where the chemical U diffuses faster than V.
Reaction:
U + 2 V -> 3 V
Dynamics:

reaction-diffusion dynamics
This reaction-diffusion system is known as the Gray-Scott model.

The colors show the concentration of U (black u=0, green u=max). The parameter f regulates how fast fuel (U) is added to the system, while k regulates the rate with which the product (V) is removed from the system. This system can form many types of patterns. For example:
The source code for the applet is available on request.


a map of representative configurations
Above is a map of representative configurations for different combinations of the parameters f and k. Parameter f varies along the x-axis and is in [0.01, 0.028]. k varies along the y-axis and is in [0.05, 0.095].

References