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

LES wall model

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 16, 2014, 01:13
Arrow LES wall model
  #1
Member
 
M. Nabi
Join Date: Jun 2009
Posts: 44
Rep Power: 16
mnabi is on a distinguished road
I am writing a code for LES. For wall modelling, I am using zonal-approach double-layer model. As I insert a fine grid in the viscous sub-layer, I used the velocities at the first grid point of the coarse grid, as boundary condition for the fine grid. From other side, I used non-slip boundary condition (Dirichlet) beside the wall. Using this method, enables us to find the local shear velocity.

Now, the shear velocity has to be used as a boundary condition for the coarse grid. I wonder, how can I apply the shear velocity as a boundary condition for the coarse grid?

Thanks

Last edited by mnabi; September 16, 2014 at 05:25.
mnabi is offline   Reply With Quote

Old   September 16, 2014, 18:02
Default
  #2
Senior Member
 
sbaffini's Avatar
 
Paolo Lampitella
Join Date: Mar 2009
Location: Italy
Posts: 2,157
Blog Entries: 29
Rep Power: 39
sbaffini will become famous soon enoughsbaffini will become famous soon enough
Send a message via Skype™ to sbaffini
It should be apparent from your actual code. Where do you use the boundary condition and how? Is the code Finite Difference or Finite Volume?
sbaffini is offline   Reply With Quote

Old   September 19, 2014, 05:30
Default
  #3
Member
 
M. Nabi
Join Date: Jun 2009
Posts: 44
Rep Power: 16
mnabi is on a distinguished road
Quote:
Originally Posted by sbaffini View Post
It should be apparent from your actual code. Where do you use the boundary condition and how? Is the code Finite Difference or Finite Volume?
Thank you for reply.
The code is Finite Volume.
The point is, I have the wall shear stress on the boundary (calculated by the fine grid). How can I use this wall shear stress as a boundary condition ?
mnabi is offline   Reply With Quote

Old   September 19, 2014, 12:53
Default
  #4
Senior Member
 
sbaffini's Avatar
 
Paolo Lampitella
Join Date: Mar 2009
Location: Italy
Posts: 2,157
Blog Entries: 29
Rep Power: 39
sbaffini will become famous soon enoughsbaffini will become famous soon enough
Send a message via Skype™ to sbaffini
Well, the boundaries for FV codes are just faces as the interior ones, thus they just need the viscous and the convective fluxes.

For the convective flux, it is simply zero. For the viscous one you need (incompressible case):

n_j 2 mu S_ij

Now, S_ij is:

S_ij = 1/2 (du_i/dx_j + du_j/dx_i)

and n_j du_j/dx_i = d (n_j u_j)/dx_i is zero at walls (for incompressible flows). Thus, what remains for the viscous flux is:

n_j mu du_i/dx_j

which, besides mu, is the wall-normal derivative of the three velocity components. Again, when working in wall parallel/normal coordinates, the wall normal velocity component has a null wall normal gradient (for incompressible flows). Thus, what actually remains is the wall normal gradient
of the wall parallel velocity component.

As a consequence, your wall function is supposed to take as input the wall-parallel velocity in the cell center ut and to return the wall parallel velocity gradient in the wall normal direction dut/dn_w.

Hence, we finally get:

n_j 2 mu S_ij = n_j mu du_i/dx_j = (mu dut/dn_w) (- ut_i)

where ut_i is the versor of the wall parallel velocity (notice that the stress acts in the opposite direction with respect to ut).

In conclusion, what actually changes for Wall Functions is just the black-box which for given ut returns dut/dn.
sbaffini 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
sliding mesh problem in CFX Saima CFX 46 September 11, 2021 07:38
Implement an les turbulence model pante OpenFOAM Programming & Development 19 December 5, 2014 16:16
SpalartAllarmasIDDES LES model mmmn036 OpenFOAM Running, Solving & CFD 1 April 23, 2014 20:01
Radiation interface hinca CFX 15 January 26, 2014 17:11
An error has occurred in cfx5solve: volo87 CFX 5 June 14, 2013 17:44


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