|
[Sponsors] |
May 27, 2014, 09:32 |
calculation of Drag Coefficient in CFX?
|
#1 |
New Member
ganesh chakravarthi
Join Date: Apr 2014
Posts: 14
Rep Power: 12 |
how to calculate 'drag coefficient' in CFX? I am working on different car models to calculate 'cd',but am unable to get.for each car model i have created Domain, and used this expression:
dragcoeff: force_x()@body/(0.5*airrho*speed^2*area) airrho: 1.2250[kg/m^3] speed: 16.67[m/s] area: which area i have to choose for my model?whether carbody area or domain area? bodydrag: force_x()@body these are the expressions i have given for my model..whether these expressions are correct OR not?? please suggest the expression for finding drag coeff. |
|
May 27, 2014, 17:02 |
|
#2 |
Senior Member
Edmund Singer P.E.
Join Date: Aug 2010
Location: Minneapolis, MN
Posts: 511
Rep Power: 21 |
I suggest first year fluids book.
The area is typically the projected frontal area of the body, to the flow direction. |
|
May 28, 2014, 03:35 |
|
#3 |
New Member
ganesh chakravarthi
Join Date: Apr 2014
Posts: 14
Rep Power: 12 |
how to calculate frontal area for a car body??
|
|
May 28, 2014, 09:28 |
|
#4 |
Senior Member
Edmund Singer P.E.
Join Date: Aug 2010
Location: Minneapolis, MN
Posts: 511
Rep Power: 21 |
Dude! Its your model....
|
|
May 28, 2014, 09:53 |
|
#5 |
Senior Member
Lance
Join Date: Mar 2009
Posts: 669
Rep Power: 22 |
You should know the frontal area of your own model (from drawings, cad or whatever), but you can also get it from the solver. If your front area is a separate surface called front, and the car is travelling in the x-direction, the the frontal area is given by the CEL expression:
Code:
area_x()@front |
|
May 28, 2014, 19:54 |
|
#6 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,870
Rep Power: 144 |
I am not sure of the behaviour of area_x - if you have something like a spherical surface and you do area_x on it, what does it return?
* Does it return zero (as the positive and negative sides of the face cancel out) * Does it return the projected area of the sphere, ie pi*r^2 * Does it return 2x the projected area (ie 2*pi*R^2) as it gives you the absolute value of the projected area of the front and back faces? I guess I could just do a simple test and find out but if somebody already knows the approach CFX takes that would be better. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Drag coefficient too high at flow around a cyclinder | Gunni | OpenFOAM Running, Solving & CFD | 17 | October 31, 2019 03:18 |
How to use ANSYS CFX to get the drag coefficient? | victorzcc | CFX | 12 | October 1, 2015 06:30 |
icoFoam - Splitplate - Incorrect drag coefficient | olekiar | OpenFOAM | 0 | November 11, 2013 07:02 |
Implementation of the drag coefficient Formula | Mirage12 | OpenFOAM Post-Processing | 4 | August 5, 2013 02:11 |
Calculation of Drag Coefficient, Help Please | teek22 | CFX | 1 | April 26, 2012 19:41 |