CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT

Wall Shear Strees

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 19, 2004, 13:55
Default Wall Shear Strees
  #1
Melih
Guest
 
Posts: n/a
Hi,

I need to get wall shear strees values by writing UDF. I found out a discussion about this topic in this forum between Mike and Markus, but it did not help me. So, is there any macro to find wall shear stress?

I was also thinking about getting this values in an different way. Fluent can give the values as a postprocess.So, can I save the values in a file and then read in my UDF? I think, the DEFINE_RW_FILE (Section 4.2.5) macro can do this, but i don't know how to do? Could you please give some detailed advices?

Best Regards...

Melih
  Reply With Quote

Old   May 20, 2004, 02:38
Default Re: Wall Shear Strees
  #2
Chetan Kadakia
Guest
 
Posts: n/a
Doesn't Fluent allow for the solution of wall shear stresses already? I don't think you need a UDF.
  Reply With Quote

Old   May 21, 2004, 18:37
Default Re: Wall Shear Strees
  #3
Ajay
Guest
 
Posts: n/a
include storage.h header file

define real wallshear[ND_ND];

face = face variable ;

tf= face thread

NV_V (wallshear, =, C_STORAGE_R_NV(face,tf,SV_WALL_SHEAR));

this will give you the wall_shear_force multiplying by the area vector would give you the wall_shear_stress.

Hope this helps ,

Ajay
  Reply With Quote

Old   May 22, 2004, 07:03
Default Re: Wall Shear Strees
  #4
Melih
Guest
 
Posts: n/a
Thanks Ajay, I'll work on it...
  Reply With Quote

Old   May 25, 2004, 06:57
Default Re: Wall Shear Strees
  #5
Melih
Guest
 
Posts: n/a
Hi Ajax,

I used the macro given by you. The macro seems to give the wall_shear_force as you said.I got these forces as wallshear[0],wallshear[1] and wallshear[2]. In order to get the stress, I divided these components by the magnitude of face area normal which is simply the area of each face. After doing this, I assumed that I got the stresses in x,y and z direction. But the problem is that, although the order of magnitude are resonable by the wall shear stress found by FLUENT, they are not equal(sometimes I get negative and positive values, but FLUENT gives positive, and vice versa) . However,when I calculated the magnitude of wall shear, I saw that they were nearly equal with that of FLUENT. Any comments?
  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
What does “Mean Wall Shear Stress” mean? dfytanid FLUENT 4 November 6, 2016 20:19
Measuring wall shear stress in bend pipe liguifan OpenFOAM 70 December 9, 2015 03:49
Wall Shear Stress mtl40 Main CFD Forum 3 January 23, 2010 02:08
Problems with wall shear stress. xiexiehezuo FLUENT 1 September 22, 2009 12:26
Macro to set Wall Shear Stress Satish FLUENT 4 November 26, 2003 14:46


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