You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ordinary Differential Equations (ODE) for Modeling the Imune System on Inflamatory Response
This repository presents a computational model using Ordinary Differential Equations (ODEs) to simulate the behavior of tissue damage and immune response during an inflammatory process, such as a skin wound. The model was developed as part of an academic project for the Computational Modeling course.
Model without Immunologic Response
This model captures the basic dynamics of tissue damage, neutrophils, and pro-inflammatory cytokines without regulatory immune intervention.
The results show that all variables grow indefinitely. Particularly, the tissue damage $TD(t)$, pro-inflammatory cytokines $CH(t)$ and neutrophils $N(t)$ follow an uncontrolled exponential pattern. This suggests that without anti-inflammatory action, the inflammatory process becomes self-reinforcing and unbounded.
Conclusion: The wound never heals without immune response.
With the inclusion of regulatory terms $M(t)$ and $A(t)$, the simulations display a range of behaviors. In some configurations, both neutrophils and cytokines decay to zero, showing a resolution of inflammation.
Conclusion: The immune system, when effectively modeled, is able to suppress and eventually eliminate inflammation.