{"id":34546530,"url":"https://github.com/kvslab/vampy","last_synced_at":"2025-12-24T07:08:12.630Z","repository":{"id":37550962,"uuid":"140421091","full_name":"KVSlab/VaMPy","owner":"KVSlab","description":"A collection of tools for pre-processing, simulating, and post-processing vascular morphologies.","archived":false,"fork":false,"pushed_at":"2025-03-25T22:18:17.000Z","size":160898,"stargazers_count":18,"open_issues_count":10,"forks_count":11,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-10-24T01:16:41.719Z","etag":null,"topics":["computational-fluid-dynamics","post-processing","pre-processing","vascular"],"latest_commit_sha":null,"homepage":"https://kvslab.github.io/VaMPy","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KVSlab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-07-10T11:19:15.000Z","updated_at":"2025-10-12T11:19:29.000Z","dependencies_parsed_at":"2023-02-16T18:16:15.166Z","dependency_job_id":"860e3bab-d401-418e-9825-bbe3b90e70b0","html_url":"https://github.com/KVSlab/VaMPy","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/KVSlab/VaMPy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KVSlab%2FVaMPy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KVSlab%2FVaMPy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KVSlab%2FVaMPy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KVSlab%2FVaMPy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KVSlab","download_url":"https://codeload.github.com/KVSlab/VaMPy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KVSlab%2FVaMPy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27997217,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-24T02:00:07.193Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["computational-fluid-dynamics","post-processing","pre-processing","vascular"],"created_at":"2025-12-24T07:08:11.441Z","updated_at":"2025-12-24T07:08:12.625Z","avatar_url":"https://github.com/KVSlab.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VaMPy - Vascular Modeling Pypeline\n\n_________________\n[![GPL-3.0](https://img.shields.io/github/license/hkjeldsberg/vampy)](LICENSE)\n[![codecov](https://codecov.io/gh/KVSlab/VaMPy/branch/master/graph/badge.svg?token=M2NMX6HOSZ)](https://codecov.io/gh/KVSlab/VaMPy)\n[![CI](https://github.com/kvslab/vampy/actions/workflows/check_and_test_package.yml/badge.svg)](https://github.com/kvslab/vampy/actions/workflows/check_and_test_package.yml)\n[![GitHub pages](https://github.com/kvslab/vampy/actions/workflows/deploy_pages.yml/badge.svg)](https://github.com/kvslab/vampy/actions/workflows/deploy_pages.yml)\n[![DOI](https://joss.theoj.org/papers/10.21105/joss.05278/status.svg)](https://doi.org/10.21105/joss.05278)\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7950605.svg)](https://doi.org/10.5281/zenodo.7950605)\n\n_________________\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=docs/figures/artery_pipeline.png width=\"830 height=\"370\" alt=\"Output pre processing\"/\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    Pre-processed and simulated artery model. From left to right: A variable density volumetric mesh, zoomed in view of an outlet showing the four boundary layers, corresponding inlet flow rate, outlet flow split, and probes for velocity and pressure sampling. From the simulation results, we have shown the velocity field represented by vectors, and the time averaged wall shear stress (TAWSS) as one of the many hemodynamic indices computed by the post-processing scripts.\n\u003c/p\u003e\n\nDescription\n-----------\nThe Vascular Modeling Pypeline (VaMPy) is a collection of fully automated scripts used to prepare, run, and analyze\ncardiac and atrial morphologies. This includes pre-processing scripts for meshing and probe sampling,\ntwo [Oasis](https://github.com/mikaem/Oasis) problem files for simulating flow in\nthe [internal carotid artery](https://en.wikipedia.org/wiki/Internal_carotid_artery) and\nthe [left atrium](https://en.wikipedia.org/wiki/Atrium_(heart)), and a variety of post-processing scripts for computing\nWSS-based metrics, more advanced turbulence metrics, and a variety of morphological parameters in patient-specific\ngeometries.\n\nInstallation\n------------\nVaMPy is a Python package for Python \u003e= 3.8, with main dependencies to [morphMan](https://github.com/KVSlab/morphMan) and [Oasis](https://github.com/mikaem/Oasis). VaMPy and its dependencies can be installed with `conda` on n Linux and  \nmacOS using the following command:\n\n```\nconda create -n your_environment -c conda-forge vampy\n```\n\nMore details on installation via `conda` can be found [here](https://kvslab.github.io/VaMPy/conda.html). The package can also be installed and run through its latest `Docker` image supported by Windows, Linux, and macOS, and explained [here](https://kvslab.github.io/VaMPy/docker.html).\n\nDocumentation\n-------------\nVaMPy's documentation is hosted [here](https://kvslab.github.io/VaMPy). This includes\ntwo [tutorials](https://kvslab.github.io/VaMPy/tutorials.html), meant to guide the user through the basic steps of\nperforming a computational fluid dynamic simulation in a vascular body.\n\nLicence\n-------\nVaMPy is licensed under the GNU GPL, version 3 or (at your option) any later version.\n\nVaMPy is Copyright (2018-2023) by the authors.\n\nAuthors\n-------\nVaMPy has been developed by\n\n* [Aslak W. Bergersen](https://github.com/aslakbergersen)\n* [Henrik A. Kjeldsberg](https://github.com/HKjeldsberg)\n\nIssues\n------\nPlease report bugs and other issues through the issue tracker at:\n\nhttps://github.com/KVSlab/VaMPy/issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkvslab%2Fvampy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkvslab%2Fvampy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkvslab%2Fvampy/lists"}