|
[Sponsors] |
Pressure Drag not calculated correctly in CFX-Post |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 2, 2006, 07:15 |
Pressure Drag not calculated correctly in CFX-Post
|
#1 |
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 |
|
August 2, 2006, 07:54 |
Re: Pressure Drag not calculated correctly in CFX-
|
#2 |
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 |
|
August 2, 2006, 07:59 |
Re: Pressure Drag not calculated correctly in CFX-
|
#3 |
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
|
|
August 2, 2006, 08:28 |
Re: Pressure Drag not calculated correctly in CFX-
|
#4 |
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! |
|
August 2, 2006, 12:06 |
Re: Pressure Drag not calculated correctly in CFX-
|
#5 |
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.
|
|
August 2, 2006, 13:06 |
Re: Pressure Drag not calculated correctly in CFX-
|
#6 |
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 |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to define pressure drop with CFX post | alex | CFX | 0 | September 20, 2007 18:31 |
Difference between pressure & abs pressure in POST | Summer Student | CFX | 1 | June 27, 2006 20:32 |
Hydrostatic pressure in 2-phase flow modeling (CFX4.2) | HB &DS | CFX | 0 | January 9, 2000 14:19 |
Hydrostatic pressure in 2-phase flow modeling (long) | DS & HB | Main CFD Forum | 0 | January 8, 2000 16:00 |
How to obtain correct viscous pressure drag using CFX? | Ketut Utama | Main CFD Forum | 1 | January 25, 1999 06:05 |