Replies: 1 comment
-
Hello. Interesting project. If you have an external function that describes the pressure, you can use the Just define a function of t, and then pass that function as the Note that function needs to be differentiable, and you may need to @register it. I don't know the paper, so cannot say if the function is going to work. Let me know how it goes and send me a small code snippet (MWE), then I can have a look. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Dr. Torsten. I am trying to implement a LPM for coronary circulation using CSM.jl library. I watched your Juliacon2023 workshop on youtube, and was able to get up to speed. Appreciate your and Harry's efforts on that. I am trying to reproduce results from an article " Pietrabissa, Riccardo, et al. "A lumped parameter model to evaluate the fluid dynamics of different coronary bypasses." Medical engineering & physics 18.6 (1996): 477-484." In there, they mention a variable pressure generator, which follows a similar pressure proile as a left ventricle. Its shown in an image below.
![image](https://private-user-images.githubusercontent.com/102414363/289877741-71834d07-61a0-41a5-9f36-4c4585d50920.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5OTA2MDgsIm5iZiI6MTczODk5MDMwOCwicGF0aCI6Ii8xMDI0MTQzNjMvMjg5ODc3NzQxLTcxODM0ZDA3LTYxYTAtNDFhNS05ZjM2LTRjNDU4NWQ1MDkyMC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOFQwNDUxNDhaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1hY2U2MzNhY2ZmZDRmMTI4Yzc5ODhmMWQ4MjU5NmJmZTU2ZWY3ODhjOTNkYzFkYjA2NWU1MjgzNzViOTFjMDk1JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.E68kuHoFn9OICJyWGQT-L2iJa3xyNJtNDqtjJ3zy4KY)
How do we implement this VPG? is it similar to for eg. a shichamber? but then wont it also contribute to flow there?
Beta Was this translation helpful? Give feedback.
All reactions