kelseyfrog 2 days ago

In the same vein[1], there's actually a lumped parameter model of the cardiovascular system[2]. ie: there is an analogous electrical model for how our blood flows.

1. intended

2. https://en.wikipedia.org/wiki/Lumped_parameter_model_for_the...

  • yolhan a day ago

    Yes for now i only added 2 models for 1D and 1 for 2D i plan to add some more : 1. Noslip + polynomial profile driven models 2. Other complex profile and pressure laws 3. Visco elastic case 4. Radius layered models 5. Obviously but the hardest full 3D FSI with wall model and/or immersed body methods (will need help on that one)

  • fecal_henge a day ago

    Having good quality valves is how you die old. How come there is no source in the model?

    • yolhan a day ago

      You mean source term or source articles ? For source terms there actually is and you can add your own, for articles I used the ones from my PhD for now but once I add models for other people I will add their articles with it obviously

darboux 6 days ago

BloodFlowTrixi.jl is a Julia package that implements one-dimensional (1D) and two-dimensional (2D) blood flow models for arterial circulation. These models are derived from the Navier-Stokes equations and focus on cardiovascular pathologies such as aneurysms and stenosis.

d3ckard 2 days ago

Of all the languages, it often seems like Julia has the coolest libraries. Great work!

yolhan a day ago

Thanks a lot for making this forum I hope people try the package and don't hesitate issuing and/or make PR for what they want to see inside it.

SubiculumCode a day ago

Good for brain hemodynamics?

  • yolhan a day ago

    Missing branching, however 2D model supports non-axisymetric aneurysm really well and you can give a parametrised curve to the visualisation in last release, give it a try. I will add examples for aneurysm and stenosis soon enough