Cellular Automata/Excitable media

From Wikibooks, open books for an open world
Jump to navigation Jump to search

An introduction to excitable media[edit | edit source]

Excitable media are nonlinear dynamic systems known for exhibiting complex behavior that can be observed as pattern formation. They are usually defined by a reaction-diffusion differential equation.

The diffusion part provides stability and propagation of information, the reactive part provides interesting local dynamics.

A common example of excitable media are prey-predator systems. Such systems are described by a system of differential equations, one function for each of the observed protagonists.

We will discuss two different approaches to modeling excitable media. Discretization of differential equations and modeling with cellular automata.

Boundary conditions[edit | edit source]

There are different ways to define boundary conditions for the reaction-diffusion equation.

Dirichlet boundary conditions

The value of the function at the boundary is given explicitly .

Cyclic boundaries

If the initial condition is supposed to be periodic in space, cyclic boundary conditions can be used.

Zero-flux boundary conditions

If zero-flux is expected at the boundary than the component of the functions first derivative normal to the boundary is zero at the boundary. This can be achieved by reflecting function values from the inside over the boundary to the outside.

Discretization of differential equations using the explicit FTCS method[edit | edit source]

The traditional method to simulate excitable media is discretization and numerical computation of the governing PDE. First the FTCS (forward-time centered-space method) discretization method is presented. Explicit methods are the simplest and the equations are similar to a cellular automaton, but are inadequate because of stability and convergence problems.

Single PDE[edit | edit source]

We will first observe a single PDE describing a single function.

One-dimensional problem[edit | edit source]

In the one dimensional case the space vector becomes a single variable . The nabla operator becomes .

The partial differential equation is discretized.

Forward-time centered-space method

Each finite element at time is calculated from three neighboring elements at time (see figure at the right).

where the diffusion number is

Stability

The FTCS method is stable if

Boundary conditions

For periodic boundaries present values at the left boundary can be used to compute the future values at the right boundary and the other way round.

If there is zero-flux at the boundaries than values outside the boundary are reflections of values inside .

Two-dimensional problem[edit | edit source]

In the two-dimensional case, the space vector becomes a variable pair . The nabla operator becomes .

The partial differential equation is discretized using the forward-time centered-space method.

Forward-time centered-space method

Each finite element at time is calculated from five neighboring elements at time (see figure at the right).

where the diffusion numbers are

Stability

The FTCS method is stable if

and
Boundary conditions

The same ideas as in the one dimensional case can be used for two dimensions.

System of PDE[edit | edit source]

A system of PDE describes two functions that interact with each other (prey-predator).

The interaction is local, which means, the dispersion part can be computed separately for each equation, and than the reaction part is added to the result.

Other PDE discretization methods[edit | edit source]

Modeling with cellular automata[edit | edit source]

Greenberg-Hastings Model[edit | edit source]

Conclusions[edit | edit source]

References[edit | edit source]

  1. Joe D. Hoffman, Numerical Methods for Engineers and Scientists
  2. Toffoli T., Margolus N., Cellular Automata Machines: A New Environment for Modeling, The MIT Press (1987), Cambridge, Massachusetts
  3. Toffoli T., Cellular automata as an alternative to Differential equations, in Modeling Physics, Physica 10D, (1984)
  4. http://www.jweimar.de/paper-abstracts.html
  5. Robert Fisch, Janko Gravner, David Griffeath, Threshold-Range Scaling of Excitable Cellular Automata
  6. Robert Fisch, Janko Gravner, David Griffeath, Metastability in the Greenberg-Hastings Model
  7. Marcus R. Garvie Finite difference schemes for reaction-diffusion equations modeling predator-prey interactions in MATLAB