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

Inquiry on Reusing Surface Sound Pressure for Evaluation Grid Points #134

Closed
leverscut1 opened this issue Jun 11, 2024 · 4 comments
Closed

Comments

@leverscut1
Copy link

Hello,

I am working on a project involving sound source and head model simulations using Mesh2HRTF. Specifically, I can compute the surface sound pressure for a given sound source and head model. I want to leverage this surface sound pressure to subsequently compute the sound pressure at evaluation grid points, without having to recalculate the surface sound pressure each time.

Is it possible to implement such a functionality? Any guidance or suggestions on how to approach this would be greatly appreciated.

Q:
Can the surface sound pressure be reused for different evaluation grid points?
What would be the best approach to implement this functionality?
Are there any existing tools or libraries that support this kind of operation?
Thank you in advance for your help!

Best regards

@leverscut1
Copy link
Author

Hello,

I am working on a project involving sound source and head model simulations using Mesh2HRTF. Specifically, I can compute the surface sound pressure for a given sound source and head model. I want to leverage this surface sound pressure to subsequently compute the sound pressure at evaluation grid points, without having to recalculate the surface sound pressure each time.

Is it possible to implement such a functionality? Any guidance or suggestions on how to approach this would be greatly appreciated.

Q: Can the surface sound pressure be reused for different evaluation grid points? What would be the best approach to implement this functionality? Are there any existing tools or libraries that support this kind of operation? Thank you in advance for your help!

Best regards

Example Workflow
Input: A file with field point coordinates.
Process:
Load precomputed surface sound pressure data.
Read field point coordinates from the input file.
Compute sound pressure at each field point using the surface sound pressure data.
Output: Sound pressure values at the specified field points.

@f-brinkmann
Copy link
Contributor

That should be possible due to this 628b75b but its not integrated and requires manual editing of the NC.inp files. But principally everything you need should be documented in the wiki. If you want to continue implementing it, we're happy to discuss options. @schaastrommla is that feature fully implemented in NumCalc? I did not find a documentation of it when calling NumCalc -h

@f-brinkmann
Copy link
Contributor

closing this in favor of #85

@leverscut1
Copy link
Author

Thanks for answering my questions. Best regards

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

No branches or pull requests

2 participants