https://github.com/insigneo/openbf
1D blood flow simulator
https://github.com/insigneo/openbf
1d-model cardiovascular finite-volume julia-language simulation
Last synced: 6 months ago
JSON representation
1D blood flow simulator
- Host: GitHub
- URL: https://github.com/insigneo/openbf
- Owner: INSIGNEO
- License: other
- Created: 2017-05-23T13:21:15.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-06T09:59:49.000Z (6 months ago)
- Last Synced: 2024-12-15T10:07:42.486Z (6 months ago)
- Topics: 1d-model, cardiovascular, finite-volume, julia-language, simulation
- Language: Julia
- Homepage: https://INSIGNEO.github.io/openBF
- Size: 4.64 MB
- Stars: 34
- Watchers: 5
- Forks: 16
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Citation: CITATION.bib
Awesome Lists containing this project
README
# __openBF.jl__
[](https://www.sheffield.ac.uk)
[](https://insigneo.org/)
[](http://www.compbiomed.eu/)[](https://opensource.org/licenses/Apache-2.0) [](https://github.com/svaksha/Julia.jl/blob/master/Biology.md#bioinformatics)
[](https://doi.org/10.5281/zenodo.13850604)
[](https://discord.gg/eVU5bDEm8X)
[](https://openBF.streamlit.app)
openBF is an open-source 1D blood flow solver based on MUSCL finite-volume numerical scheme, written in [Julia](https://julialang.org/downloads/) and released under [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0) free software license.
Read the [documentation](https://insigneo.github.io/openBF/stable) for installation and run instructions.
## Release notes
### v2.0.0
This is a complete re-write of openBF solver with several bugfixes and few new functionalities.
Config files should be backward compatible but please refer to the new [documentation](https://insigneo.github.io/openBF/stable) for more details.Currently not supported:
- multiple inletsIf your workflow relies on this feature, we recommend to use [release v1.5.1](https://github.com/INSIGNEO/openBF/releases/tag/v1.5.1).
---
### Citation
```
@article{Benemerito_2024,
doi = {10.1088/1361-6579/ad9663},
url = {https://dx.doi.org/10.1088/1361-6579/ad9663},
year = {2024},
month = {dec},
publisher = {IOP Publishing},
volume = {45},
number = {12},
pages = {125002},
author = {I Benemerito and A Melis and A Wehenkel and A Marzo},
title = {openBF: an open-source finite volume 1D blood flow solver},
journal = {Physiological Measurement}
}
```