openBF
openBF copied to clipboard
1D blood flow model
You can join openBF discord server [here](https://discord.gg/eVU5bDEm8X) for discussing issues and future improvements
Hi there, Thanks for this great library! It seems that currently configuration files can only take a constant/linear Young's modulus. Do you think adding non-linearity to the modulus would be...
openBF does not give error when an outlet node is used as sn for another vessel. Implement check that if a node is an outlet is can be used as...
Two joined vessels should defined as ```yaml v1: sn: 1 tn: 2 v2: sn: 2 tn: 3 ``` whereas ```yaml v1: sn: 1 tn: 2 v2: sn: 3 tn: 2...