Git Product home page Git Product logo

pattern_formation's Introduction

Pattern Formation

  • Explorations of pattern formation in fractional partial differential equations
  • This is the implementation of paper by Yin et.al. "Pattern formation through temporal fractional derivatives"
  • May. 2, 2021 ~ Aug. 1, 2021

Diffusive prey-predator systems with Holling II functional response

ηu/∂t = Δu + u(1-u) - uv/u+α
ηv/∂t = dΔv - γ v + βuv/u+α

If η = 1, the system degenerates into the temporal first-derivative system, which represents the instantaneous behaviors of the prey and predator.
The parameters are taken as α = 0.175, β = 0.95, γ = 0.5, η = 0.8, d = 20. ・・・ (a)

1. Temporal first-derivative system | Code

  • Forward Euler method in time and Central differences in space (FTCS)
  • Zero-flux boundary condition, 1D

1) The spatial homogeneous periodic orbits of the prey and predator in 1D.


The parameters are taken as (a).

2) Change diffusion coefficient "d" into 0.1 and length scale "h" into 10.


If we change diffusion coefficient "d" into 0.1, we can observe the fluctuation in time and the small changes in space.
If "d" and "h" are properly chosen, even first-order derivatives can form patterns.


2. Temporal fractional-derivative system | Code

  • It can form steadily spatial patterns even though its first-derivative counterpart can't exhibit any steady pattern.
  • Approximation of the Caputo's derivative by the Grunwald-Letnikov one in time and Central differences in space
  • Zero-flux boundary condition, 1D

The differences between 1, 2 with the same parameters implies that the fractional derivative can product steady-state spatial patterns and induce the Turing instability.

References

[1] Yin, Hongwei, and Xiaoqing Wen. "Pattern formation through temporal fractional derivatives." Scientific reports 8.1 (2018): 1-9.
[2] Ciesielski, Mariusz, and Jacek Leszczynski. "Numerical simulations of anomalous diffusion." arXiv preprint math-ph/0309007 (2003).

pattern_formation's People

Contributors

standing-o avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

hejiajin-0108

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.