-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add --flow-rate-factor option #35
Conversation
@johannesring - Looks nice! Out of curiosity, where does |
@keiyamamo this could definitely be useful in VaMPy too. Regarding the value |
@keiyamamo - |
@johannesring @hkjeldsberg Thank you for the explanation! |
Yes, Kei. You are absolutely right. After a rather tedious process of
finding the "correct" (well, least wrong :) flow rates, we concluded that
.31m/s should be the correct velocity to impose on all ICAs in the Aneurisk
Database. Later though, we were a little more cautious since we were
assessing "turbulence" in the ICA and adjusted the value down to .27m/s.
These numbers are so close that it doesn't really matter what we use, but I
think .31m/s is more correct.
KVS
…On Thu, 31 Aug 2023 at 14:28, Kei Yamamoto ***@***.***> wrote:
@johannesring <https://github.com/johannesring> @hkjeldsberg
<https://github.com/hkjeldsberg> Thank you for the explanation!
—
Reply to this email directly, view it on GitHub
<#35 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA4X54MJ5IPA7EBLRNKFNFLXYB7O7ANCNFSM6AAAAAA4EGK3WU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@KristianValen-Sendstad Thank you for the detailed explanation! |
I have removed the |
I see that the test fails because it uses VaMPY from before pull request #120 was merged. It looks like this is because the conda environment is cached and I will try to figure out how to clear the cache. |
I restarted the failing jobs and now they are all green (I didn't have to clear the cache), so I am merging this now. |
This change adds a
compute_flow_rate
function and a--flow-rate-factor
option tofsipy-mesh
. The default value is0.31
. The function is copied more or less from VaMPy and maybe this change should be added in VaMPy instead.