/aneurysm-stent-sym

Primary LanguagePythonMIT LicenseMIT

LinkedIn


Logo

Double Stent Deployment Simulation for Aneurysm Therapy

Deployment simulation of double stent using Fast Virtual Stenting Algorithm.

Report Bug · Request Feature

About The Project

This project was initialized by Narendra Kurnia Putra Ph.D. and Bonfilio Nainggolan as Bonfilio's undergraduate thesis project in 2021. Back then, the purpose of this project was to analyse the effect of flow diverter stent therapy using single stent layer and the result was published on here.

For further improvement, this project is extended to analyze the effect of double stent therapy using CFD.

(back to top)

Getting Started


Installation

To get a local copy up and running follow these simple example steps.

  1. Install Anaconda
  2. Clone the repo
    git clone https://github.com/rafisudrajat/aneurysm-stent-sym.git
  3. Create conda virtual environment and activate it
    conda create -n [env-name] python=3.9
    conda activate [env-name]
  4. Install python package in requirements.txt
    pip install -r requirements.txt

(back to top)

How to run

  1. Open the runSym.cmd and select the simulation directory by changing the dir param variable
 set "dir_param=experiment\[experiment_dir]"
  1. Set the simulation setting by changing the appSettings.json file inside the [experiment_dir]
  2. Run the simulation using runSym.cmd
 runSym.cmd

(back to top)