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

Can this solver show the acoustic field in paraview #99

Open
JustthanuMU opened this issue Mar 11, 2023 · 1 comment
Open

Can this solver show the acoustic field in paraview #99

JustthanuMU opened this issue Mar 11, 2023 · 1 comment

Comments

@JustthanuMU
Copy link

I need to visualize the acoustic field. So, do this solver can present the acoustic distribution contour in paraview.

Thnks

@mkraposhin
Copy link
Contributor

Hi!
The answer is both yes and no simultaneously. libAcoustics doesn't allow to output results (acoustic field) directly into Paraview format. However, you can calculate results in all needed points and then read them using CSV driver.

But, on the other hand, there is a limitation growing directly from the FWH analogy. Since this analogy computes the contribution to a point in acoustic field from a force acting on a surface, you'll have to perform all calculations for all points you want to visualize. Therefore, the more points you want, the more CPU resources you'll consume.

One of the simplest solution can be in distributing computations using MPI between different cores. But this is not done yet.

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