Particle-based simulations of reaction-diffusion processes with Aboria
Maria Bruna, Philip K. Maini, Martin Robinson

TL;DR
This paper introduces Aboria, a C++ library for efficient particle-based simulation of biological reaction-diffusion processes, demonstrated through a cell chemotaxis model coupling particles with PDEs.
Contribution
It presents Aboria as a flexible tool for implementing particle-based models, enabling detailed biological simulations with coupled PDEs.
Findings
Aboria effectively simulates cell chemotaxis with particle interactions.
The hybrid particle-PDE approach captures complex biological behaviors.
The library improves computational efficiency for reaction-diffusion models.
Abstract
Mathematical models of transport and reactions in biological systems have been traditionally written in terms of partial differential equations (PDEs) that describe the time evolution of population-level variables. In recent years, the use of stochastic particle-based models, which keep track of the evolution of each organism in the system, has become widespread. These models provide a lot more detail than the population-based PDE models, for example by explicitly modelling particle-particle interactions, but bring with them many computational challenges. In this paper we overview Aboria, a powerful and flexible C++ library for the implementation of numerical methods for particle-based models. We demonstrate the use of Aboria with a commonly used model in mathematical biology, namely cell chemotaxis. Cells interact with each other and diffuse, biased by extracellular chemicals, that can…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStochastic processes and statistical mechanics · Mathematical Biology Tumor Growth · Advanced Mathematical Modeling in Engineering
