Skip to content
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

What should I do in order to modify the Minor loss coefficient K if I want to add the stenosis and bifurcation loss in the control equation in the svoneDSolver? #113

Open
1 task done
Throneyjy opened this issue Jul 7, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@Throneyjy
Copy link

Problem

I want to simulate both stenosis and bifurcations in svoneDSovler but as your document says , the variables delta and N are constant and couldn't be modified, how should I do to solve this in order to redefine the variables loss coefficient K? (by the way , the 1d solver document don't say the detailed information for the setting about stenosis, ow does the solver take the stenosis factor into account and calculate it?(I'm sorry to interrupt. Thank you very much for listening to my question.)

Solution

image

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct and Contributing Guidelines
@Throneyjy Throneyjy added the enhancement New feature or request label Jul 7, 2024
@Throneyjy Throneyjy changed the title What should I do in order to modify the loss coefficient K if I want to add the stenosis and bifurcation loss in the control equation in the svoneDSolver?ve this title with a descriptive title. What should I do in order to modify the loss coefficient K if I want to add the stenosis and bifurcation loss in the control equation in the svoneDSolver? Jul 7, 2024
@Throneyjy Throneyjy changed the title What should I do in order to modify the loss coefficient K if I want to add the stenosis and bifurcation loss in the control equation in the svoneDSolver? What should I do in order to modify the Minor loss coefficient K if I want to add the stenosis and bifurcation loss in the control equation in the svoneDSolver? Jul 11, 2024
@mrp089
Copy link
Member

mrp089 commented Jul 12, 2024

The stenosis factor is an input to the solver and is derived from the geometry of the blood vessel. To generate an input file, you can use the SimVascular ROM simulation tool. Also, have a look at this test case including a stenosis.

@Throneyjy
Copy link
Author

Throneyjy commented Jul 12, 2024

Thanks a lot, I've already tested the stenosis case, and I wonder how to use the bifurcation factor in the test case because I see that you give the bifurcation options in the segment minor loss type but don't give a test case including the bifurcation.(I modify the minor loss to bifurcation but it seems don't work, just the same result as the case with minor loss option with NONE)

So what should I do to make the bifurcation cases work?(Thank you very much!)

image

@mrp089
Copy link
Member

mrp089 commented Jul 19, 2024

The bifurcation factor is not tested right now. It might still be in the code, but I would consider it experimental with no guarantee that it works as intended.

@Throneyjy
Copy link
Author

ok , thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants