This model includes five different simulations:
- Without Any Treatment/Original: Baseline simulation of angiogenesis without any interventions.
- Stalk Cell Inhibiting Drug: Simulation with a drug that inhibits the growth of stalk cells.
- T-Cell Integration: Simulation incorporating the effects of immune cells, specifically T-cells, on angiogenesis.
- Immune Integraton & Drug Therapy: Combined simulation of immune cell effects and stalk cell inhibiting drug.
- Increasing VEGF Threshold: Simulation with an increased VEGF threshold to prevent the conversion of endothelial cells to tip cells.
To run this model, you need to install the libMesh
library. Follow these steps to install libMesh
:
- Download libMesh:
git clone https://github.com/libMesh/libmesh.git cd libmesh ./configure make make install
Copy the Makefile: Copy the Makefile from libmesh/introduction/ex4 and paste it into your working directory:
make run