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

directMappedPatch for LES

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 1, 2009, 11:05
Default directMappedPatch for LES
  #1
New Member
 
sungho yoon
Join Date: Mar 2009
Posts: 20
Rep Power: 17
syoon is on a distinguished road
I’m simulating a backward facing step using LES (oodles).
In order to generate inlet turbulence, I’m using directMappedPatch.
Studying oodles/pitzDailyDirectMapped was helpful to understand the structure.

My case is slightly different from pitzDailyDirectMapped in the sense that the upperWall is not a wall but a symmetryPlane. (I’m simulating a half of a double-sided expansion).
So I need to use either “symmetryPlane” or “slip” condition on the upperWall rather than “wall” condition.

My question is
  • Does the use of “symmetryPlane” or “slip” conditions on the upperWall can damage the use of directMappedPatch?
  • Between “symmetryPlane” and “slip” condition, what is more suitable to simulate a half of a double-sided expansion? In fact, I don’t understand clearly the difference between “symmetryPlane” and “slip”.
Many thanks,
Sungho
syoon is offline   Reply With Quote

Old   May 6, 2009, 21:14
Default
  #2
Senior Member
 
lakeat's Avatar
 
Daniel WEI (老魏)
Join Date: Mar 2009
Location: Beijing, China
Posts: 689
Blog Entries: 9
Rep Power: 21
lakeat is on a distinguished road
Send a message via Skype™ to lakeat
Hi men, you asked the problem for many times, still no answer?
Well, I think this helps:
Many CFD-codes assumes a zero flux of all quantities across a symmetry boundary. There is no convective flux across a symmetry plane: the normal velocity component at the symmetry plane is thus zero. There is no di ffusion flux across a symmetry plane: the normal gradients of all flow variables are thus zero at the symmetry plane. The symmetry boundary condition can therefore be summarized as follows:
  •  zero normal velocity at a symmetry plane
  •  zero normal gradients of all variables at a symmetry plane
As stated above, these conditions determine a zero flux across the symmetry plane, which is required by the defi nition of symmetry. Since the shear stress is zero at a symmetry boundary, it can also be interpreted as a "slip" wall when used in viscous flow calculations.
__________________
~
Daniel WEI
-------------
Boeing Research & Technology - China
Beijing, China
Email
lakeat is offline   Reply With Quote

Old   May 8, 2009, 06:29
Default
  #3
Senior Member
 
Fabian Braennstroem
Join Date: Mar 2009
Posts: 407
Rep Power: 19
braennstroem is on a distinguished road
Hi,

so a symmetryPlane is not suitable for your kind of flow using LES. The fluctuations will cancel out...

Fabian
braennstroem is offline   Reply With Quote

Old   May 8, 2009, 06:35
Default
  #4
Senior Member
 
lakeat's Avatar
 
Daniel WEI (老魏)
Join Date: Mar 2009
Location: Beijing, China
Posts: 689
Blog Entries: 9
Rep Power: 21
lakeat is on a distinguished road
Send a message via Skype™ to lakeat
Quote:
Originally Posted by braennstroem View Post
Hi,

so a symmetryPlane is not suitable for your kind of flow using LES. The fluctuations will cancel out...

Fabian
Agree......
__________________
~
Daniel WEI
-------------
Boeing Research & Technology - China
Beijing, China
Email
lakeat is offline   Reply With Quote

Old   May 8, 2009, 09:03
Default
  #5
New Member
 
sungho yoon
Join Date: Mar 2009
Posts: 20
Rep Power: 17
syoon is on a distinguished road
Thank you, Daniel and Fabian.

In fact, I'm not much worried about cancelled turbulence near the symmetry plane as long as I can generate turbulent flows near the lower wall which seems to affect the reattachment point after the step.

One big problem I encountered with symmetry (or slip) condition was that the u velocity becomes smaller and smaller near the symmetry wall as the time step increases. On the other hand the velocity near the lower wall (slightly away from the wall) becomes higher and higher with the time step.
I couldn't get a well developed turbulent (mean) velocity profile at all.
So I wondered and still wonder whether directMapped patch should be applied to a type of channel flows (I mean, wall conditions at both upper and lower boundaries)

Now, it seems to me I need to simulate a full double expansion with wall conditions at both upper and lower boundaries (rather than a half expansion with symmetry condition) and I'm currently doing it although it requires more cells and computation time.

Many thanks,

Sungho
syoon is offline   Reply With Quote

Old   July 13, 2009, 10:58
Default
  #6
New Member
 
Gabriela Bracho
Join Date: Mar 2009
Location: Valencia, Valencia, Spain
Posts: 14
Rep Power: 17
gaby is on a distinguished road
Hi!

Do you know if the 'directMappedPatch' utility uses the method proposed by Lund, T.S. et al (Generation of turbulent inflow data for spatially-developing boundary layer simulations. J.Comp.Phys.140, 233-258. 1998). Or it is something different?

I read Eugene's thesis, but I didn't find any previous reference about it...

Could anybody (or Eugene) give me some clue?

Thanks in advance!

Gaby
gaby is offline   Reply With Quote

Old   January 29, 2010, 03:11
Default
  #7
Senior Member
 
Jiang
Join Date: Oct 2009
Location: Japan
Posts: 186
Rep Power: 16
panda60 is on a distinguished road
Quote:
Originally Posted by gaby View Post
Hi!

Do you know if the 'directMappedPatch' utility uses the method proposed by Lund, T.S. et al (Generation of turbulent inflow data for spatially-developing boundary layer simulations. J.Comp.Phys.140, 233-258. 1998). Or it is something different?

I read Eugene's thesis, but I didn't find any previous reference about it...

Could anybody (or Eugene) give me some clue?

Thanks in advance!

Gaby
Dear Gaby, I am also interseting in this kind of mapping.
I want to use like this:

u(inlet)=<u>(z)+f(z)*(u-<u>)recy

That meas not simplely mapping, but use mapping position's value subtract mean value and then multiply an function f(z), to the inlet. which z is coordinate.

I think this is not so difficult to modify 'directMappedPatch' to this, but I am beginer, so I can't modify, If somebody can do this work, it will be appreciate.
panda60 is offline   Reply With Quote

Old   November 14, 2010, 11:03
Exclamation
  #8
Senior Member
 
Francois
Join Date: Jun 2010
Posts: 107
Rep Power: 20
Fransje will become famous soon enough
Hello Gaby,

Contrary to the method of Lund etal, there is no rescaling of velocity implemented in the directMapped boundary conditions. It is merely a copy from a plane in the domain to the inlet. If you want a rescaling of some kind, you will have to implement it yourself starting from one of the directMapped* boundary conditions.

Kind regards,

Francois.

Quote:
Originally Posted by gaby View Post
Hi!

Do you know if the 'directMappedPatch' utility uses the method proposed by Lund, T.S. et al (Generation of turbulent inflow data for spatially-developing boundary layer simulations. J.Comp.Phys.140, 233-258. 1998). Or it is something different?

I read Eugene's thesis, but I didn't find any previous reference about it...

Could anybody (or Eugene) give me some clue?

Thanks in advance!

Gaby
Fransje 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
LES Luiz Eduardo Bittencourt Sampaio OpenFOAM Running, Solving & CFD 218 March 14, 2016 08:53


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