CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

non reflecting boundary conditions

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

Like Tree5Likes
  • 3 Post By leflix
  • 1 Post By rabea matouk
  • 1 Post By LuckyTran

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 4, 2014, 09:33
Default non reflecting boundary conditions
  #1
New Member
 
rabea matouk
Join Date: Aug 2014
Posts: 7
Rep Power: 11
rabea matouk is on a distinguished road
Hello,

I have some hydrodynamic waves reflections on the outlet of computational domain using outlet pressure boundary condition so I decided to implement the non reflecting boundary conditions in our in-house code which is incompressible navier-stockes finite elements/spectral code because we will use the aerodynamic sources to compute the radiated noise in the aeroacoustics study so it is so sensitive to have accurate aerodynamics results near the outlet.

I'd like your help to start and to provide me with references please.

Thanks in advance
rabea matouk is offline   Reply With Quote

Old   August 7, 2014, 17:32
Default
  #2
Senior Member
 
Join Date: Aug 2011
Posts: 272
Rep Power: 15
leflix is on a distinguished road
For incompressible flows you can use Orlanski boundary condition.
leflix is offline   Reply With Quote

Old   August 7, 2014, 19:12
Default non reflective BC for incompressible flows
  #3
New Member
 
rabea matouk
Join Date: Aug 2014
Posts: 7
Rep Power: 11
rabea matouk is on a distinguished road
Thank you leflix for your advice and help.

You mean the convective BC:

dU/dt + Un*dU/dn = 0

could you please give me more details and advice
, this is my first try to implement BC?

U is the longitudinal and vertical velocities or I have to apply it for the three velocity components?
rabea matouk is offline   Reply With Quote

Old   August 16, 2014, 14:59
Default
  #4
Senior Member
 
Join Date: Aug 2011
Posts: 272
Rep Power: 15
leflix is on a distinguished road
yes indeed it is this boundary condition.
You need to use this boundary condition for the three velocity components indeed.
dU/dt + Un*dU/dn = 0
dV/dt + Un*dV/dn = 0
dW/dt + Un*dW/dn = 0
the choice of the convective velocity Un is tricky check the paper of Orlansky, many choices are possible.
Parth04, rabea matouk and calf.Z like this.
leflix is offline   Reply With Quote

Old   August 17, 2014, 11:36
Default
  #5
New Member
 
rabea matouk
Join Date: Aug 2014
Posts: 7
Rep Power: 11
rabea matouk is on a distinguished road
Thank you very much leflix. I'll try to implement and test it. the convective velocity Un is really tricky but I'll try several suggestions and see the results.
rabea matouk is offline   Reply With Quote

Old   August 19, 2014, 01:28
Default
  #6
New Member
 
Parth Thaker
Join Date: Mar 2014
Location: Surat , Gujarat , INDIA
Posts: 26
Rep Power: 12
Parth04 is on a distinguished road
thnx lefflix
Parth04 is offline   Reply With Quote

Old   August 19, 2014, 02:09
Default
  #7
New Member
 
Parth Thaker
Join Date: Mar 2014
Location: Surat , Gujarat , INDIA
Posts: 26
Rep Power: 12
Parth04 is on a distinguished road
for almost constant velocity flow at outlet can i use C = U , u = 1.0; , remains almost constant at outlet section , , , thnx in advance
Parth04 is offline   Reply With Quote

Old   August 19, 2014, 05:40
Default
  #8
New Member
 
rabea matouk
Join Date: Aug 2014
Posts: 7
Rep Power: 11
rabea matouk is on a distinguished road
I think we can use Un = U (free stream) for the u equation but what about v and w since the phase velocity is different.
Parth04 likes this.
rabea matouk is offline   Reply With Quote

Old   January 16, 2019, 08:42
Default
  #9
Senior Member
 
Jianrui Zeng
Join Date: May 2018
Location: China
Posts: 157
Rep Power: 7
calf.Z is on a distinguished road
Quote:
Originally Posted by leflix View Post
yes indeed it is this boundary condition.
You need to use this boundary condition for the three velocity components indeed.
dU/dt + Un*dU/dn = 0
dV/dt + Un*dV/dn = 0
dW/dt + Un*dW/dn = 0
the choice of the convective velocity Un is tricky check the paper of Orlansky, many choices are possible.
Thank you for the information you gave.

Do you have some experience in the implement of the convective boundary condition in openfoam? I am quite new in this area. Thank you.
calf.Z is offline   Reply With Quote

Old   January 16, 2019, 09:37
Default
  #10
Senior Member
 
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,665
Rep Power: 65
LuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura about
Quote:
Originally Posted by calf.Z View Post
Thank you for the information you gave.

Do you have some experience in the implement of the convective boundary condition in openfoam? I am quite new in this area. Thank you.

The openfoam code is freely available on the internet. Do you have a specific question about the way it is implemented?
LuckyTran is online now   Reply With Quote

Old   January 16, 2019, 09:45
Default
  #11
Senior Member
 
Jianrui Zeng
Join Date: May 2018
Location: China
Posts: 157
Rep Power: 7
calf.Z is on a distinguished road
Quote:
Originally Posted by LuckyTran View Post
The openfoam code is freely available on the internet. Do you have a specific question about the way it is implemented?
Which BC code should be used to modify so that I can apply convective boundary BC in my simulation? Or are there any guide to introduce this boundary? I am new to this BC. Thank you.
calf.Z is offline   Reply With Quote

Old   January 16, 2019, 10:43
Default
  #12
Senior Member
 
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,665
Rep Power: 65
LuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura about
Quote:
Originally Posted by calf.Z View Post
Which BC code should be used to modify so that I can apply convective boundary BC in my simulation? Or are there any guide to introduce this boundary? I am new to this BC. Thank you.

For incompressible flows the advective BC should already be sufficient. For compressible flows additional treatment is needed to prevent unwanted reflection of acoustic waves. E.g. Pointsot & Lelef. Because of this, for incompressible flows you hear advective or outflow BC (and you don't normally call this non-reflecting, although it does prevent reflection of hydrodynamic waves). Non-reflecting BC usually implies acoustics.
AliE likes this.
LuckyTran is online now   Reply With Quote

Old   January 17, 2019, 21:04
Default
  #13
Senior Member
 
Jianrui Zeng
Join Date: May 2018
Location: China
Posts: 157
Rep Power: 7
calf.Z is on a distinguished road
Quote:
Originally Posted by LuckyTran View Post
For incompressible flows the advective BC should already be sufficient. For compressible flows additional treatment is needed to prevent unwanted reflection of acoustic waves. E.g. Pointsot & Lelef. Because of this, for incompressible flows you hear advective or outflow BC (and you don't normally call this non-reflecting, although it does prevent reflection of hydrodynamic waves). Non-reflecting BC usually implies acoustics.
Thank you for the helpful information !

In my case, the governing quations exclude acoustic interactions and compressibility effects from the full compressible Navier–Stokes equations. It is called Low-Mach Number equation. I think it is still a compressible flow but a littile special.

So I am confused if additional treatment of avective BC is needed to prevent unwanted reflection of acoustic waves? If so, which aspect should I modify? I will read the paper you gave later. Thank you.
calf.Z is offline   Reply With Quote

Old   January 17, 2019, 23:55
Default
  #14
Senior Member
 
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,665
Rep Power: 65
LuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura about
Since I can't see the actual governing equation, I can't say. If it truly remove acoustic waves then sure, then probably/maybe regular advective BC should work. But I don't know what types of Mach waves might be allowable in this model and if there are any, how the reflections need to be handled.
LuckyTran is online now   Reply With Quote

Old   January 18, 2019, 03:12
Default
  #15
Senior Member
 
Jianrui Zeng
Join Date: May 2018
Location: China
Posts: 157
Rep Power: 7
calf.Z is on a distinguished road
Quote:
Originally Posted by LuckyTran View Post
Since I can't see the actual governing equation, I can't say. If it truly remove acoustic waves then sure, then probably/maybe regular advective BC should work. But I don't know what types of Mach waves might be allowable in this model and if there are any, how the reflections need to be handled.
The actual energy equation:
∂(ρh)/∂t + ∂(ρUh)/∂x = ∂(k∂T/∂x)/∂x

I am also confused about Low-Mach assumption. It is said that pressure fluctuations can be eliminated due to it. But I am still not sure what influences can the assumption give. Thank you.
calf.Z is offline   Reply With Quote

Old   January 18, 2019, 03:22
Default
  #16
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,764
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
Quote:
Originally Posted by calf.Z View Post
The actual energy equation:
∂(ρh)/∂t + ∂(ρUh)/∂x = ∂(k∂T/∂x)/∂x

I am also confused about Low-Mach assumption. It is said that pressure fluctuations can be eliminated due to it. But I am still not sure what influences can the assumption give. Thank you.



I suppose that you are considering a Taylor series for the pressure and density field around a base state that satisfies the gas law. This way you get an elliptic field for the pressure fluctuations having as source also the density fluctuations. The pressure BCs. are of Neumann type and you can use convective conditions at an outflow
FMDenaro is offline   Reply With Quote

Old   January 18, 2019, 07:50
Default
  #17
Senior Member
 
Jianrui Zeng
Join Date: May 2018
Location: China
Posts: 157
Rep Power: 7
calf.Z is on a distinguished road
Quote:
Originally Posted by FMDenaro View Post
I suppose that you are considering a Taylor series for the pressure and density field around a base state that satisfies the gas law. This way you get an elliptic field for the pressure fluctuations having as source also the density fluctuations. The pressure BCs. are of Neumann type and you can use convective conditions at an outflow
Yes I want to use the convective BC in outlet, which maybe is called advective BC in openfoam. And now I want to know which aspect I should notice to use this BC in compressible problem.
calf.Z is offline   Reply With Quote

Old   January 18, 2019, 08:02
Default
  #18
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,764
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
Quote:
Originally Posted by calf.Z View Post
Yes I want to use the convective BC in outlet, which maybe is called advective BC in openfoam. And now I want to know which aspect I should notice to use this BC in compressible problem.



If you have the elliptic equation for the pressure, you have to set the proper Neumann BCs. that follow from the convective condition. That is if you set something like dU/dn = 0 the normal pressure gradient must be congruently prescribed.
FMDenaro is offline   Reply With Quote

Old   January 18, 2019, 21:21
Default
  #19
Senior Member
 
Join Date: Oct 2017
Location: United States
Posts: 233
Blog Entries: 1
Rep Power: 9
TurbJet is on a distinguished road
why would incompressible flow has non-reflecting BC? I thought only compressible has one.
TurbJet is offline   Reply With Quote

Old   January 19, 2019, 11:17
Default
  #20
Senior Member
 
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,665
Rep Power: 65
LuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura about
Quote:
Originally Posted by TurbJet View Post
why would incompressible flow has non-reflecting BC? I thought only compressible has one.
It depends what is being non-reflected.

A hydrodynamic wave (i.e. vortex shedding) with a velocity (and pressure) fluctuation would be reflected backwards if you simply apply the du/dn = 0 constraint or pressure = some number.

However, the advective/convective/outflow BC is so widely implemented in most codes that we don't think of it as anything special. So it is common mis-belief that non-reflecting is only for compressible flows.
LuckyTran is online now   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
mesh file for flow over a circular cylinder Ardalan Main CFD Forum 7 December 15, 2020 13:06
Domain Imbalance HMR CFX 5 October 10, 2016 05:57
Low Mixing time Problem Mavier CFX 5 April 29, 2013 00:00
[Commercial meshers] Trimmed cell and embedded refinement mesh conversion issues michele OpenFOAM Meshing & Mesh Conversion 2 July 15, 2005 04:15
A problem about setting boundary conditions lyang Main CFD Forum 0 September 19, 1999 18:29


All times are GMT -4. The time now is 00:47.