|
[Sponsors] |
February 6, 2016, 07:03 |
|
#81 | ||
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings Sandeep Patil and welcome to the forum!
Quote:
I merely started a wiki page at openfoamwiki.net, to help with making this modelling kit more visible to as many people as possible. When using OpenFOAM, please do not read documents too fast. Every single detail is very important, whether you like it or not. So please read everything very carefully. I say (write) this because there are already examples in the shared repository, as skeptik wrote a few posts above: Quote:
Bruno |
|||
March 15, 2016, 07:44 |
|
#82 | |
Member
Ramin
Join Date: Oct 2015
Posts: 33
Rep Power: 11 |
Quote:
Is here anyone who did an acoustic project in fluent ? Are you sure that the results in fluent is not correct ?! thanks |
||
May 2, 2016, 11:13 |
|
#83 |
Member
Join Date: Jun 2012
Posts: 76
Rep Power: 14 |
Hello everybody,
I programmed the modified Curle acoustic analogy presented by Larsson et al. [1] as function object for OpenFOAM 3.0.x. The method is implemented for incompressibles flows and includes surface and volume integrals. A validation was performed using the tandem cylinder case (see Lockard [2]). Source code, validation setup and results can be found in a gitHub repository: https://github.com/maHein/curleAnalogy Feel free to contact me if you have any questions or feedback. Kind Regards, Martin edit - I forgot the references: [1] Johan Larsson, Lars Davidson, Magnus Olsson, Lars-Erik Eriksson: Aeroacoustic Investigation of an Open Cavity at Low Mach Number, AIAA Journal, Vol. 42, No. 12, December 2004 [2] David Lockard: Summary of the Tandem Cylinder Solutions from the Benchmark problems for Airframe Noise Computations-I Workshop. 49th AIAA Aerospace Sciences Meeting including the New Horizons Forum and Aerospace Exposition Orlando, Florida, DOI: 10.2514/6.2011-353 Last edited by maHein; May 3, 2016 at 10:17. |
|
May 10, 2016, 05:09 |
|
#84 | |
Member
|
Quote:
__________________
practice makes perfect |
||
June 25, 2016, 17:00 |
|
#85 |
Member
Join Date: Jun 2012
Posts: 76
Rep Power: 14 |
Sorry, for the late replay. You can find a comparison plot in the 'Results' folder on github.
Kind regards Martin |
|
July 15, 2016, 05:45 |
Mean sound pressure fluctuation not zero.
|
#86 |
Member
Join Date: Mar 2009
Location: adelaide, SA, Australia
Posts: 32
Rep Power: 17 |
Dear All,
I have tried the libAcoustics solver on flow over a square cylinder. Two microphones are used 1) above the cylinder (M1) and 2) Downstream of the cylinder. Both microphones are 60m from the cylinder. But, why the sound pressure measured at the downstream cylinder (M2), Pmean is not zero. See figure. Thanks -sukri-
__________________
mali Last edited by mali; July 15, 2016 at 05:52. Reason: Image is too large |
|
July 15, 2016, 06:02 |
|
#87 | |
Member
|
Quote:
What about version of libAcoustics?
__________________
practice makes perfect |
||
July 15, 2016, 06:14 |
|
#88 |
Member
Join Date: Mar 2009
Location: adelaide, SA, Australia
Posts: 32
Rep Power: 17 |
Hi Skeptik,
I'm using libAcoustics OF2.3 Thanks.
__________________
mali |
|
July 15, 2016, 06:24 |
|
#89 |
Member
|
Hard to comment.
Did you have downloaded it form UNICFD github? If so, it's better to create issues there.
__________________
practice makes perfect |
|
July 15, 2016, 06:30 |
|
#90 |
Member
Join Date: Mar 2009
Location: adelaide, SA, Australia
Posts: 32
Rep Power: 17 |
Hi Skeptik,
Yes, I got the solver form the unicfd github. But I'm not sure if I make the acoustic setting correct. I just add functionobject for libacoustic in the controlDict file. The rest are no change. -sukri-
__________________
mali |
|
July 19, 2016, 04:57 |
|
#91 |
New Member
A Z
Join Date: Dec 2015
Posts: 16
Rep Power: 10 |
Hey,
I would like you to take a look at this please. Maybe you can help me. libAcoustics, fft not calculate regards Adrian |
|
July 20, 2016, 03:57 |
|
#92 |
Member
|
Did you compiled successfully lib FFTW? It's used in 2.3 version
__________________
practice makes perfect |
|
September 30, 2016, 13:29 |
libAcoustic with FW-H
|
#93 |
Member
Ahmad Habib
Join Date: Nov 2014
Location: Aleppo, Syria
Posts: 53
Rep Power: 11 |
Any chance that the new implementation is ready ??
|
|
January 13, 2017, 11:29 |
|
#95 |
New Member
Join Date: Oct 2016
Posts: 22
Rep Power: 10 |
Hello all,
I want to do aeroacoustic analysis of different Wing shapes.Therefore I did some research on that topic and found that thread. As I am quite new to this topic, I want to know, if I understood everything correct. Regarding the libAcoustic: 1) skeptik and his group (Thank you) developt the libAcoustic, which I can use in OpenFoam 3.0 and calculate the emitted noise with Curls analogy? 2) libAcoustic is used the same way as for example Forcecoeffs? So I calculate the noise while the simulation 3)What simulation types are required to get resonable results? RANS probably not..DES? Can I use Wallfunctions? Regarding the post processing utilitie noise: 4) I calculate the noise after the simulation? 5) When using the noise utilitie I have to further process the data?! So I could programm a little tool in Matlab etc using curle or FW-H? Are there recommendations on what is better or makes more sense to use in my case? Thank you a lot!! |
|
January 27, 2017, 13:17 |
|
#96 |
Member
Ahmad Habib
Join Date: Nov 2014
Location: Aleppo, Syria
Posts: 53
Rep Power: 11 |
Dear Mahe88
1 & 2 are correct. 3 if your case is 2D so you can't use but RANS but if it a 3D case, it's recommended to use something more accurate (DDES, IDDES, LES) 4 no, the library calculates the acoustic pressure after each time step in the locations you had picked, and after Nfft time step, the library calculates the fourier transform to obtain the (SPL vs f) 5 no, you just need to plot your results Regards |
|
February 8, 2017, 11:50 |
|
#97 |
New Member
Join Date: Oct 2016
Posts: 22
Rep Power: 10 |
Dear Ahmad Habib,
thanks for your response! This helps me a lot to kick off my simulation. I want to simulate a Wing in 3D therefore I would then try to do a DES. However, I would still label myself as a beginner and this is my first 3D DES simulation with aiming towards noise. Therefore do you have any hints, what I should specifically pay attention to? I assume to use the Pimple solver? Thanks! Best regards, Mahe |
|
February 11, 2017, 07:39 |
|
#98 |
Member
Ahmad Habib
Join Date: Nov 2014
Location: Aleppo, Syria
Posts: 53
Rep Power: 11 |
Dear Mahe88
First of all, the analogy used in this library was simplified to be used for the incompressible flows, so you can use the pisoFoam solver correctly I recommend to stay away from DES, you can use DDES instead or IDDES Take a special care about the time step and the grid resolution to obtain a good agreement with experimental results or the real live situation Focus on the theoretical background of the turbulence and the selection of your time step Best wishes Sent from my iPhone using CFD Online Forum mobile app |
|
August 28, 2017, 07:01 |
|
#99 | |
New Member
Alireza Maleki
Join Date: Aug 2017
Location: United State
Posts: 20
Rep Power: 9 |
Quote:
@skeptik in the first i want to Thank you and your team for this Library. i,m new in openFoam and i want to simulate acoustic in openFoam. i use your example of cylinder2D and modified it with my version openFoam(4.1) and it work, but it is incompressible. now if i want use it for a compressible example what i should to do?? just change the solver?? do i need any change in curle or fwh analogy?? Last edited by alireza94; August 30, 2017 at 04:55. |
||
June 20, 2018, 03:23 |
|
#100 |
New Member
Join Date: Dec 2015
Posts: 16
Rep Power: 10 |
Hi skeptik,
thank you for your work on this library! The last update was a little while ago. So I just wanted to ask whether the libAcoustics library will eventually be updated to OF5.x? Best wishes Q.E.D. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Working directory via command line | Luiz | CFX | 4 | March 6, 2011 21:02 |
Running Problem using Openfoam solver | cfd_staruser | OpenFOAM | 5 | August 14, 2009 03:28 |
64bitrhel5 OF installation instructions | mirko | OpenFOAM Installation | 2 | August 12, 2008 19:07 |
why the solver reject it? Anyone with experience? | bearcat | CFX | 6 | April 28, 2008 15:08 |
OpenFOAM Training and Workshop Zagreb 2628Jan2006 | hjasak | OpenFOAM | 1 | February 2, 2006 22:07 |