Skip to content

Implementation of Gray-Scott model of reaction-diffusion systems

Notifications You must be signed in to change notification settings

sambcart/GrayScott

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GrayScott

Library for modeling a Gray-Scott reaction-diffusion system. If problems arise from matplotlib's backend, try installing QtPy or GTK.

Dependencies include:

  • numpy
  • scipy
  • cython
  • matplotlib

To install, run:

$ python setup.py install

The following are all valid uses of GrayScott:

$ python main.py
$ python main.py n=80
$ python main.py f=0.031 k=0.059 n=80

Command line options include:

[n], the size of the grid;
[f], the feed rate of A into the system;
[k], the kill rate of B from the system;
[dA/dB], the rates of diffusion, typically with ratio dA / dB = 2.

About

Implementation of Gray-Scott model of reaction-diffusion systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages