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

Is there a good absorbing BC somewhere?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 20, 2012, 08:06
Default Is there a good absorbing BC somewhere?
  #1
jam
Member
 
Alain Martin
Join Date: Mar 2009
Posts: 40
Rep Power: 17
jam is on a distinguished road
Hi,
I am looking for a good absorbing BC and cannot find one. I find it quite strange that none exist in general for CFD. I am trying to do some aeroacoustic calculation and I really need to dump the outgoing flux to the surrounding environment. I did try waveTransmissive and zeroGradient but after some runs, the noise on the boundary is accumulating and the system crashes. I found one more BC called convectiveVelocity specifically made for acoustic problem. The reflection is much lower than with waveTransmissive but is still too high and the system crashes after some runs.

I would like to see something like
Code:
         type          absorbing;
         value         everything;
Any hope of getting something close to that?
jam is offline   Reply With Quote

Old   September 10, 2012, 13:12
Default
  #2
jam
Member
 
Alain Martin
Join Date: Mar 2009
Posts: 40
Rep Power: 17
jam is on a distinguished road
I think that I finally have a good solution to this problem. It has to do with the value assigned to lInf. (Linf)

A first , I was trying with the number from some tutorials which is around 1 most of the time. I then tried with 0 and it give total reflection or something very bad. I then slowly increased form 0 to 1e-5 ,1-4 and so on and I saw some improvement. The final value for almost no reflection at the external boundary is
Code:
 
   outlet
    {
        type            waveTransmissive;
        gamma           1.3;
        fieldInf        101325;
        lInf            0.001;
        value           uniform 101325;
    }
jam is offline   Reply With Quote

Reply


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
How to do a good geometry clean-up in GAMBIT mahadevan.swamy Main CFD Forum 0 June 19, 2009 21:13
Good convergence but without a good heat balance Juan Martin Catelén CFX 4 June 27, 2007 18:41
[blockMesh] Is blockMesh generally considered a good quality tool york OpenFOAM Meshing & Mesh Conversion 4 November 15, 2006 13:42
A good question about UDS Z FLUENT 1 March 31, 2005 15:14
engine simulation CFD: what's a good book? Geoff Main CFD Forum 0 August 23, 2001 10:04


All times are GMT -4. The time now is 21:43.