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 be the value of U0 in case of Farassat1AFormulation & GTFormulation and how the retarded time is calculated (fixedResponceDelay false;) #50

Closed
zeineldin117 opened this issue Mar 23, 2021 · 1 comment

Comments

@zeineldin117
Copy link

zeineldin117 commented Mar 23, 2021

I want to ask about FWH acoustic analogy, there are two formulations for FWH (Farassat1AFormulation-GTFormulation)

1-In the case of a stationary source and observer, with flow moving with constant velocity (20 m/s)
for Farassat1AFormulation: Ufwh (0 0 0)
U0 (0 0 0)
for GTFormulation :Ufwh (0 0 0)
U0 (20 0 0)

2- In the case of using GTFormulation for flow with stationary source and observer, while the flow is entering the flow domain at an angle (10 degrees), The reference frame should be rotated to satisfy U0 (20 0 0). What should be changed in the input files for that case?

3- In case of using fixedResponceDelay false;
that means that the ResponseDelay will be calculated for every surface (ds) on the noise source surface, am I right?
In that case, I was reading the code, but I could not understand how that time is calculated.

@zeineldin117 zeineldin117 changed the title how the retarded time is calculated what should be the value of U0 in case of Farassat1AFormulation & GTFormulation and how the retarded time is calculated (fixedResponceDelay false;) Mar 25, 2021
@eacfd
Copy link
Contributor

eacfd commented Apr 7, 2021

Dear Zein!

In the case of a stationary source and observer, with flow moving with constant velocity (20 m/s) for Farassat1AFormulation: Ufwh (0 0 0) U0 (0 0 0) for GTFormulation :Ufwh (0 0 0) U0 (20 0 0)

Yes, its correct.

In the case of using GTFormulation for flow with stationary source and observer, while the flow is entering the flow domain at an angle (10 degrees), The reference frame should be rotated to satisfy U0 (20 0 0). What should be changed in the input files for that case?

There are two ways. The first one is to rotate the wall by 10 degrees. The second is set U0 equal to (Ucos(a) Usin(a) 0).

In case of using fixedResponceDelay false; that means that the ResponseDelay will be calculated for every surface
(ds) on the noise source surface, am I right? In that case, I was reading the code, but I could not understand how
that time is calculated.

If fixedResponceDelay is false, the time is equal to retarted time that calculated as t = r/c. Where r is a distance from each dS to observer. See #48

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

3 participants