-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Blood, vessels and heart simulations #373
Comments
This sounds pretty cool! A few questions:
|
I can give Taichi a try! For example, let's take the Womersley pulsatile flow.
There's other approaches though. We could, for example, have one Emitter and after it calls the emit method we could iterate over all particles and adjust their velocities. |
It would be good to add another solver class to handle these , but I’ll leave you to decide it :) |
I think the SPH-Solver plus Couplers should be enough but will give it some thought. Still navigating the codebase! |
I want to expand Genesis for realistic simulations of vessels, blood and heart.
For this we would need, at least:
1 - Realistic blood simulation - Custom liquid materials solving with Power-Law, Casson, Carreau-Yasuda, etc
2 - Pulsatile flow - Custom emitter solving with Womersley, Navier-Stokes, FSI, etc
Of course, for a realistic simulation we may need more features like advanced Couplers but those two initial features would be a great starting point.
If you want to point the way you usually do this I can try to create the PR.
The text was updated successfully, but these errors were encountered: