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

How do I define the outlet b.c. for LES?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 3, 2004, 01:31
Default How do I define the outlet b.c. for LES?
  #1
jay
Guest
 
Posts: n/a
Hi, everyone..

I'm making the LES code by modified laminar NS code.

First, I have been defined the outlet bc as du/dn=0. I think it was wrong.. So, I found the outlet bc in the paper. They used the convective bc. du/dt+U*du/dx=0, U is the free stream velocity.

does anyone know how to coding this convective bc? Do I treat this bc as 1-d for each direction?

If you know how to coding this one, please send or let me know the code of bc.

Thank you everyone
  Reply With Quote

Old   March 3, 2004, 04:33
Default Re: How do I define the outlet b.c. for LES?
  #2
jdc
Guest
 
Posts: n/a
Hi Jay,

The LES treatment of outlet bc aims to carry waves away from the computational domain. If you are solving compressible equations, waves are acoustic and convective; if you are doing a low-Mach number approximation, you need only deal with convective waves.

If you are solving compressible equations, have a look for paper dealing with non-reflecting boundary conditions such as Poinsot (for reactives flows). The principle is to decompose you system into incoming and outgoing waves and treat them depending on the bc type. Note: this treatment applies also to wall/inlet/outlet...

If you are in the latter case, the convective bc you mentionned is enough. How to code is very simple you determine (1) U at your boundary (U is local, not averaged along the boundary) and (2) du/dx at your boundary where x is the direction normal to the boundary (local as well). (3) This is your source term to integrate. I did it for a finite difference code where you solve the velocity at the boundary, but I am not familiar on how to implement it in a finite volume code.

The validation is usually performed by initialising waves in your domain (acoustic, vortex, enthalpy...) and see how they propagate through the boundary condition. The important factor is the ratio initial energy/reflected energy.

Hoppe this help, Julien

  Reply With Quote

Old   March 3, 2004, 10:46
Default Re: How do I define the outlet b.c. for LES?
  #3
centaur_ks
Guest
 
Posts: n/a
Julien, can you quote some reference papers?
  Reply With Quote

Old   March 3, 2004, 16:14
Default Re: How do I define the outlet b.c. for LES?
  #4
jay
Guest
 
Posts: n/a
Hi.. jdc

every time I thank you for ur help.. In my case, I solve the incompressible flow case. if you don't mind to send a part of your code, Would you send it to me by e-mail?

I want to look at the code of outlet bc of yours..

Thanks
  Reply With Quote

Old   March 4, 2004, 06:02
Default Re: How do I define the outlet b.c. for LES?
  #5
jdc
Guest
 
Posts: n/a
Hi Centaur,

Here are some reference to papers (on the subject of non-reflective boundary conditions for compressible flow):

(1) Thompson, K. W. (1987). Time dependent boundary conditions for hyperbolic systems. J. Comput. Phys., 68:1-24

(2) Thompson, K. W. (1990). Time dependent boundary conditions for hyperbolic systems II. J. Comput. Phys., 89:439-461.

(3) Poinsot, T. and Lele, S. K (1992). Boundary conditions for direct simulations of compressible viscous flows. J. Comput. Phys., 101:104-129

(4) Pakdee, W. and Mahalingam, S. (2003), An accurate method to implement boundary conditions for reacting flows based on characteristic wave analysis. Combustion Theory and Modelling, 7:705:729

I don't have any of them on electronic form. For papers (1-3), I will have problems to get a paper version since they are lost in the middle of my documentation.

For the incompressible approximation, I am affraid it is so trivial that no-one bothered to write a paper about it. In the worst case (and if you read french), I could send a copy of my PhD dissertation.

Good reading. Julien
  Reply With Quote

Old   March 4, 2004, 06:08
Default Re: How do I define the outlet b.c. for LES?
  #6
jdc
Guest
 
Posts: n/a
Hi Jay,

The treatment in my code is so simple that I would be ashamed to send it (as well as I don't have the right to do so). There are two possibilities:

1) I can send you the part of my phd related to the boundary condition. Note: it is in french.

2) you can send me your code (or the part that is computing the convection fluxes) and I could send you some ideas on how to implement.

Sincerely, julien
  Reply With Quote

Old   March 4, 2004, 11:05
Default Re: How do I define the outlet b.c. for LES?
  #7
jay
Guest
 
Posts: n/a
I can send a part of my code to you. Can I know your e-mail address? send me your email address to me.

I will send a subroutine of bc condition for each velocity components. you may figure it out without any problem.. the code was written by fortran and used by FVM

  Reply With Quote

Old   March 5, 2004, 11:19
Default Re: How do I define the outlet b.c. for LES?
  #8
centaur_ks
Guest
 
Posts: n/a
Thanks Julien, i have #3 which is a really good paper, i think i can get my hands on to #1 and #2.
  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
Define Natural Convection B.C maysmech OpenFOAM 0 October 13, 2010 07:03
Which B.C. i should apply for this problem?urgent raivish Phoenics 4 February 16, 2006 04:35
which b.c. i should apply for this prob.urgent raivish Siemens 2 January 11, 2006 03:00
Which B.C. i should apply for this problem?urgent raivish Fidelity CFD 0 January 6, 2006 08:48
Pressure Outlet B.C. Max Nutini Main CFD Forum 2 March 8, 2001 20:55


All times are GMT -4. The time now is 17:44.