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

Boundary Condition for LES

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 7, 2004, 23:04
Default Boundary Condition for LES
  #1
Krishna
Guest
 
Posts: n/a
Hi,

I am trying to incorporate strandard model of LES into an existing code, the "Smagorinsky-Lilly Model", and I am trying to validate the code using a simple channel flow case, with Velocity INLET and an OUTFLOW boundary condition.

As I have read that there should be a fluctutation velocity that should be given to INLET at the begining of every timestep, I am finding difficult to implement the same, in the code, as one of the models suggest to develop a ramdom number, and multiply the same with the modulus of veloctiy, and add it to the freestream.

Is this model, fair enough or should I use some other way of generating the fluctutation velocity. What material can I refer to get some idea.

Your Help in this Regard will be appreciated.

Thanks in Advance,

Krishna.
  Reply With Quote

Old   December 7, 2004, 23:49
Default Re: Boundary Condition for LES
  #2
zxaar
Guest
 
Posts: n/a
if you have access to fluent then they have explained how they have implemented it ..if you do not have access to fluent drop me an email i shall send you relevent text
  Reply With Quote

Old   December 8, 2004, 01:46
Default Re: Boundary Condition for LES
  #3
sencal
Guest
 
Posts: n/a
Hi Zxaar,

Could you please send me the relevant text on les and also the steps to run les using fluent. My email is sencal@hotmail.com. Thannks for your help.

sencal
  Reply With Quote

Old   December 8, 2004, 03:07
Default Re: Boundary Condition for LES
  #4
Krishna
Guest
 
Posts: n/a
HI Zxaar,

Thanks for ur reply, I am trying to implement a LES model in my Code same as that of FLUENT version 6.1, although I doubt its accuracy, but I think it will be fair enough for me to start with that, so I can proceed further with later models, so all the things that I have mentioned in the previous post, refer to FLUENT ones.

FLUENT uses a Random number to generate the fluctuation velocity, if I am not wrong!!!!!

Krishna.
  Reply With Quote

Old   December 8, 2004, 04:07
Default Re: Boundary Condition for LES
  #5
zxaar
Guest
 
Posts: n/a
drop me an email.. i wished to talk more on this,
  Reply With Quote

Old   December 8, 2004, 04:07
Default Re: Boundary Condition for LES
  #6
zxaar
Guest
 
Posts: n/a
note my email from the this message
  Reply With Quote

Old   December 8, 2004, 08:37
Default Re: Boundary Condition for LES
  #7
andy
Guest
 
Posts: n/a
The most common inlet/outlet boundary condition for channel flow is periodic which lets the turbulence become fully developed. You must allow the mass flow to vary to balance the wall shear stress. The flow is driven either by adding a body force or by modifying the pressure solver (assuming incompressible flow solver) to introduce a periodic boundary condition plus a constant difference between the inlet and outlet. The latter is neater but the former simpler. There are other approaches such as specifying an intial mass flow and maintaining an instantaneous global force balance.

Random numbers at the inlet are almost never sensible boundary conditions. What goes on in boundary layer flows is strongly controlled by the shear stress. Random numbers usually give zero shear stress and the inlet motion very rapidly disappears.
  Reply With Quote

Old   December 8, 2004, 20:44
Default Re: Boundary Condition for LES
  #8
Krishna
Guest
 
Posts: n/a
Hi Andy,

I can understand your point, but speaking in the coding terms, how do you allow the mass flow to vary to balance the wall shear stress ? Can u advice me or suggest me some material ?

And the second method that you have stated refers to periodic boundary condition (copying parameters from Outlet back to Inlet), that is I hope is by adding a fluctutating term along with the mean at the Inlet at every time step. Correct me !!!!

Thanks,

Krishna.
  Reply With Quote

Old   December 9, 2004, 00:32
Default Re: Boundary Condition for LES
  #9
zxaar
Guest
 
Posts: n/a
you probably need this have a look at this program

http://www-math.mit.edu/~spielman/ECC/gauss.html
  Reply With Quote

Old   December 10, 2004, 05:53
Default Re: Boundary Condition for LES
  #10
zxaar
Guest
 
Posts: n/a
your email addy has a problem ... mails keep bouncing ... coefficent of resituition is 1
  Reply With Quote

Old   December 11, 2004, 20:13
Default Re: Boundary Condition for LES
  #11
andy
Guest
 
Posts: n/a
Ummm. You may need correcting but I am not sure I am the best person to do it or that this forum is the best means of doing it. Do you have a supervisor or an experienced researcher you can talk to about simulating turbulent flow? The questions forum can be useful for pointers like which boundary condition is best to try first but is not much good at providing the details.
  Reply With Quote

Old   December 12, 2004, 19:34
Default Re: Boundary Condition for LES
  #12
agg
Guest
 
Posts: n/a
Have a look at this paper. It could be useful,

"A digital filter based generation of inflow data for spatially developing direct numerical or large eddy simulations" -Klein et. al. Journal of computational physics, (186), 2003, pp. 652-665.
  Reply With Quote

Old   December 14, 2004, 22:04
Default Re: Boundary Condition for LES
  #13
Dalin
Guest
 
Posts: n/a
In FLUENT 6.2 (to be released soon - beta releases are available), the random number generator will be superceded by two new turbulence synthesizers - Random Flow Generator (Try Google search) and vortex method.
  Reply With Quote

Old   December 20, 2004, 15:48
Default Re: Boundary Condition for LES
  #14
Woody
Guest
 
Posts: n/a
These papers may interest you. As a matter od fact, this is a hot topic in LES. There are many other papers on this.

Lund et al, 1998, "generation of turbulent inflow data for spatially-developing boundary layer simulation", JCP, 140, p233

Xiong, et al, 2004, "Simple method for generating inflow turbulence", AIAA, 42(10), p2164
  Reply With Quote

Old   December 22, 2004, 20:54
Default Re: Boundary Condition for LES
  #15
Krishna
Guest
 
Posts: n/a
HI Woody,

Thanks for the Reply, I already had a look at the 1st paper you have mentioned, the second one sounds interesting, I am trying for the same, If u have one copy, do u mind mailing me!!!!!

krishna.
  Reply With Quote

Old   January 7, 2005, 17:42
Default Periodic Boundary Condition for LES
  #16
Fereshteh Bahramian
Guest
 
Posts: n/a
Hi, I'm working on "Smagorinsky-LES" model and trying to validate the code using a square duct with periodic boundary condition. I implemented a fully developed turbulent flow plus fluctuations as inlet condition and the priodic velocity B.C. at inlet and outlet. For pressure preiodic boundary condition I need to know other's idea. I'm wondering if you can guide me in this regard.

Thanks in advance, Fereshteh
  Reply With Quote

Old   January 30, 2005, 13:21
Default Re: Periodic Boundary Condition for LES
  #17
enrico
Guest
 
Posts: n/a
sorry, i dont have an answer for u, but maybe u have an answer for me.. i need to find out the velocity field for air flowing inside a square duct. if u are validating your code with such a duct it means that u have experimental data!! if it is so i'll be very glad if u could send me them or tell me how can i have them cus i really dont know how to do it!

tanks in advance if u can do something for me

enrico.
  Reply With Quote

Old   February 1, 2005, 21:05
Default Re: Periodic Boundary Condition for LES
  #18
Kambiz Nazridoust
Guest
 
Posts: n/a
Hello Fereshteh,

I am not exactly sure what is your problem but I if you have access to FLUENT or CFX packages you can quickly check your code. Smagorinsky-Lilly and Large Eddy Simulation models are available in FLUENT. There are two types of periodic boundary conditions available also. The first type is referred to as "cyclic" boundary and does not allow a pressure drop across the periodic planes. The second type allows a pressure drop to occur across translationally periodic boundaries, enabling you to model "fully-developed" periodic flow. If you like to discuss it more, give me some info about your geometry and I might be able to do a quick run in FLUENT for you.

Good luck!

Kambiz
  Reply With Quote

Old   February 17, 2005, 16:56
Default Re: Periodic Boundary Condition for LES
  #19
Suresh
Guest
 
Posts: n/a
Hello Mr. Kambiz, Could you please tell the difference between cyclic and translational periodic boundary conditions and how they influence the pressure boundary conditions.

Thank you Suresh
  Reply With Quote

Old   February 17, 2005, 18:31
Default Re: Periodic Boundary Condition for LES
  #20
Kambiz Nazridoust
Guest
 
Posts: n/a
Rotationally periodic boundaries are boundaries that form an included angle about the centerline of a rotationally symmetric geometry. Translationally periodic boundaries are boundaries that form periodic planes in a rectilinear geometry. Let me know if you need more help.
  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
Domain Imbalance HMR CFX 5 October 10, 2016 05:57
Can anyone give me some hint on how to make traction free boundary condition? poplar OpenFOAM 3 January 14, 2015 02:37
Boundary Conditions Thomas P. Abraham Main CFD Forum 20 July 7, 2013 05:05
Setting outlet Pressure boundary condition using CAFFA code Mukund Pondkule Main CFD Forum 0 March 16, 2011 03:23
How to set boundary condition in Fluent for the fo Peiyong FLUENT 1 November 10, 2006 11:44


All times are GMT -4. The time now is 11:24.