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

wallGradU definition.

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 31, 2016, 14:14
Default wallGradU definition.
  #1
New Member
 
Teymour
Join Date: Apr 2009
Location: Seattle
Posts: 25
Rep Power: 16
teymourj is on a distinguished road
Hi all,

A quick post-processing question: when user uses "wallGradU" utility in OpenFOAM the output is a matrix with three components. The question is whether the first, and therefore other components, are defined as:

1) wallGradU_x = dU_x/dy

OR

2) wallGradU_x = dU/dx ?

I believe that definition number 1 is the correct one. Meaning:

(wallGradU_x, wallGradU_y, wallGradU_z) = (dU_x/dy, dU_y/dy, dU_z/dy)

However, needed a confirmation.
teymourj is offline   Reply With Quote

Old   October 10, 2017, 08:33
Default
  #2
New Member
 
Bhanu
Join Date: May 2014
Posts: 10
Rep Power: 11
mugabe2204 is on a distinguished road
Hey Teymour,

Though its quite an old post. I was working on something similar.

Considering this

forAll(wallGradU.boundaryField(), patchi)
{
wallGradU.boundaryField()[patchi] =
-U.boundaryField()[patchi].snGrad();
}


Source : https://github.com/OpenFOAM/OpenFOAM...dU/wallGradU.C

I would think the same you have mentioned. That the three components being dux/dn, duy/dn, duz/dn with n being the normal to the surface.

Cheers
mugabe2204 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
getting (0 0 0) wallGradU value when i m probing wallGradU at some points suryawanshi_nitin OpenFOAM 1 December 9, 2013 11:36
wallShearStress VS wallGradU bigrock OpenFOAM Post-Processing 0 July 2, 2013 05:54
(AutoGRID 5) Problem in Geometry definition of propeller venkat_aero2007 Fidelity CFD 14 July 31, 2012 14:05
OpenFOAM static build on Cray XT5 asaijo OpenFOAM Installation 9 April 6, 2011 12:21
OpenFOAM14 for Mac OSX Darwin 104 gschaider OpenFOAM Installation 118 July 20, 2008 05:19


All times are GMT -4. The time now is 05:43.