We provide computer models, optimizing three proposed surgical treatments of refractory pulmonary hypertension. The models set up the methodology to examine the treatment results without actually performing the surgery. Numerical simulations are performed to compare the change of pressure and oxygen saturation in pulmonary artery and systemic artery to examine the impact of the treatments.
This software is build upon https://www.math.nyu.edu/faculty/peskin/ModSimPrograms/ch1/. See here for original code of computer simulation in heart and circulation.
Run the below files to see the numerical simulation in each intervention:
- circ_asd.m
- circ_vsd.m
- circ_d.m
There is a new python version for the model. Run the below files as well to see the numerical simulation in each intervention: (https://github.com/seongwoohan/HeartModel/tree/master/src/python_ver/original).
- circ_asd.py
- circ_vsd.py
- circ.d.py
Code and computer models for "Computer simulation of surgical interventions for the treatment of refractory pulmonary hypertension" appeard at Mathematical Medicine and Biology, 2022. Paper at: https://arxiv.org/abs/2101.12191
See the READMEs in subdirectories for directions on running the code.