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

Linear Material Is Broken (and also no test cases currently exists for it) #110

Open
1 task done
JRao-rgb opened this issue Nov 17, 2023 · 0 comments
Open
1 task done
Labels
bug Something isn't working

Comments

@JRao-rgb
Copy link

JRao-rgb commented Nov 17, 2023

Description

There exists no tests cases for the linear material (does anyone use this anyways?). But it is broken, as seen below when I try to run a test on it and it returns zero pressure gradient.
image

Reproduction

pull the solver; build the solver. Change the material type of any of the test cases to "linear" and replace k1 with 1.8e10. Run the tests and you will see that it fails.

Expected behavior

The linear material should behave identically with the Olufsen material at high vessel stiffness, which we are considering here. Instead, the linear material returns zero pressure drop along the centerline.

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct and Contributing Guidelines
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant