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

Pressure Drag not calculated correctly in CFX-Post

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 2 Post By James Date

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 2, 2006, 06:15
Default Pressure Drag not calculated correctly in CFX-Post
  #1
Andy
Guest
 
Posts: n/a
Hello,

I have a problem with my pressure drag. I calculate the total drag just by "force_x()@WALL" and the friction drag on my body by "areaInt(Wall Shear)@WALL". That both seems to work really well, at least the numbers make sense. However when calulating the pressure drag by "areaInt(Absolute Pressure)@WALL" or "areaInt(Pressure)@WALL" the numbers do not make sense at all. I know that actually I can get the pressure drag just by subtracting but I have intended to make sure that all three calculations fit together. Only in order to double-check.

Has anyone ever had s similar problem or just knows what I have done wrong?

Regards Andy
  Reply With Quote

Old   August 2, 2006, 06:54
Default Re: Pressure Drag not calculated correctly in CFX-
  #2
James Date
Guest
 
Posts: n/a
Here's how i've done it in the past:

X-Viscous force = areaInt(Wall Shear X)@body

Y-Viscous force = areaInt(Wall Shear Y)@body

Z-Viscous force = areaInt(Wall Shear Z)@body

X-Pressure force = areaInt(Pressure*Normal X)@body

Y-Pressure force = areaInt(Pressure*Normal Y)@body

Z-Pressure force = areaInt(Pressure*Normal Z)@body

Out of interest i have checked the CEL computed values with those given in the .out file and guess what, there is a maximum of 10% difference in the values espically in the X component of pressure force (with the CEL giving the smallest value)!

Hope this helps.

James

Volvic and error404 like this.
  Reply With Quote

Old   August 2, 2006, 06:59
Default Re: Pressure Drag not calculated correctly in CFX-
  #3
Ram Dayal
Guest
 
Posts: n/a
Dear Andy If you intend to find pressure drop between two locations in the flow path then you can simply calculate the average pressure (use total pressure if two cross-sections are not same) at desired locations and substract as you know. But if you want to find the force on the wall by using areaInt(Absolute Pressure)@WALL" or "areaInt(Pressure)@WALL you will only get the normal force (pressure) acting on the wall not the drag force,as the pressure always acts normal to wall whereas drag is shear force. Bye Ram Dayal
  Reply With Quote

Old   August 2, 2006, 07:28
Default Re: Pressure Drag not calculated correctly in CFX-
  #4
Andy
Guest
 
Posts: n/a
Thanks a lot, you guys have helped me a lot!

@James: I have compared the CEL-value with the given value from the out-file. And I got the similar problem. My CEL-Value for the x-pressure component (calculated with your expression) is about 6% too high. However when adding the out-file-value for the x-pressure to the CEL-value for the x-viscous force the sum is pretty exactly the same as for the CEL-value of the total x-drag [force_x()@body]. That is really strange. And it is even more weird that they show you the values in the out-file but do not provide them automatically in the POST-file. I think there is definitely some space for improvement in user friendliness... ;-) Anyway, thanks a lot and have a nice day!
  Reply With Quote

Old   August 2, 2006, 11:06
Default Re: Pressure Drag not calculated correctly in CFX-
  #5
James Date
Guest
 
Posts: n/a
Yeah, Andy I found exactly the same thing. The viscous drag is pretty much identical in the .out and the CEL, but the pressure drag is quite a bit different! Perhaps there is some rounding error occurring in the CEL or .out routine.
  Reply With Quote

Old   August 2, 2006, 12:06
Default Re: Pressure Drag not calculated correctly in CFX-
  #6
opaque
Guest
 
Posts: n/a
Dear Andy,

Are your boundaries flat? areaInt()@Locator does not do area projection. Pressure is a scalar.

However, the force_x/y/z calls now exactly what is being integrated.. Perhaps that is the difference?

Opaque

  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
how to define pressure drop with CFX post alex CFX 0 September 20, 2007 17:31
Difference between pressure & abs pressure in POST Summer Student CFX 1 June 27, 2006 19:32
Hydrostatic pressure in 2-phase flow modeling (CFX4.2) HB &DS CFX 0 January 9, 2000 13:19
Hydrostatic pressure in 2-phase flow modeling (long) DS & HB Main CFD Forum 0 January 8, 2000 15:00
How to obtain correct viscous pressure drag using CFX? Ketut Utama Main CFD Forum 1 January 25, 1999 05:05


All times are GMT -4. The time now is 20:33.