|
[Sponsors] |
Please help a newbie find the drag on a 3d model |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 5, 2002, 20:05 |
Please help a newbie find the drag on a 3d model
|
#1 |
Guest
Posts: n/a
|
I Wanted to implament a program that could compute the total drag on a given shape (a 3d model) and show the amount of drag being generated at anypoint on the model by shading the model. As im not to bothered about it being accurate to the point where heat and "wind" from the model itself changing the net wind acting on each poly get involved. i thought i could work out the drag on each poly by using one of the easy equasions.
By poly i mean a plane with a definate area, if you know what i mean. What i thought was: the force reaction from the "wind" on the poly is 0.5(p(V^2)S) = Force Where p=Air density V=Velosity of wind s=Surcace area of poly ^=to the power of Would i be correct in thinking that to find out the force against a poly that wasnt directly facing the wind i would just multiply the result from the last equation by cos(theta) where theta is the angle between the normal of the poly and the direction of the wind. I know there are many other factors invloved such as the deflection of wind form the rest of the model changing the direction of the wind on each poly, heat generated, etc..., etc. but is what i have worked out so far correct. if what i have worked out so far is good i could manage the shading bit my self. Any help would be greatly appresiated. thanks. |
|
March 6, 2002, 04:33 |
Re: Please help a newbie find the drag on a 3d mod
|
#2 |
Guest
Posts: n/a
|
For each poly, the Pressure Drag Force (PDF) vector is equal to P.N where N is the normal to the so call poly with ||N|| = S and P is the pressure (scalar).
You also have a Skin Friction Drag Force (FDF) vector which can be compute if you know the deformation D (tensor) at the skin of your model by 2.mu.D.N. the dimesionless drag coefficient Cd is defined by : Cd = (PDF*i+FDF*i)/(0.5*rho*V^2*S) if i is the unity vector align with the flow direction, rho is the air density and V is the flow velocity. This drag coefficient is usefull if you want to compare the aerodynamic design of several cars. From Hucho's book, this drag coefficient is equal to 1.17 for a circular plate, 0.47 for a sphere, 0.42 for half a sphere. This 3 shapes are view as a disc by the flow. Sylvain |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Where to find the theory for weller flamet combustion model | 21kalee | OpenFOAM Running, Solving & CFD | 7 | December 19, 2012 18:18 |
Drag force in massless particles in discrete phase model | payam_IUST | FLUENT | 2 | October 19, 2009 00:25 |
where to find AIAA CFD Drag Prediction Workshop? | zaidun | Main CFD Forum | 4 | April 12, 2006 00:35 |
to find drag coefficient of an ogival body | ace | FLUENT | 2 | January 27, 2004 11:14 |
I wish to find the proper model to validate the temperature field. | G.H.Lee | Main CFD Forum | 1 | May 6, 1999 03:05 |