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

About turbulentForceAndTorque

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   February 12, 2008, 16:43
Default one question about the way the
  #1
pbo
Member
 
Patrick Bourdin
Join Date: Mar 2009
Posts: 40
Rep Power: 17
pbo is on a distinguished road
one question about the way the viscous force is computed in turbulentForceAndTorqueFunctionObject.C:

// Viscous component
viscousForces[patchI] =
gSum
(
-nuEff.boundaryField()[curPatch]*
U.boundaryField()[curPatch].snGrad()*
mesh.magSf().boundaryField()[curPatch]
);

This is only valid in regions where the velocity field is more or less linear (snGrad being approximated by a one sided finite difference if I am not mistaken). In other words, for models with wall functions (log law), the above formulation will give incorrect viscous force estimates at the wall. Am I correct?
pbo is offline   Reply With Quote

 


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



All times are GMT -4. The time now is 09:39.