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

Wall shear stress question

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 20, 2009, 08:54
Default Hi, All, I am trying to und
  #1
Member
 
Vivien
Join Date: Mar 2009
Posts: 52
Rep Power: 17
sunnysun is on a distinguished road
Hi, All,

I am trying to understand how is the utility wallShearStress working, I am stuck by the following part:

dimensionedVector
(
"wallShearStress",
Reff.dimensions(),
vector::zero
)

What is "vector::zero" for?? Can somebody give me ideas?

Thanks a lot!

vivien
sunnysun is offline   Reply With Quote

Old   February 20, 2009, 12:08
Default Hi, Another question, for lam
  #2
Member
 
Vivien
Join Date: Mar 2009
Posts: 52
Rep Power: 17
sunnysun is on a distinguished road
Hi,
Another question, for laminar flow,I want to calculate the wall shear stress, my code is

wallShear.boundaryField()[patchi] = rho * nu.value() * U.boundaryField()[patchi].snGrad();

rho and nu are density and kinematic viscosity. Does it give the shear stress only tangent to the wall? If so, why in the wallGradU utility, the following code calculate gradient in 3 direction(X,Y,Z)?

wallGradU.boundaryField()[patchi] =
-U.boundaryField()[patchi].snGrad();

so basically I dont really understand how the "snGrad" works...does it only return the normal vector of the wall? could somebody help??
Thanks in advance!

vivien
sunnysun is offline   Reply With Quote

Old   February 20, 2009, 12:11
Default Hi, Another question, for lam
  #3
Member
 
Vivien
Join Date: Mar 2009
Posts: 52
Rep Power: 17
sunnysun is on a distinguished road
Hi,
Another question, for laminar flow,I want to calculate the wall shear stress, my code is

wallShear.boundaryField()[patchi] = rho * nu.value() * U.boundaryField()[patchi].snGrad();

rho and nu are density and kinematic viscosity. Does it give the shear stress only tangent to the wall? If so, why in the wallGradU utility, the following code calculate gradient in 3 direction(X,Y,Z)?

wallGradU.boundaryField()[patchi] =
-U.boundaryField()[patchi].snGrad();

so basically I dont really understand how the "snGrad" works...does it only return the normal vector of the wall? could somebody help??
Thanks in advance!

vivien
sunnysun is offline   Reply With Quote

Old   February 20, 2009, 13:17
Default Hello Vivien, As far as I u
  #4
Senior Member
 
santos's Avatar
 
Jose Luis Santos
Join Date: Mar 2009
Location: Portugal
Posts: 215
Rep Power: 18
santos is on a distinguished road
Send a message via Skype™ to santos
Hello Vivien,

As far as I understand, the wallShearStress utility gives you the 3 components. There are some previous discussions related to this issue, please search for it in the forum.

Regards,
Jose Santos
santos is offline   Reply With Quote

Old   March 18, 2010, 06:33
Default
  #5
Senior Member
 
Claus Meister
Join Date: Aug 2009
Location: Wiesbaden, Germany
Posts: 241
Rep Power: 17
idrama is on a distinguished road
According to defintion of shear stress is

tau=mu*du/dy

in order to obatin wall shear stress in 3d you have to use directionale derivative in flow direction, i.e. tangential to wall. The result is :

tau=mu*(grad U,n)

when n is the surface unit vector and (.,.) the scalar product.
idrama is offline   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
Wall shear stress andrewburns OpenFOAM Running, Solving & CFD 3 November 4, 2019 04:25
Wall shear stress David FLUENT 0 January 29, 2007 14:13
UDF for wall shear stress Bastian FLUENT 0 July 21, 2004 04:52
Specifying shear stress on wall in 5.5.1 michael rasmussen CFX 1 May 19, 2003 09:49
Wall shear stress lagha FLUENT 2 May 31, 2002 13:18


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