BlueBrain / AstroVascPy

Vasculature blood flow computation and impact of astrocytic endfeet on vessels
https://astrovascpy.rtfd.io
Apache License 2.0
8 stars 2 forks source link

Add the option to inject constant flow into the vasculature #39

Closed nico-canta closed 1 month ago

nico-canta commented 2 months ago

Now we have two options:

However, the flow is never constant if one of the entry nodes is associated with an endfoot. The flow is Q = A v and the area A changes stochastically over time.

https://github.com/BlueBrain/AstroVascPy/blob/2dd34a4a80950dbe8efb4358e4349372057c29aa/astrovascpy/bloodflow.py#L591

We should introduce the option to inject constant flow into the vasculature. In this case we should ignore the endfoot connected to the entry nodes.