[Physics] better approximation of drag (other than quadratic drag)

dragfluid dynamicsnewtonian-mechanics

This is a student inquiry sparked by sheer curiosity.

Wikipedia states the drag equation, $F = 1/2v^2pC_dA_c$.

(p = mass density of fluid/gas, v = velocity, c_d = drag coefficient, a_c = cross sectional area perpendicular to velocity.)

Wikipedia claims that this equation is only accurate under certain conditions:

The objects must have a blunt form factor and the fluid must have a large enough Reynolds number to produce turbulence behind the object.

Does there exist a more general equation that can accurately measure the drag of all objects, at all speeds/Reynolds numbers and considering all physical properties affecting the drag?

Best Answer

The only way to determine the dynamics of the system (Newtonian fluid exerting a drag on a rigid object) in full generality, for all geometries and Reynolds numbers, is to solve the Navier-Stokes equations with the appropriate boundary conditions. These equations are at heart nothing more than local expressions for conservation of mass, momentum and energy underlying all of classical mechanics.

However, this is often more time-consuming than is warranted, since there exist far simpler expressions for drag that apply in certain geometrical and viscous limits. Even when your system does not precisely match the appropriate limiting conditions, you can often get a useful approximation by modeling your system as such. But if you need more accuracy, you can't avoid the full problem.

You've already mentioned one useful limit in your question. Another applies to the low-Reynolds number case, and is referred to as Stokes drag. Notice that in this case the drag is linearly proportional to the velocity, rather than proportional to the square of the velocity as in the high Reynolds number limit.

Given these two limits, one useful approach could be to write your drag force as $C_1 v$ + $C_2 v^2$ and then perform an empirical fit to find $C_1$ and $C_2$. You'll have to be careful, though, if you are working with non-steady flow, since $C_1$ and $C_2$ might then depend on time (note that this has already been pointed out in D.W.'s answer, but hopefully it is now more clear why this is often effective).

Caveat: If your fluid is non-Newtonian, then the situation can be even more complicated, since the simplest notion of viscous drag no longer applies.