CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Programming & Development

Acoustic Solver with openfoam

Register Blogs Members List Search Today's Posts Mark Forums Read

Like Tree88Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 27, 2015, 09:26
Default
  #61
Member
 
Ilya
Join Date: Dec 2011
Location: Russia
Posts: 97
Blog Entries: 41
Rep Power: 14
skeptik is on a distinguished road
Quote:
Originally Posted by maHein View Post
I'm using OpenFOAM 2.4.0.

I'm currently rerunning the simulation with the correct settings. I can show you the results in a few days.

Regards,

Martin
Have you changed something in code for 2.4 or it has been compiled sucessfully without changes?
Van Thuan Hoang likes this.
__________________
practice makes perfect
skeptik is offline   Reply With Quote

Old   July 27, 2015, 10:01
Default
  #62
Member
 
Join Date: Jun 2012
Posts: 76
Rep Power: 13
maHein is on a distinguished road
I programmed the Curle analogy from scratch for myself to understand the code better (and to have a start for Ffowcs-Williams-Hawkings...) Afterwards I compared the results with the implementation of Kraposhin - both are very similar.

I just improved the calculation of the distance surface-observer. Kraposhin only calculates an average distance and only for the first surface defined (even if more are specified). I am not sure why he did this simplification. I calculate the distance for each face of each defined surface, which is in my opinion more physical. But the results suggest, that this influence is minor in the end...

Regards,

Martin
maHein is offline   Reply With Quote

Old   July 27, 2015, 10:08
Default
  #63
Member
 
Ilya
Join Date: Dec 2011
Location: Russia
Posts: 97
Blog Entries: 41
Rep Power: 14
skeptik is on a distinguished road
Nice suggestion.

We shall implement it in our version. Sadly i didn't dig into Kraposhin code to save time for FWH. But your posts are very valuable. Thank you.

But i will say to Matvey what you did in the next time i will see him!
__________________
practice makes perfect
skeptik is offline   Reply With Quote

Old   July 27, 2015, 10:26
Default
  #64
Member
 
Join Date: Jun 2012
Posts: 76
Rep Power: 13
maHein is on a distinguished road
Are you already using Ffowcs-Williams Hawkings analogy for acoustics? What are your experiences in combination with openfoam?
maHein is offline   Reply With Quote

Old   July 27, 2015, 10:28
Default
  #65
Member
 
Ilya
Join Date: Dec 2011
Location: Russia
Posts: 97
Blog Entries: 41
Rep Power: 14
skeptik is on a distinguished road
It's still under development.
chaitanyaarige likes this.
__________________
practice makes perfect
skeptik is offline   Reply With Quote

Old   July 27, 2015, 11:20
Default
  #66
Member
 
Join Date: Jun 2012
Posts: 76
Rep Power: 13
maHein is on a distinguished road
Do you have a (simple) case for validation, which includes moving walls?
maHein is offline   Reply With Quote

Old   July 28, 2015, 02:38
Default
  #67
Member
 
Ilya
Join Date: Dec 2011
Location: Russia
Posts: 97
Blog Entries: 41
Rep Power: 14
skeptik is on a distinguished road
We're using rod-airfoil case from Jacobs article.

But, as i learnt from publications the problems of such type (wind-tunnel) needs corrections. I think I can something say about it only later.
guanjiang.chen likes this.
__________________
practice makes perfect
skeptik is offline   Reply With Quote

Old   August 1, 2015, 10:27
Default
  #68
Member
 
J.-H. Wang
Join Date: Oct 2010
Posts: 72
Rep Power: 15
f0208secretx is on a distinguished road
Quote:
Originally Posted by maHein View Post
I simulated the NASA tandem cylinder validation case using a Spalart Allmaras DDES turbulence model with a span length of 3 times the diameter. The results are quite satisfactory and similar to other publications on this case.

Hi,

Congratulations! That looks like good result.

I am wondering if you will be willing to share your case file, either publicly or privately, to jump start setup for novice like me? Thanks!
f0208secretx is offline   Reply With Quote

Old   August 10, 2015, 11:45
Default
  #69
Member
 
Join Date: Jun 2012
Posts: 76
Rep Power: 13
maHein is on a distinguished road
Yeah, sure. Write me a private message and I can send you the files.
skeptik and guanjiang.chen like this.
maHein is offline   Reply With Quote

Old   August 14, 2015, 09:03
Default
  #70
Member
 
Join Date: Jun 2012
Posts: 76
Rep Power: 13
maHein is on a distinguished road
You can download the case here:

(deleted)


Simply use snappyHexMesh for mesh generation as well as createPatch and changeDictionary. Finally, copy polyMesh to the simulation/constant folder. You just need a library for acoustic calculation.

Regards,

Martin

Edit:
I accidentally uploaded the wrong case folder. I will submit a correct version in the next days.
f0208secretx likes this.

Last edited by maHein; August 17, 2015 at 08:38.
maHein is offline   Reply With Quote

Old   August 18, 2015, 10:40
Default
  #71
Member
 
Join Date: Jun 2012
Posts: 76
Rep Power: 13
maHein is on a distinguished road
Hello everybody,

you can download the tandem cylinder validation case using the following link;

https://www.dropbox.com/s/76wrtqvnv7...on.tar.gz?dl=0

Simply execute the Allrun.pre file to create the mesh using snappyHexMesh. You will also find a folder called acousticAnalogy (for OpenFOAM 2.4.0) containing the acoustic analogy of Curle used for postprocessing.

Have fun,

Martin
maHein is offline   Reply With Quote

Old   September 23, 2015, 05:00
Default
  #72
New Member
 
Chaitanya
Join Date: Aug 2013
Location: Mumbai
Posts: 18
Rep Power: 12
chaitanyaarige is on a distinguished road
Hello all,
Thanks guys, for the effort you have put forward.
The link for the Tandem cylinder validation case is not working.

Please can anyone re-upload the case file.

Regards,
chaitanya

Last edited by chaitanyaarige; September 23, 2015 at 06:17.
chaitanyaarige is offline   Reply With Quote

Old   September 24, 2015, 04:18
Default
  #73
Member
 
Join Date: Jun 2012
Posts: 76
Rep Power: 13
maHein is on a distinguished road
Hello everybody,

I reuploaded the case files:

https://www.dropbox.com/s/ko0d87kyc1...on.tar.gz?dl=0

Regards,

Martin
waku2005 and chaitanyaarige like this.
maHein is offline   Reply With Quote

Old   October 29, 2015, 07:10
Default
  #74
Member
 
Join Date: Mar 2009
Location: adelaide, SA, Australia
Posts: 32
Rep Power: 17
mali is on a distinguished road
Hi maHein,

I just get started to do acoustics analysis usingOpenFOAM. I found that you had successfully did the acoustic analysis with a very good result. Can you share the file with me. The link you have given in the previous post is not working.

Thanks.
-mali-
__________________
mali
mali is offline   Reply With Quote

Old   November 17, 2015, 08:55
Default
  #75
Member
 
Pekka Pasanen
Join Date: Feb 2012
Location: Finland
Posts: 87
Rep Power: 14
zordiack is on a distinguished road
I'm also interested in the above mentioned test case, so if the link could be reinstated, that would be great

Also, we are currently investigating using OpenFOAM as a tool to simulate noise using audio analogies. We have a quite decently equipped audio laboratory and we are very interested in providing validation measurement data for example for FW-H or Curle implementations.
zordiack is offline   Reply With Quote

Old   November 26, 2015, 06:40
Default GitHub project libAcoustics
  #76
Member
 
Ilya
Join Date: Dec 2011
Location: Russia
Posts: 97
Blog Entries: 41
Rep Power: 14
skeptik is on a distinguished road
Hi all!

We have uploaded a project on GitHub so you can download it and compile it for the latest release of the OpenFOAM toolkit.

https://github.com/unicfdlab/libAcou...OpenFOAM-3.0.0

We have included baffled-piston case for validation but it's not fully tested yet. If you're interested in validation of the acoustics codes, you're welcome for collaboration.


The present version of the libAcoustics includes only Curle analogy.

Thank You.
wyldckat, Attesz, fumiya and 5 others like this.
__________________
practice makes perfect
skeptik is offline   Reply With Quote

Old   November 29, 2015, 09:40
Default
  #77
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,974
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Greetings to all!

@skeptik: I've started a simple wiki page at openfoamwiki.net for this project: https://openfoamwiki.net/index.php/Contrib/libAcoustics

The wiki page can be edited by anyone who is registered at openfoamwiki.net, so please feel free to contribute there with documentation as well, in case you're not able to contribute code and/or validation of the library.

Best regards,
Bruno
ArathoN, Sethu, johnkh and 2 others like this.
wyldckat is offline   Reply With Quote

Old   November 30, 2015, 03:19
Default
  #78
Member
 
Ilya
Join Date: Dec 2011
Location: Russia
Posts: 97
Blog Entries: 41
Rep Power: 14
skeptik is on a distinguished road
Quote:
Originally Posted by wyldckat View Post
Greetings to all!

@skeptik: I've started a simple wiki page at openfoamwiki.net for this project: https://openfoamwiki.net/index.php/Contrib/libAcoustics

The wiki page can be edited by anyone who is registered at openfoamwiki.net, so please feel free to contribute there with documentation as well, in case you're not able to contribute code and/or validation of the library.

Best regards,
Bruno
So wow. Thank You. We will talk about it in our group. At least I will try to fill this wikipage about validation as soon as It will succeed.
wyldckat and a_habib like this.
__________________
practice makes perfect
skeptik is offline   Reply With Quote

Old   January 29, 2016, 12:51
Default
  #79
Member
 
a_habib's Avatar
 
Ahmad Habib
Join Date: Nov 2014
Location: Aleppo, Syria
Posts: 53
Rep Power: 11
a_habib is on a distinguished road
Good evening,
I would like you to take a look at this please.
3D Acoustics with symmetry plane
regards.
a_habib is offline   Reply With Quote

Old   February 4, 2016, 05:06
Default Acoustic Solver in OpenFOAM
  #80
New Member
 
Sandeep Patil
Join Date: Feb 2016
Posts: 2
Rep Power: 0
srp1220 is on a distinguished road
Dear wyldckat,

Thanks for the acoustic model implementation in Openfoam, Do you have example of how to solve this model in openfoam?

If so please share it with me.

Best Regards,
Sandeep Patil
srp1220 is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


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


All times are GMT -4. The time now is 12:35.