Diffusion

Overview
Diffusion is a fundamental cornerstone in engineering and biological applications. We believe that a simple Fickian/Non-Fickian diffusion mechanism can model heat/mass transfer, cell migration and so on. By using FEniCSx, we demonstrate how the simplistic diffusion models can model complex physical phenomenon. We show some examples in this section.
Cell diffusion -> wound healing
Wound healing is a diffusion driven, millennium old phenomenon occurring in almost every creature. The edge of the wound (the unwounded part) gradually migrates towards the center of the wound, driven by diffusion mechanism, and proliferating cells reproduce at their current locations via a logistic profile. We model the wound healing over different cases studies and provide estimations based on the diffusion coefficient and proliferation rate. We further recommend how to tweak these to design better and quick treatment techniques using various healing agents.
In this project, we also develop nonlinear FEM solver to solve nonlinear diffusion equation:
\[\frac{\partial \phi}{\partial t} = D\nabla \cdot (\phi/\phi_0)^p \nabla \phi + s\phi (1-\phi/\phi_0).\]We use FEniCSx to treat this equation and nonlinearities arising from the second term in the right-hand side. We introduced new spatial healing parameter for better quantification for wound healing. If you want to read more, please refer our paper in Biomechanics and Modeling in Mechanobiology journal:
Oxygen diffusion

