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

Wall shear forces

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 29, 2007, 10:10
Default Hello, Hope everyone is hav
  #1
Senior Member
 
Philippose Rajan
Join Date: Mar 2009
Location: Germany
Posts: 552
Rep Power: 25
philippose will become famous soon enough
Hello,

Hope everyone is having a lovely weekend!

I am aware that there are quite a few other threads which deal with a similar topic, but I couldnt find the answer to my doubts... so... here I am!

I am trying to incorporate wall shear forces into a dynamic mesh solver with incompressible flow (turbForceFoam), and have the following questions after looking through various code snippets and discussions:

1. When a turbulent solver is used I read in the forum that, the wall shear force is calculated using:

shearForce = sum(- mesh.Sf().boundaryField()[pID]
& R.boundaryField()[pID];
);

On the other hand, when I was looking through the "liftDrag" utility, I found that the above calculation is used to calculate only that part of the shear force which is due to turbulence.

The viscous shear forces are then additionally calculated using the normal:

shearForce = sum(- mu * U.boundaryField()[pID].snGrad()
* mesh.magSf().boundaryField()[pID];
);

These two parts are then added together (along with the pressure force contribution) to get the total drag.

Do I always need to calculate both these contributing factors for general cases of calculating the shear forces on a wall due to flow? Or is this a special case only for airfoils?


2. In the equation above to calculate turbulent shear force, the final output is a vector, in the direction opposite to that of the surface normal (facing into the domain, and normal to the surface)... but, shouldnt a shear force be tangential to the surface? What is the exact interpretation of the equation?

3. Why does one require a negative sign for calculating the viscous force? Does the snGrad function return the gradient of velocity in a direction opposite to that of the flow?

Have a nice Sunday!

Philippose
philippose 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 Mike CFX 0 August 13, 2008 01:19
wall forces john Siemens 1 March 2, 2005 04:46
wall shear not right! Patrick Louis FLUENT 1 July 6, 2004 23:42
Wall Shear vlado CFX 1 July 16, 2003 01:02
Extapolation of forces with wall laws. Shu-Ren Hysing Main CFD Forum 3 October 14, 2002 04:46


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